summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tdeio-umountwrapper
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/tdeio-umountwrapper
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/tdeio-umountwrapper')
-rw-r--r--trinity-apps/tdeio-umountwrapper/Manifest1
-rw-r--r--trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.0.8.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/trinity-apps/tdeio-umountwrapper/Manifest b/trinity-apps/tdeio-umountwrapper/Manifest
index 83196b6f..ebdad5b4 100644
--- a/trinity-apps/tdeio-umountwrapper/Manifest
+++ b/trinity-apps/tdeio-umountwrapper/Manifest
@@ -1,2 +1 @@
DIST tdeio-umountwrapper-trinity-14.0.11.tar.xz 10872 BLAKE2B 661d03c5830e749d85accd542bd06c37de81fe3de55a9ce39e22c263f7d40d98eaafdd0e6311d7bd5a5f4130557bdff95db2fa997a9aedcd6c57c3925329365d SHA512 0692761a5765509c567c7593d69f870a6c20f6ca622f3e74bc747de4e18b4b84c3fbdcee7ce83960e54a28e9812a17ee278f3b17e5d709d906ec7eb4a4d0f8f4
-DIST tdeio-umountwrapper-trinity-14.0.8.tar.xz 282164 BLAKE2B 3d57443b1d4ec8523fa37333d02311a20b45f6f6ca705733bdbfb22c952500453baaa6ef43fd9e40d06e4f12aabc0c1c1eddf089882d1823c7ac434977f9e026 SHA512 7427d1d86195f47e07c2a39cc013571def887eae85c19aea2e785dcb73b5a45703bf44c7d67441bfad6eeb9f8ffbce36040864f364842b13a2afb798039db6e9
diff --git a/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.0.8.ebuild b/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.0.8.ebuild
deleted file mode 100644
index 7234403f..00000000
--- a/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-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="never"
-
-TRINITY_LANGS="de"
-
-inherit trinity-base-2
-
-DESCRIPTION="Progress dialog for safely removing devices"
-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
-}