summaryrefslogtreecommitdiffstats
path: root/trinity-apps/kima
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/kima')
-rw-r--r--trinity-apps/kima/Manifest1
-rw-r--r--trinity-apps/kima/kima-14.0.8.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/trinity-apps/kima/Manifest b/trinity-apps/kima/Manifest
index 3c7fe807..7fb3c79c 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.8.tar.xz 290228 BLAKE2B 3d9c7c7baa47ec0c214b871e179229f4756332c562b5f9c8c9539dfd8369a6d124503ebb4ce0f8125d02a99cae6503900c5a260f8cae0c365ae5a754eee335c9 SHA512 f311ac2d6a38c9d60505e3409948549dfe1ca88791cf51d29159a8336c18bb9bd802763490a30ef35932c4b6749c0eb16f9953b8a404a34f4b1c5651455e3609
diff --git a/trinity-apps/kima/kima-14.0.8.ebuild b/trinity-apps/kima/kima-14.0.8.ebuild
deleted file mode 100644
index fe16330c..00000000
--- a/trinity-apps/kima/kima-14.0.8.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 The Trinity Desktop Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-TRINITY_MODULE_TYPE="applications"
-
-TRINITY_EXTRAGEAR_PACKAGING="yes"
-TRINITY_HANDBOOK="optional"
-
-TRINITY_LANGS="de es et hu id nl sv tr"
-
-inherit trinity-base-2
-
-DESCRIPTION="A Kicker monitoring applet"
-KEYWORDS="~amd64 ~x86"
-HOMEPAGE="http://trinitydesktop.org/"
-LICENSE="|| ( GPL-2 GPL-3 )"
-
-need-trinity
-
-SLOT="${TRINITY_VER}"
-
-# 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() {
- mycmakeargs=(
- -DBUILD_TRANSLATIONS=ON
- -DWITH_NVCONTROL=OFF
- )
-
- trinity-base-2_src_configure
-} \ No newline at end of file