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/kkbswitch | |
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/kkbswitch')
-rw-r--r-- | trinity-apps/kkbswitch/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/kkbswitch/kkbswitch-14.0.13.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/trinity-apps/kkbswitch/Manifest b/trinity-apps/kkbswitch/Manifest index 2b5addd2..55a076b4 100644 --- a/trinity-apps/kkbswitch/Manifest +++ b/trinity-apps/kkbswitch/Manifest @@ -1,2 +1 @@ -DIST kkbswitch-trinity-14.0.13.tar.xz 79328 BLAKE2B a3ce9d46d75c21b62c7918636ef045826a3f1a96b624d83adb15b70d782d0f02c5cbdbf2e6e7c0a383a2fbdb2c91d8ab36738e8f67777ac47314f11c3f56c301 SHA512 36078555c7938422249754595c597ec1378beefe289d6a93aebd87f719e6c0f6d3eda4f23007ef5a42acb5a72d85c363275eb3fbc3f61660f38ce72349118cfc DIST kkbswitch-trinity-14.1.0.tar.xz 79752 BLAKE2B 4c197155f0ed44ac866785de322bc2d1b388cb9704cc24f3ff011832c10fcf22eebcdbd245944041626b46f4233673141e3cacedb3c3b3915a35ce8845f7d186 SHA512 8b06b64390eae6976df7ec89cf47d32d07098f8213ba3c8e9564a5c0c4383e56a685e831b1fb8f494545dd9db17bf7f0e85e9598d1c0f6885bf56431a6d41fca diff --git a/trinity-apps/kkbswitch/kkbswitch-14.0.13.ebuild b/trinity-apps/kkbswitch/kkbswitch-14.0.13.ebuild deleted file mode 100644 index 2e3b570a..00000000 --- a/trinity-apps/kkbswitch/kkbswitch-14.0.13.ebuild +++ /dev/null @@ -1,26 +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_HANDBOOK="optional" -TRINITY_MODULE_TYPE="applications/settings" -inherit trinity-base-2 - -DESCRIPTION="Keyboard layout indicator for TDE" -HOMEPAGE="https://trinitydesktop.org/" - -LICENSE="|| ( GPL-2 GPL-3 )" -SLOT="14" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -DEPEND=" - virtual/acl - net-dns/libidn - dev-libs/openssl - x11-libs/libxkbfile -" -RDEPEND="${DEPEND}" |