summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-10-29 21:50:06 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-10-29 23:21:36 +0100
commitd3d3dfeb634261d4d22a9f791ca8038d0113b649 (patch)
tree4c594c797be393bab5a454c9e7d90532a0a22fcf /kde-plasma/plasma-thunderbolt
parentkde-plasma/plasma-workspace: Drop translations of Plasma session name (diff)
downloadgentoo-d3d3dfeb634261d4d22a9f791ca8038d0113b649.tar.gz
gentoo-d3d3dfeb634261d4d22a9f791ca8038d0113b649.tar.bz2
gentoo-d3d3dfeb634261d4d22a9f791ca8038d0113b649.zip
kde-plasma: Drop KDE Plasma 5.17.1
Package-Manager: Portage-2.3.78, 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/Manifest1
-rw-r--r--kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.1.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest
index c5a2a295778d..6bff7204c352 100644
--- a/kde-plasma/plasma-thunderbolt/Manifest
+++ b/kde-plasma/plasma-thunderbolt/Manifest
@@ -1,2 +1 @@
-DIST plasma-thunderbolt-5.17.1.tar.xz 47104 BLAKE2B 11def1cbed97d696b41c6eb23a5e50821b5667228d95ac0ace4439ffaad01caeb3cb18cb7350cce27282ec995cf6d42b8c27a6e312e27ebd631c7970a3295768 SHA512 78d83a71c775ceca9df9db0eb395b25466405f20cc4fc8d351ad1134790a7ca181d6718c90386ff0117648b035fa09e0d897e0bb06abf99bc32cd3dea7959656
DIST plasma-thunderbolt-5.17.2.tar.xz 47024 BLAKE2B c6c6f22a15e969fdda0e0984157b931ad4eaf51ada04d956ee9b9c6742aee293a547f1918650efb5a9c5d33e3c3d14d53f4f984c3454b475521a3a948d5bedc2 SHA512 05c8cbf794dd202e6325391f835de48484301b841c9b8dfe9b1d37b1ae15268039dab64487ad823e32033c33dac772388586ad10f2925bad8d1efb2b639badc4
diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.1.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.1.ebuild
deleted file mode 100644
index b2bd661947e8..000000000000
--- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.1.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
-"