summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-02-19 11:22:02 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-19 11:46:15 +0100
commit4e7f9a4dc65b05787bb096a752624e727d8cbbd5 (patch)
tree35562ee5ba9842b0e813f9f858d1d2e1751f46eb /kde-plasma/plasma-thunderbolt
parentkde-plasma: Add KDE Plasma 5.18.1 (diff)
downloadgentoo-4e7f9a4dc65b05787bb096a752624e727d8cbbd5.tar.gz
gentoo-4e7f9a4dc65b05787bb096a752624e727d8cbbd5.tar.bz2
gentoo-4e7f9a4dc65b05787bb096a752624e727d8cbbd5.zip
kde-plasma: Drop KDE Plasma 5.18.0
Package-Manager: Portage-2.3.89, Repoman-2.3.20 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.0.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest
index 1cf7d60103fd..7e15fe1d3614 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.0.tar.xz 50484 BLAKE2B a4a07dfe14c86f3c05283634ed068167e318b9ef77b0715eb775d8a34dc22f5ffba5fc2775f5b7638821ba176dd182dfd619574bb4831047ed306b053fa92ce4 SHA512 ec91b9c943e57a5a000b5d2296759299ac0c23b5d1e2ad6918a052df74a38b08cfa793ee770cd6d7049c56850e245aa3ce6b6b428d6751d9047105cdcccc26bb
DIST plasma-thunderbolt-5.18.1.tar.xz 51032 BLAKE2B 8a300e7aa90d112e9ac41b3b95bd5e8733eb64cf8c33ef9eb9e02203fa0fa0240c73f943965c35b8ecf83b7241a525b57ac920658661492b1be056963d8d4e22 SHA512 bf6499a6ebf1d0f5ab22eba8c6a6d782985df9438006a8a4c3eeb213cf2af1a1face3e4edf081edd2c22159a5cf87c412db930a110d392e3bfc3921cca4d1729
diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.18.0.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.18.0.ebuild
deleted file mode 100644
index 3f8aabf4bac5..000000000000
--- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.18.0.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"
-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
-"