diff options
author | ormorph <[email protected]> | 2023-04-16 16:23:47 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2023-04-16 16:23:47 +0300 |
commit | 3401abb615b656c425a85b933aa25335f6ddf156 (patch) | |
tree | e851daa136aa559fbd59f329d0212bead6ff9431 /trinity-apps/kkbswitch | |
parent | 13736d9fa9ed50c2e28d16c86ac2fc5384a5e2ac (diff) | |
download | tde-packaging-gentoo-3401abb615b656c425a85b933aa25335f6ddf156.tar.gz tde-packaging-gentoo-3401abb615b656c425a85b933aa25335f6ddf156.zip |
Removing ebuilds of version 14.0.12
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.12.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/trinity-apps/kkbswitch/Manifest b/trinity-apps/kkbswitch/Manifest index 3af43f7d..7cfe339b 100644 --- a/trinity-apps/kkbswitch/Manifest +++ b/trinity-apps/kkbswitch/Manifest @@ -1,2 +1 @@ -DIST kkbswitch-trinity-14.0.12.tar.xz 78688 BLAKE2B 565260994fd78ed10abf2969c21e9efa7e4bb514ddc59a7ab251479db66f4522d57e835272af603255e3ddffab72a4f9e755eca18b66331b24089d2f4698471b SHA512 611cc289caee689b3c78af140164ac935da0bd6f529eab76663022cf65cd82d77b6107d0adedced614db6539f21c94d49732dcad3b289c1942280188d49c7291 DIST kkbswitch-trinity-14.0.13.tar.xz 79328 BLAKE2B a3ce9d46d75c21b62c7918636ef045826a3f1a96b624d83adb15b70d782d0f02c5cbdbf2e6e7c0a383a2fbdb2c91d8ab36738e8f67777ac47314f11c3f56c301 SHA512 36078555c7938422249754595c597ec1378beefe289d6a93aebd87f719e6c0f6d3eda4f23007ef5a42acb5a72d85c363275eb3fbc3f61660f38ce72349118cfc diff --git a/trinity-apps/kkbswitch/kkbswitch-14.0.12.ebuild b/trinity-apps/kkbswitch/kkbswitch-14.0.12.ebuild deleted file mode 100644 index 2e3b570a..00000000 --- a/trinity-apps/kkbswitch/kkbswitch-14.0.12.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}" |