summaryrefslogtreecommitdiffstats
path: root/trinity-apps/kima
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2022-10-21 21:26:06 +0200
committerormorph <roma251078@mail.ru>2022-10-21 21:26:06 +0200
commitd461849db3f8a3979ca7f2b03ab68ed4ce65bcb2 (patch)
treedb683ceb3b70596ea88833fc6fd9dfc1d3361f0a /trinity-apps/kima
parentf6f1346c2bc2531895b27077add6f0f3adea8d04 (diff)
downloadtde-packaging-gentoo-d461849db3f8a3979ca7f2b03ab68ed4ce65bcb2.tar.gz
tde-packaging-gentoo-d461849db3f8a3979ca7f2b03ab68ed4ce65bcb2.zip
Removing version 14.0.11
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/kima')
-rw-r--r--trinity-apps/kima/Manifest1
-rw-r--r--trinity-apps/kima/kima-14.0.11.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/trinity-apps/kima/Manifest b/trinity-apps/kima/Manifest
index b8f587b0..dd2591a9 100644
--- a/trinity-apps/kima/Manifest
+++ b/trinity-apps/kima/Manifest
@@ -1,2 +1 @@
-DIST kima-trinity-14.0.11.tar.xz 44196 BLAKE2B 9ccd144751a2ad9cec7bd24f126b64c080717b35b04842e16ad7fdc2623601fab0ca55aab31dd638d8145c53a13e1caad8e1991bcca799ec3399f4d28a960456 SHA512 89e08323ec6a7bcb3580f73b1f711dcf19958346b47b8845b3feca948a2a00c1845679cd108dffdeec3e672b011de9a71afebbf85b8c05edc59bf915e2c8aa73
DIST kima-trinity-14.0.12.tar.xz 44116 BLAKE2B 8f0040e5a78b74c938e8694a6e6111bfb1993800223346ab3d3fe2cc24a4d8fdc7ae262933c80fff4c08e9146cd63c5b4a731c1e62666a0ee40d674e4c953e80 SHA512 4f69bd0d24ba6d0e23fbda0677d0ee845b30822c32477ccb0948c4117fba1a542a19ff183dbf3457cf6abef4c6907c074a439f223e48d822a721775933150c56
diff --git a/trinity-apps/kima/kima-14.0.11.ebuild b/trinity-apps/kima/kima-14.0.11.ebuild
deleted file mode 100644
index 1315ccb5..00000000
--- a/trinity-apps/kima/kima-14.0.11.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Copyright 2021 The Trinity Desktop Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-TRINITY_EXTRAGEAR_PACKAGING="yes"
-TRINITY_HANDBOOK="optional"
-
-TRINITY_LANGS="de es et hu id nl sv tr"
-TRINITY_MODULE_TYPE="applications/settings"
-inherit trinity-base-2
-
-DESCRIPTION="A Kicker monitoring applet"
-HOMEPAGE="https://trinitydesktop.org/"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="14"
-if [[ ${PV} != *9999* ]] ; then
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-# NVControl support needs the nvidia-settings package,
-# which isn't in the Portage tree anymore. So if there
-# is interest, it could be imported to the overlay maybe.
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_TRANSLATIONS=ON
- -DWITH_NVCONTROL=OFF
- )
-
- trinity-base-2_src_configure
-}