summaryrefslogtreecommitdiffstats
path: root/trinity-apps/kcmautostart
diff options
context:
space:
mode:
authorormorph <[email protected]>2021-12-05 16:49:54 +0300
committerormorph <[email protected]>2021-12-05 16:49:54 +0300
commit20d2cdcc6ed13b40485942e8531fd8f8516bcbbe (patch)
treefc08b9ad5a375c57e41cff3c63e10ccb92da00ba /trinity-apps/kcmautostart
parent2eb38c699ebf0ab2f557e36053410ccaa4a64544 (diff)
downloadtde-packaging-gentoo-20d2cdcc6ed13b40485942e8531fd8f8516bcbbe.tar.gz
tde-packaging-gentoo-20d2cdcc6ed13b40485942e8531fd8f8516bcbbe.zip
Version 14.0.8 removed
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-apps/kcmautostart')
-rw-r--r--trinity-apps/kcmautostart/Manifest1
-rw-r--r--trinity-apps/kcmautostart/kcmautostart-14.0.8.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/trinity-apps/kcmautostart/Manifest b/trinity-apps/kcmautostart/Manifest
index c2ec927e..3402a0f9 100644
--- a/trinity-apps/kcmautostart/Manifest
+++ b/trinity-apps/kcmautostart/Manifest
@@ -1,2 +1 @@
DIST kcmautostart-trinity-14.0.11.tar.xz 18136 BLAKE2B a528a58170cce897b5807e37265ac0d098c8b29ef8d0d6c957098e15b435d2dcd5e208256b9a14a415861b0a0ee6b07970d060bc2f7f592ad087112a8c6fca3d SHA512 7c9b43bdad363bea874b232271fdca43db17d885eec221354835a3918c5828d8ddf0e7e847e3b13fa2d96cb06a2f4761587ca4ec184cd825159bec5d0ae1a8cc
-DIST kcmautostart-trinity-14.0.8.tar.xz 39376 BLAKE2B 8d25644d60937601bdfff6efe7ce66f5f9637c53407845f4d94c561b6b671e3dcdd1abda4f2fbbbfe5bd777cbb87fcf71659c9cb14791670529534db6d6e3609 SHA512 3c9e7f42c36c093b7c487e4c69686cff6b762d6430624d40756f10f9076afab719e719448b23c1195e462d77ed0715d4f35cfc5553ec4fa068349f3b1024bc53
diff --git a/trinity-apps/kcmautostart/kcmautostart-14.0.8.ebuild b/trinity-apps/kcmautostart/kcmautostart-14.0.8.ebuild
deleted file mode 100644
index ccc232e5..00000000
--- a/trinity-apps/kcmautostart/kcmautostart-14.0.8.ebuild
+++ /dev/null
@@ -1,29 +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="ca de es fr nl tr"
-
-inherit trinity-base-2
-
-DESCRIPTION="Autostart module for KControl "
-KEYWORDS="~amd64 ~x86"
-HOMEPAGE="http://trinitydesktop.org/"
-LICENSE="|| ( GPL-2 GPL-3 )"
-
-need-trinity
-
-SLOT="${TRINITY_VER}"
-
-src_configure() {
- mycmakeargs=(
- -DBUILD_TRANSLATIONS=ON
- )
-
- trinity-base-2_src_configure
-} \ No newline at end of file