diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-12 14:31:26 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-12 23:09:04 +0100 |
commit | c3066272c885586bb1a9a464cdc1b574b4bfeec7 (patch) | |
tree | b519884250fe639350a0d70c9ca874d31831787d /kde-plasma/plasma-thunderbolt | |
parent | kde-plasma: Add KDE Plasma 5.17.3 (diff) | |
download | gentoo-c3066272c885586bb1a9a464cdc1b574b4bfeec7.tar.gz gentoo-c3066272c885586bb1a9a464cdc1b574b4bfeec7.tar.bz2 gentoo-c3066272c885586bb1a9a464cdc1b574b4bfeec7.zip |
kde-plasma: Drop KDE Plasma 5.17.2
Package-Manager: Portage-2.3.79, Repoman-2.3.17
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.2.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest index 54820275f4c2..db97b036eff2 100644 --- a/kde-plasma/plasma-thunderbolt/Manifest +++ b/kde-plasma/plasma-thunderbolt/Manifest @@ -1,2 +1 @@ -DIST plasma-thunderbolt-5.17.2.tar.xz 47024 BLAKE2B c6c6f22a15e969fdda0e0984157b931ad4eaf51ada04d956ee9b9c6742aee293a547f1918650efb5a9c5d33e3c3d14d53f4f984c3454b475521a3a948d5bedc2 SHA512 05c8cbf794dd202e6325391f835de48484301b841c9b8dfe9b1d37b1ae15268039dab64487ad823e32033c33dac772388586ad10f2925bad8d1efb2b639badc4 DIST plasma-thunderbolt-5.17.3.tar.xz 46736 BLAKE2B 317c5f355c4b0ead9b98a2947838f991ed9d80b196925489b10e9bcb55b9bf35b8b862e5efaffd1166ce65875b7f3ad8b7c71d7bf9d46599278b952bbafa3c81 SHA512 448afd8e8e4f26114872b1a1e09c5d093063c5f937b898ce41893a32e371689d111b66d6dc359f79bb4cea6d570c3d18bcbbf44d46ffa9d2ce30224f1b193a29 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.2.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.2.ebuild deleted file mode 100644 index b2bd661947e8..000000000000 --- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_TEST="true" -inherit kde5 - -DESCRIPTION="Plasma integration for controlling Thunderbolt devices" -HOMEPAGE="https://cgit.kde.org/plasma-thunderbolt.git" - -LICENSE="|| ( GPL-2 GPL-3+ )" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep knotifications) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) -" -RDEPEND="${DEPEND} - sys-apps/bolt -" |