diff options
author | 2019-12-03 23:33:55 +0100 | |
---|---|---|
committer | 2019-12-04 00:09:36 +0100 | |
commit | 68458461f002d0a9b089ec3cc2ddfea1cc561974 (patch) | |
tree | 17d515f7e2952854ce9ba56f30f8619fb6eacb22 /kde-plasma/plasma-thunderbolt | |
parent | kde-plasma: Add KDE Plasma 5.17.4 (diff) | |
download | gentoo-68458461f002d0a9b089ec3cc2ddfea1cc561974.tar.gz gentoo-68458461f002d0a9b089ec3cc2ddfea1cc561974.tar.bz2 gentoo-68458461f002d0a9b089ec3cc2ddfea1cc561974.zip |
kde-plasma: Drop KDE Plasma 5.17.3
Package-Manager: Portage-2.3.80, Repoman-2.3.19
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.3.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest index eb1ed1b9f907..0276873bf398 100644 --- a/kde-plasma/plasma-thunderbolt/Manifest +++ b/kde-plasma/plasma-thunderbolt/Manifest @@ -1,2 +1 @@ -DIST plasma-thunderbolt-5.17.3.tar.xz 46736 BLAKE2B 317c5f355c4b0ead9b98a2947838f991ed9d80b196925489b10e9bcb55b9bf35b8b862e5efaffd1166ce65875b7f3ad8b7c71d7bf9d46599278b952bbafa3c81 SHA512 448afd8e8e4f26114872b1a1e09c5d093063c5f937b898ce41893a32e371689d111b66d6dc359f79bb4cea6d570c3d18bcbbf44d46ffa9d2ce30224f1b193a29 DIST plasma-thunderbolt-5.17.4.tar.xz 47368 BLAKE2B 69b74a5631bb0789621ab7aeb5475b8abe21a2b2c3fbf8331b1f4d0587649e05bd0a8e52cf381b9b3c8185f142e11dde28449798fa56ee72e0e5cf2d70f2d39b SHA512 1746ad45181f089bef35574a1e604443ff0a9abb025d5fddda16a109fc4041c522cc3c972272549304a3cbcea0f3fb2d75f81468f61f86826e18f03fcbef62a6 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.3.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.3.ebuild deleted file mode 100644 index f19f1b09dc5d..000000000000 --- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 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 -" |