summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tdesudo
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2023-04-16 16:23:47 +0300
committerormorph <roma251078@mail.ru>2023-04-16 16:23:47 +0300
commit3401abb615b656c425a85b933aa25335f6ddf156 (patch)
treee851daa136aa559fbd59f329d0212bead6ff9431 /trinity-apps/tdesudo
parent13736d9fa9ed50c2e28d16c86ac2fc5384a5e2ac (diff)
downloadtde-packaging-gentoo-3401abb615b656c425a85b933aa25335f6ddf156.tar.gz
tde-packaging-gentoo-3401abb615b656c425a85b933aa25335f6ddf156.zip
Removing ebuilds of version 14.0.12
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/tdesudo')
-rw-r--r--trinity-apps/tdesudo/Manifest1
-rw-r--r--trinity-apps/tdesudo/tdesudo-14.0.12.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/trinity-apps/tdesudo/Manifest b/trinity-apps/tdesudo/Manifest
index 6730060a..d899b8d7 100644
--- a/trinity-apps/tdesudo/Manifest
+++ b/trinity-apps/tdesudo/Manifest
@@ -1,2 +1 @@
-DIST tdesudo-trinity-14.0.12.tar.xz 28964 BLAKE2B 9a2255fe74725f163cb87a626ce70e698eed6718c6165e9c5e46c3cc91d4f21c7ed4ffacf87debd64d6a35abb241563df78097bc7afdccf31749d411f890bf7f SHA512 79ec5e66b881b8add8e7cb7f24ccd2cb8eccc08a31747783b4f8e55dbec41b7a20eb1dbd969568a831c5ef946d45a61185db299490a89e1b28f41b0d1e091bc5
DIST tdesudo-trinity-14.0.13.tar.xz 28948 BLAKE2B 9999e0bec469a2d9c79f81051b411dfcc5920e5b698f3bbb8b298b90596ad46efb35c7459dc8b31b0c141c7a82030d3dfc7c1656d44af34ce00e98ae7e45d177 SHA512 4919723feacac8353d2a44ce42d4259436ccf6b2dc28ae0199ac30bf8a2623c09554cef74ca4627c0e2e2a565b3a2d2bb48f5c02483ce2f8308871903753391b
diff --git a/trinity-apps/tdesudo/tdesudo-14.0.12.ebuild b/trinity-apps/tdesudo/tdesudo-14.0.12.ebuild
deleted file mode 100644
index 53dcbdf2..00000000
--- a/trinity-apps/tdesudo/tdesudo-14.0.12.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 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="optional"
-
-TRINITY_LANGS="de fr"
-
-TRINITY_MODULE_TYPE="applications/settings"
-inherit trinity-base-2
-
-DESCRIPTION="Sudo frontend for TDE"
-HOMEPAGE="https://trinitydesktop.org/"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="14"
-if [[ ${PV} != *9999* ]] ; then
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-RDEPEND="app-admin/sudo"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_TRANSLATIONS=ON
- )
- trinity-base-2_src_configure
-}