summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tdmtheme
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2021-12-05 16:49:54 +0300
committerormorph <roma251078@mail.ru>2021-12-05 16:49:54 +0300
commit20d2cdcc6ed13b40485942e8531fd8f8516bcbbe (patch)
treefc08b9ad5a375c57e41cff3c63e10ccb92da00ba /trinity-apps/tdmtheme
parent2eb38c699ebf0ab2f557e36053410ccaa4a64544 (diff)
downloadtde-packaging-gentoo-20d2cdcc6ed13b40485942e8531fd8f8516bcbbe.tar.gz
tde-packaging-gentoo-20d2cdcc6ed13b40485942e8531fd8f8516bcbbe.zip
Version 14.0.8 removed
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/tdmtheme')
-rw-r--r--trinity-apps/tdmtheme/Manifest1
-rw-r--r--trinity-apps/tdmtheme/tdmtheme-14.0.8.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/trinity-apps/tdmtheme/Manifest b/trinity-apps/tdmtheme/Manifest
index aa4cd9f4..962199d5 100644
--- a/trinity-apps/tdmtheme/Manifest
+++ b/trinity-apps/tdmtheme/Manifest
@@ -1,2 +1 @@
DIST tdmtheme-trinity-14.0.11.tar.xz 24240 BLAKE2B 28a41b4e68b1529c45790ac56531c325561f33f7f5a506dc1b0c28a7de2b1f91df5e169c43892b16ad1026bccdbc1f6d454647a2d31597da42e58b15988d6a26 SHA512 d1fab3fd4f4313e81b0fca7d2e5b9a2e2d17e7e0735319928a917f4456a663ad419308a7d1ee75ff80a1f350e228c4ff0c9f0a84df5081e53d761c1385d300c9
-DIST tdmtheme-trinity-14.0.8.tar.xz 264672 BLAKE2B 978e7c176c259b8fbebb4d83c26e9593c310622b24ba9e2592a378f9f19579156e94fd68c7d0f0fb64d9862d0fd01101eb625363fdece4f7740f1677cc44a402 SHA512 d490998b9228df59df1549b1a4e2455757771c6e1d77f4c4ca545d7134bc405a61933f6c4294afd60a6a60f7b10e41c4c8451bff16072f2a2bc920199abb10ce
diff --git a/trinity-apps/tdmtheme/tdmtheme-14.0.8.ebuild b/trinity-apps/tdmtheme/tdmtheme-14.0.8.ebuild
deleted file mode 100644
index dce05383..00000000
--- a/trinity-apps/tdmtheme/tdmtheme-14.0.8.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2020 The Trinity Desktop Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-TRINITY_MODULE_TYPE="applications"
-
-TRINITY_EXTRAGEAR_PACKAGING="yes"
-TRINITY_HANDBOOK="optional"
-
-TRINITY_LANGS="de"
-
-inherit trinity-base-2
-
-DESCRIPTION="A theme manager for TDM"
-KEYWORDS="~amd64 ~x86"
-HOMEPAGE="http://trinitydesktop.org/"
-LICENSE="|| ( GPL-2 GPL-3 )"
-
-need-trinity
-
-SLOT="${TRINITY_VER}"
-
-RDEPEND+=" ~trinity-base/tdm-${PV}"
-
-src_configure() {
- mycmakeargs=(
- -DBUILD_TRANSLATIONS=ON
- )
-
- trinity-base-2_src_configure
-} \ No newline at end of file