diff options
author | ormorph <[email protected]> | 2023-10-22 09:26:44 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2023-10-22 09:26:44 +0300 |
commit | e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3 (patch) | |
tree | 93a2d9fa8086c9377f468ce6a0987b5ef40279bb /trinity-apps/tdesudo | |
parent | 1e3ceb29cf5c5df2e6b4186e210170097d745df4 (diff) | |
download | tde-packaging-gentoo-e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3.tar.gz tde-packaging-gentoo-e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3.zip |
Removing version 14.0.13
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-apps/tdesudo')
-rw-r--r-- | trinity-apps/tdesudo/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/tdesudo/tdesudo-14.0.13.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/trinity-apps/tdesudo/Manifest b/trinity-apps/tdesudo/Manifest index 021fc36b..dd93483f 100644 --- a/trinity-apps/tdesudo/Manifest +++ b/trinity-apps/tdesudo/Manifest @@ -1,2 +1 @@ -DIST tdesudo-trinity-14.0.13.tar.xz 28948 BLAKE2B 9999e0bec469a2d9c79f81051b411dfcc5920e5b698f3bbb8b298b90596ad46efb35c7459dc8b31b0c141c7a82030d3dfc7c1656d44af34ce00e98ae7e45d177 SHA512 4919723feacac8353d2a44ce42d4259436ccf6b2dc28ae0199ac30bf8a2623c09554cef74ca4627c0e2e2a565b3a2d2bb48f5c02483ce2f8308871903753391b DIST tdesudo-trinity-14.1.0.tar.xz 28944 BLAKE2B 23f279fe8e7bc485ebfa6ecf98f3757372e288eb5e67e83c2002053b8bc55d7b1ae94117cb32b55dbbfc6cd3a0f3ee1df4e200fa8bce053b7a59e98a345d7651 SHA512 6041d6731906d8ff968502a5b6a54ed59933482552e2c8bfa7a61192ed88945a64270f144b874ee08d1bcb930e9369393371f1c923fec6ebaaaebe8708752744 diff --git a/trinity-apps/tdesudo/tdesudo-14.0.13.ebuild b/trinity-apps/tdesudo/tdesudo-14.0.13.ebuild deleted file mode 100644 index 53dcbdf2..00000000 --- a/trinity-apps/tdesudo/tdesudo-14.0.13.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 -} |