summaryrefslogtreecommitdiffstats
path: root/trinity-apps/ksensors
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/ksensors')
-rw-r--r--trinity-apps/ksensors/Manifest1
-rw-r--r--trinity-apps/ksensors/ksensors-14.0.12.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/trinity-apps/ksensors/Manifest b/trinity-apps/ksensors/Manifest
index 31f45a7d..3c8295f2 100644
--- a/trinity-apps/ksensors/Manifest
+++ b/trinity-apps/ksensors/Manifest
@@ -1,2 +1 @@
-DIST ksensors-trinity-14.0.12.tar.xz 247768 BLAKE2B 5c3daeeab53ccbb2f0915f4b0edf906eb06a8b7afff7f7cf1b1b451211aed73ddaad6428a50f23eb4e63826e55a0accc637b59eb73a21288dec5e90e0d59e68e SHA512 6c7440f6c665543189428a4d6730a2650ee33e0c1b48b7e03a7850f7f76d52d65ad2cb87b0c5aefea2b7a40428ada6a7f8a0d2df42126a866f9e1f1f790f4907
DIST ksensors-trinity-14.0.13.tar.xz 247668 BLAKE2B 3aba9416a25963f4bd1f3a95634ed4a39f24c92e5c3e2efb6c4ae06819a4fb2993e317922119d64ce6e2bd3b0c7fd90687953cf32d0d82f32819bd15acc5242c SHA512 63da4b1ed162248afc822d6c698f1dc403801e56dd9cb6cbf7a8c2ed6af4a100618414b956f5f08735c2549607cbc208d84746f28fc999f34892010aeb4588b5
diff --git a/trinity-apps/ksensors/ksensors-14.0.12.ebuild b/trinity-apps/ksensors/ksensors-14.0.12.ebuild
deleted file mode 100644
index 2e92317e..00000000
--- a/trinity-apps/ksensors/ksensors-14.0.12.ebuild
+++ /dev/null
@@ -1,32 +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="cs de es fr nb nl pl sv"
-
-TRINITY_MODULE_TYPE="applications/utilities"
-inherit trinity-base-2
-
-DESCRIPTION="A TDE GUI frontend to LM-Sensors"
-HOMEPAGE="https://trinitydesktop.org/"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="14"
-if [[ ${PV} != *9999* ]] ; then
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-DEPEND="sys-apps/lm-sensors"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_TRANSLATIONS=ON
- )
- trinity-base-2_src_configure
-}