summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tdeio-umountwrapper
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/tdeio-umountwrapper
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/tdeio-umountwrapper')
-rw-r--r--trinity-apps/tdeio-umountwrapper/Manifest1
-rw-r--r--trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.0.13.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/trinity-apps/tdeio-umountwrapper/Manifest b/trinity-apps/tdeio-umountwrapper/Manifest
index e5d89e35..9863fdf3 100644
--- a/trinity-apps/tdeio-umountwrapper/Manifest
+++ b/trinity-apps/tdeio-umountwrapper/Manifest
@@ -1,2 +1 @@
-DIST tdeio-umountwrapper-trinity-14.0.13.tar.xz 10772 BLAKE2B ab607825d8056855207fe91118ea5237bfd765087f555fcf8a4b998aa3019e46c12cfa134205bb159b8d69da43aa6da72dfbf1cfbdb83b88bbf09602c5c41495 SHA512 e19e3c9e4f2d9dfde3acf409c157f2324994f76a859a770b82ad07e3798f5ebad894040031372cdffd26cac7e2f12f88eaa55cdda8a6120aff86888c0b65dfcd
DIST tdeio-umountwrapper-trinity-14.1.0.tar.xz 10768 BLAKE2B 3b3663b7255d2fad34590d1d2988b5e2325b5b07c4b1d5536590fd0f89acb32f6bfef487cd2378171170c1a4f8f377b19d1970cc94fd1afb46c35bc71f9469a1 SHA512 5027ea37b425091b4346d87b293f84f4687a3f9e5c1e0f745f79f5cd885881e906eade75176b12eada24a615393d70e50e63b27ead04ccad3150e8509b0ec64f
diff --git a/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.0.13.ebuild b/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.0.13.ebuild
deleted file mode 100644
index d46f529a..00000000
--- a/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.0.13.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# 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="de"
-TRINITY_MODULE_TYPE="applications/tdeio"
-inherit trinity-base-2
-
-DESCRIPTION="Progress dialog for safely removing devices"
-HOMEPAGE="https://trinitydesktop.org/"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="14"
-if [[ ${PV} != *9999* ]] ; then
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_TRANSLATIONS=ON
- )
-
- trinity-base-2_src_configure
-}