summaryrefslogtreecommitdiffstats
path: root/trinity-apps/twin-style-suse2
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2023-10-22 09:26:44 +0300
committerormorph <roma251078@mail.ru>2023-10-22 09:26:44 +0300
commite0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3 (patch)
tree93a2d9fa8086c9377f468ce6a0987b5ef40279bb /trinity-apps/twin-style-suse2
parent1e3ceb29cf5c5df2e6b4186e210170097d745df4 (diff)
downloadtde-packaging-gentoo-e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3.tar.gz
tde-packaging-gentoo-e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3.zip
Removing version 14.0.13
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/twin-style-suse2')
-rw-r--r--trinity-apps/twin-style-suse2/Manifest1
-rw-r--r--trinity-apps/twin-style-suse2/twin-style-suse2-14.0.13.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/trinity-apps/twin-style-suse2/Manifest b/trinity-apps/twin-style-suse2/Manifest
index a0f1f5b5..003a1327 100644
--- a/trinity-apps/twin-style-suse2/Manifest
+++ b/trinity-apps/twin-style-suse2/Manifest
@@ -1,2 +1 @@
-DIST twin-style-suse2-trinity-14.0.13.tar.xz 77088 BLAKE2B 6d2e37ce2902a58b24bb3e75cf2064960a9f1692030bd162b8edf28b8bab3b26f23c34139d118fefc1cb9b9439546ed78e9c450c89ca3a64dc88156828cfbc18 SHA512 b93f55aeb594a9111b58df6c78f01f4a1915f2057209b61368096d9b3bcb8539db0b3fe373c0fa3909a54c950f1a976e1091a8f40c48a5f7e91586bf14663b62
DIST twin-style-suse2-trinity-14.1.0.tar.xz 77744 BLAKE2B 7b885ffcca538c80c5750fc5a1239531d0cc9a510d249347050b6fdb8bc8cfcd381edbcf8527506ac6018da430d0de2a7675575570a47db20a50af56116f2357 SHA512 226e2fd37bd934e0879d62fc1de41f85836faa41d4da5f93a323a5c4983115d8fda09ea642c5c9ccf872ad9d30d36daa7d5837031dc2adc49010b5eb7964915c
diff --git a/trinity-apps/twin-style-suse2/twin-style-suse2-14.0.13.ebuild b/trinity-apps/twin-style-suse2/twin-style-suse2-14.0.13.ebuild
deleted file mode 100644
index bb5e58f8..00000000
--- a/trinity-apps/twin-style-suse2/twin-style-suse2-14.0.13.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2022 The Trinity Desktop Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-TRINITY_EXTRAGEAR_PACKAGING="yes"
-TRINITY_HANDBOOK="never"
-
-TRINITY_LANGS="bg bs cs cy da de el en_GB en_US es et fi fr
- he hi hr hu id it ja km ko lo lt nb nl pa pl
- pt_BR pt ro ru sk sl sr sv ta tr uk zh_CN zh_TW"
-
-TRINITY_MODULE_TYPE="applications/themes"
-inherit trinity-base-2
-
-DESCRIPTION="TWin decoration theme from SUSE 9.3/10.0/10.1"
-HOMEPAGE="https://trinitydesktop.org/"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="14"
-if [[ ${PV} != *9999* ]] ; then
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-DEPEND="~trinity-base/twin-${PV}"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_TRANSLATIONS=ON
- )
- trinity-base-2_src_configure
-}