summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-05-07 09:13:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-05-07 09:54:01 +0200
commitedec50860f7acd5dd09f600243ca49966d66322a (patch)
treecafd912bdadad932bd9ae59d7790839fcbc65aa1 /kde-plasma/plasma-thunderbolt
parentkde-apps: Re-add ~x86 keyword to 20.04.0 (diff)
downloadgentoo-edec50860f7acd5dd09f600243ca49966d66322a.tar.gz
gentoo-edec50860f7acd5dd09f600243ca49966d66322a.tar.bz2
gentoo-edec50860f7acd5dd09f600243ca49966d66322a.zip
kde-plasma: Drop KDE Plasma 5.18.4.1
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-thunderbolt')
-rw-r--r--kde-plasma/plasma-thunderbolt/Manifest1
-rw-r--r--kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.18.4.1.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest
index 7b4d097c4fc7..6afbb4d70501 100644
--- a/kde-plasma/plasma-thunderbolt/Manifest
+++ b/kde-plasma/plasma-thunderbolt/Manifest
@@ -1,3 +1,2 @@
DIST plasma-thunderbolt-5.17.5.tar.xz 48356 BLAKE2B 18579420fcd3d99b2c948ee48391914ae33001ac95e6ec8a83d6f04d6343d25c6682e954b7c5fd1978d48b32ae200c1ce08c5a6465a037320358246a7cdb9de8 SHA512 8287e20963a31af60dff75a659af455518d72813b7e04dfd5407de4bbcda422551a000fd3ff03b67d4a052dc0421058c8ae8c31c1a92d174277d6a02819f6f70
-DIST plasma-thunderbolt-5.18.4.1.tar.xz 51028 BLAKE2B 7ed323d456c5bc0d84ef866123555c4bc3440f75c23bb859cbdf5bce861a5c84a5f1657aacf1d0f478cc14b938aa3f5bfde57ca34c22c5c013efeb8d9cd36a9b SHA512 2ae5e65741717f38f343adf3e52de67db29d069b93147236cec6172f03ffcfb64bbbaaed5056987a747feb0c27ec01aaefa954274092f34f709c955f8099b35a
DIST plasma-thunderbolt-5.18.5.tar.xz 51248 BLAKE2B e87339f2d81bfcfb60e02284e1e57aa17b1a01844cd4e0157b3b10b1bee4d4de5b02378b15c750977350a768f2c5c2f01e629405c358afcbad0765d1c7943598 SHA512 4768a69abc474b9daa2c3f880ef12829ce4804a44b4502b31e083802a5ba4406ac52001fb397415958cd52d7f76aa7dc54f8945665957a8a5557ca93e345ff76
diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.18.4.1.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.18.4.1.ebuild
deleted file mode 100644
index 03c59fa4845d..000000000000
--- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.18.4.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-KFMIN=5.66.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.12.3
-inherit ecm kde.org
-
-DESCRIPTION="Plasma integration for controlling Thunderbolt devices"
-HOMEPAGE="https://cgit.kde.org/plasma-thunderbolt.git"
-
-LICENSE="|| ( GPL-2 GPL-3+ )"
-SLOT="5"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- >=kde-frameworks/kcmutils-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kdeclarative-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
-"
-RDEPEND="${DEPEND}
- sys-apps/bolt
-"