summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tdeio-umountwrapper
diff options
context:
space:
mode:
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.12.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/trinity-apps/tdeio-umountwrapper/Manifest b/trinity-apps/tdeio-umountwrapper/Manifest
index 731baaf8..da246925 100644
--- a/trinity-apps/tdeio-umountwrapper/Manifest
+++ b/trinity-apps/tdeio-umountwrapper/Manifest
@@ -1,2 +1 @@
-DIST tdeio-umountwrapper-trinity-14.0.12.tar.xz 10776 BLAKE2B 1f1bbfe7084d8431935efd3eacb0ad0270bc7346b34916802ef8324d5ff8d9b2c9bed11db17922809fec34797602f124093b65a44a838ad24dddf58495e025e7 SHA512 857dea7ef7eeba979d8f42c66bc4f93f28dbcdf15ffe620ea29dd335ac1d01f5c45b5d0e2c7f6ef09645ffae173103007ca38ec74ef2a3544fb79c7008fa4fb7
DIST tdeio-umountwrapper-trinity-14.0.13.tar.xz 10772 BLAKE2B ab607825d8056855207fe91118ea5237bfd765087f555fcf8a4b998aa3019e46c12cfa134205bb159b8d69da43aa6da72dfbf1cfbdb83b88bbf09602c5c41495 SHA512 e19e3c9e4f2d9dfde3acf409c157f2324994f76a859a770b82ad07e3798f5ebad894040031372cdffd26cac7e2f12f88eaa55cdda8a6120aff86888c0b65dfcd
diff --git a/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.0.12.ebuild b/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.0.12.ebuild
deleted file mode 100644
index d46f529a..00000000
--- a/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.0.12.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
-}