summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-12 15:45:26 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-12 17:31:35 +0100
commit2d6a3b8c189b28dc93bb47a5800cde3d7a3ffdca (patch)
tree3e6b677bd687914f6f8289e83b05062212fd2920 /kde-plasma
parentkde-plasma/plasma-desktop: drop 5.27.10-r1 (diff)
downloadgentoo-2d6a3b8c189b28dc93bb47a5800cde3d7a3ffdca.tar.gz
gentoo-2d6a3b8c189b28dc93bb47a5800cde3d7a3ffdca.tar.bz2
gentoo-2d6a3b8c189b28dc93bb47a5800cde3d7a3ffdca.zip
kde-plasma/plasma-disks: drop 5.27.10
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.27.10.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/kde-plasma/plasma-disks/Manifest b/kde-plasma/plasma-disks/Manifest
index d585f6aa0986..e35095c74c8c 100644
--- a/kde-plasma/plasma-disks/Manifest
+++ b/kde-plasma/plasma-disks/Manifest
@@ -1,3 +1,2 @@
-DIST plasma-disks-5.27.10.tar.xz 93880 BLAKE2B 166590acffe48387d62d6c69607d8f6f1c9b788730b088da11c24ac8ff5421836333208cf81beb69a49183b4f5130e9f69f00444568a364f5142a48804efb434 SHA512 8170a280667c933a37233ec936af3e4b6328e145a099adc973436649c8a74cdd1f355e5aba7c8a6c6c8c8ea30630d4747386f07227f7e1d5dada4e85f1522b79
DIST plasma-disks-5.27.11.tar.xz 93892 BLAKE2B 7da072a23214297ceabaf256cf30ab2d0ed304f76351953ffae973a54ed0ad25a839549bb0c61b2793546b38c7857ec927d0ebb03885d3a43b2580aa9a60fd13 SHA512 102323ee220e0c2e823fe0a20f96a47646d5000555baa3f81e89168f62093690ed347f776cd78e290c7972114f9a76ba7e62f47c17db56312d5b58774f68100f
DIST plasma-disks-6.0.2.tar.xz 99700 BLAKE2B 02de5a7a300d3ad666daf323b31b1e02a16d7fb1a531c8416449f530e156c153e3d601a0ff392031ea7d8268f50ff462978e8ad33cc771850804deb822ec18ab SHA512 adf5209563bbf44e7646b80a29ff3c8b9b1db62423d9736d0747824b084db82d60d615f16069a5b842320a46c637f2fcd2b53c7a8423c9984218cd2499b60627
diff --git a/kde-plasma/plasma-disks/plasma-disks-5.27.10.ebuild b/kde-plasma/plasma-disks/plasma-disks-5.27.10.ebuild
deleted file mode 100644
index 669889c70f68..000000000000
--- a/kde-plasma/plasma-disks/plasma-disks-5.27.10.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="true"
-KFMIN=5.106.0
-QTMIN=5.15.9
-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="amd64 ~arm arm64 ~loong ~ppc64 ~riscv 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
-"