diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-06 20:23:00 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-06 21:01:06 +0200 |
commit | ff428cc5db9be1056a06ea7e11109ef80e97a22b (patch) | |
tree | 399cdbc6b7c92ffb5296a77f90954abf43c669cc /kde-plasma/plasma-disks | |
parent | kde-plasma/plasma-desktop: drop 5.25.49.9999 (diff) | |
download | kde-ff428cc5db9be1056a06ea7e11109ef80e97a22b.tar.gz kde-ff428cc5db9be1056a06ea7e11109ef80e97a22b.tar.bz2 kde-ff428cc5db9be1056a06ea7e11109ef80e97a22b.zip |
kde-plasma/plasma-disks: drop 5.25.49.9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-disks')
-rw-r--r-- | kde-plasma/plasma-disks/plasma-disks-5.25.49.9999.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/kde-plasma/plasma-disks/plasma-disks-5.25.49.9999.ebuild b/kde-plasma/plasma-disks/plasma-disks-5.25.49.9999.ebuild deleted file mode 100644 index 890817c898..0000000000 --- a/kde-plasma/plasma-disks/plasma-disks-5.25.49.9999.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="true" -KFMIN=5.95.0 -QTMIN=5.15.5 -inherit ecm plasma.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="" -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 -" |