aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2024-08-09 05:14:06 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2024-08-09 05:14:06 +0500
commit7e4be1b0a698036bf5787c9cda4673be77ed6c13 (patch)
tree1495bb8ce8a3b688d8c350931be809586a7e53bf /kde-misc
parentdev-util/lottieconverter: add missing deps (diff)
downloadguru-7e4be1b0a698036bf5787c9cda4673be77ed6c13.tar.gz
guru-7e4be1b0a698036bf5787c9cda4673be77ed6c13.tar.bz2
guru-7e4be1b0a698036bf5787c9cda4673be77ed6c13.zip
kde-misc/plasma-applet-thermal-monitor: treeclean
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/plasma-applet-thermal-monitor/Manifest1
-rw-r--r--kde-misc/plasma-applet-thermal-monitor/metadata.xml13
-rw-r--r--kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild30
3 files changed, 0 insertions, 44 deletions
diff --git a/kde-misc/plasma-applet-thermal-monitor/Manifest b/kde-misc/plasma-applet-thermal-monitor/Manifest
deleted file mode 100644
index 9617ac0a61..0000000000
--- a/kde-misc/plasma-applet-thermal-monitor/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST plasma-applet-thermal-monitor-1.3.0.tar.bz2 844854 BLAKE2B 73eb5be936b37bc0b6afff8f49e955503c876e9dfe6ccf48e39880c80837ef5460401e434f50f9875bb77dc70e2c331a673a482ce09548df0c230e12bed6ddac SHA512 9ecde45d67fc534726ec7d222c1bf7cfcb17ccc46f1c048002365a9135b048b05a9446e7d7b0d21fe1508b42c1aa52719a87e7d58706869a1db2d31b43a01295
diff --git a/kde-misc/plasma-applet-thermal-monitor/metadata.xml b/kde-misc/plasma-applet-thermal-monitor/metadata.xml
deleted file mode 100644
index 7f7c89464e..0000000000
--- a/kde-misc/plasma-applet-thermal-monitor/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>egger.m@protonmail.com</email>
- <name>Michael Egger</name>
- </maintainer>
- <upstream>
- <remote-id type="gitlab">agurenko/plasma-applet-thermal-monitor</remote-id>
- <bugs-to>https://gitlab.com/agurenko/plasma-applet-thermal-monitor/-/issues</bugs-to>
- <doc>https://gitlab.com/agurenko/plasma-applet-thermal-monitor/-/blob/master/README.md</doc>
- </upstream>
-</pkgmetadata>
diff --git a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
deleted file mode 100644
index dddb05dc5e..0000000000
--- a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit ecm kde.org optfeature
-
-DESCRIPTION="Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors"
-HOMEPAGE="https://store.kde.org/p/998915/
- https://gitlab.com/agurenko/plasma-applet-thermal-monitor"
-
-if [[ ${KDE_BUILD_TYPE} = live ]] ; then
- EGIT_REPO_URI="https://gitlab.com/agurenko/${PN}.git"
-else
- SRC_URI="https://gitlab.com/agurenko/${PN}/-/archive/${PV}/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2+"
-SLOT="5"
-
-DEPEND="kde-plasma/libplasma:5"
-RDEPEND="${DEPEND}
- kde-plasma/ksysguard:5[lm-sensors]
-"
-
-pkg_postinst() {
- ecm_pkg_postinst
- optfeature "monitor temperature of NVMe drives" sys-apps/nvme-cli
-}