diff options
author | 2020-05-21 17:44:37 +0200 | |
---|---|---|
committer | 2020-05-21 17:45:06 +0200 | |
commit | 527a6eb48135eeb6304cfe2d01a4fd134aa4501d (patch) | |
tree | 46e04d73ec95681f79378dccd886ebc08ebd0906 /kde-plasma/plasma-thunderbolt | |
parent | app-text/djview: Fix desktop file install (diff) | |
download | gentoo-527a6eb48135eeb6304cfe2d01a4fd134aa4501d.tar.gz gentoo-527a6eb48135eeb6304cfe2d01a4fd134aa4501d.tar.bz2 gentoo-527a6eb48135eeb6304cfe2d01a4fd134aa4501d.zip |
kde-plasma: Drop KDE Plasma 5.17.5
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/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.5.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest index 6afbb4d70501..3f65a35c7435 100644 --- a/kde-plasma/plasma-thunderbolt/Manifest +++ b/kde-plasma/plasma-thunderbolt/Manifest @@ -1,2 +1 @@ -DIST plasma-thunderbolt-5.17.5.tar.xz 48356 BLAKE2B 18579420fcd3d99b2c948ee48391914ae33001ac95e6ec8a83d6f04d6343d25c6682e954b7c5fd1978d48b32ae200c1ce08c5a6465a037320358246a7cdb9de8 SHA512 8287e20963a31af60dff75a659af455518d72813b7e04dfd5407de4bbcda422551a000fd3ff03b67d4a052dc0421058c8ae8c31c1a92d174277d6a02819f6f70 DIST plasma-thunderbolt-5.18.5.tar.xz 51248 BLAKE2B e87339f2d81bfcfb60e02284e1e57aa17b1a01844cd4e0157b3b10b1bee4d4de5b02378b15c750977350a768f2c5c2f01e629405c358afcbad0765d1c7943598 SHA512 4768a69abc474b9daa2c3f880ef12829ce4804a44b4502b31e083802a5ba4406ac52001fb397415958cd52d7f76aa7dc54f8945665957a8a5557ca93e345ff76 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.5.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.5.ebuild deleted file mode 100644 index b7005f618469..000000000000 --- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.5.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.64.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 -" |