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.11.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/trinity-apps/ksensors/Manifest b/trinity-apps/ksensors/Manifest
index 56f1b1c2..7ef102ef 100644
--- a/trinity-apps/ksensors/Manifest
+++ b/trinity-apps/ksensors/Manifest
@@ -1,2 +1 @@
-DIST ksensors-trinity-14.0.11.tar.xz 247852 BLAKE2B 44b41cb6ef0c11bb94a29e756d904af6ee93e5bb50cf9f5dd0fceaf031cf58b528f8e1c0b06b036c62c5e87781a3f6e15dc352c4d232d61db8212ba82a5dbf68 SHA512 bbfd13cc2491c010d732c7f2991a4f92a9a5481b33cc18633cd77dcf7100c64a87a04bf3f351ca8587af25772a956381fa445c54c1625d87678aa0530566c206
DIST ksensors-trinity-14.0.12.tar.xz 247768 BLAKE2B 5c3daeeab53ccbb2f0915f4b0edf906eb06a8b7afff7f7cf1b1b451211aed73ddaad6428a50f23eb4e63826e55a0accc637b59eb73a21288dec5e90e0d59e68e SHA512 6c7440f6c665543189428a4d6730a2650ee33e0c1b48b7e03a7850f7f76d52d65ad2cb87b0c5aefea2b7a40428ada6a7f8a0d2df42126a866f9e1f1f790f4907
diff --git a/trinity-apps/ksensors/ksensors-14.0.11.ebuild b/trinity-apps/ksensors/ksensors-14.0.11.ebuild
deleted file mode 100644
index b58758ee..00000000
--- a/trinity-apps/ksensors/ksensors-14.0.11.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 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="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
-}