summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-07-29 19:59:00 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-07-29 20:01:44 +0200
commitc7800fff3028f36168fa66ca2a9803cb3ac0132d (patch)
tree2a5e5901ea64864ca6f176495ce7e5db6a65d440 /kde-plasma
parentkde-plasma/plasma-desktop: drop 5.22.3* (diff)
downloadgentoo-c7800fff3028f36168fa66ca2a9803cb3ac0132d.tar.gz
gentoo-c7800fff3028f36168fa66ca2a9803cb3ac0132d.tar.bz2
gentoo-c7800fff3028f36168fa66ca2a9803cb3ac0132d.zip
kde-plasma/plasma-disks: drop 5.22.3*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/plasma-disks/Manifest1
-rw-r--r--kde-plasma/plasma-disks/plasma-disks-5.22.3.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/kde-plasma/plasma-disks/Manifest b/kde-plasma/plasma-disks/Manifest
index b9172ca7848e..e19d07c92337 100644
--- a/kde-plasma/plasma-disks/Manifest
+++ b/kde-plasma/plasma-disks/Manifest
@@ -1,3 +1,2 @@
DIST plasma-disks-5.21.5.tar.xz 71428 BLAKE2B a5f2d27afa851f84874b05531d2f4a80b02f5c4238594fb7bffd3a364883aea777379c565621350a227d3680d87d4553dbec1f86dbdde12ff1f125cb5685ddf6 SHA512 b7057416b9ea692b70865122b4f4febb727c6a6dd72ffcd1cc23c9280ecba650b30c2e0002130ecceeb78b556c3e922c3ed83ec0e0d03163e01789cfb10d9426
-DIST plasma-disks-5.22.3.tar.xz 84248 BLAKE2B 7df101a5b081621c73bc6cfcfe3acf4deeb9237abba6578dcfd45e8f99c954a85fc1cf68e0b46b1fcb38c4d4f9ead29f8aa539cf536915055f5fa7061c542838 SHA512 7f9ba9b437d39220d8d548215b971ea9d14899ffefc17e387485380836d3ea88028ccdfcd23062ce42b99995d219710f06885b2cd3311c48c14a9c194dd9819a
DIST plasma-disks-5.22.4.tar.xz 84496 BLAKE2B 45b00fb5d400b051373a16a7586d6fcf2e03bf2acf3bcdb46d169521d0403118b97b968a583039eea83889559cf08b300ea95bdd91749c5d2974059579842583 SHA512 cf54be894a61fbbdcbc32010475e0542dae4da59b43a5f9b2ae9e8a8e511b7a64fd1475dc4c90f33b9918f864e34549b91f210cadbf50681e36b9a6919d8711b
diff --git a/kde-plasma/plasma-disks/plasma-disks-5.22.3.ebuild b/kde-plasma/plasma-disks/plasma-disks-5.22.3.ebuild
deleted file mode 100644
index a48f543b9225..000000000000
--- a/kde-plasma/plasma-disks/plasma-disks-5.22.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="true"
-KFMIN=5.82.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Monitors S.M.A.R.T. capable devices for imminent failure"
-HOMEPAGE="https://invent.kde.org/plasma/plasma-disks"
-
-LICENSE="|| ( GPL-3 GPL-2 )"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=kde-frameworks/kauth-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kdeclarative-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/solid-${KFMIN}:5
- sys-apps/smartmontools
-"
-RDEPEND="${DEPEND}
- kde-plasma/kinfocenter:5
-"