summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-10-20 20:51:20 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-10-20 21:56:29 +0200
commitaa5646f397455fe5d243ec0b573d8deb732530fe (patch)
tree99321ad8a8faa37f036b424ec012ee75165afaea /kde-plasma
parentkde-plasma/plasma-sdk: drop 5.20.0* (diff)
downloadgentoo-aa5646f397455fe5d243ec0b573d8deb732530fe.tar.gz
gentoo-aa5646f397455fe5d243ec0b573d8deb732530fe.tar.bz2
gentoo-aa5646f397455fe5d243ec0b573d8deb732530fe.zip
kde-plasma/plasma-thunderbolt: drop 5.20.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/plasma-thunderbolt/Manifest1
-rw-r--r--kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.20.0.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest
index 6c4a4f27aeca..95344979f72b 100644
--- a/kde-plasma/plasma-thunderbolt/Manifest
+++ b/kde-plasma/plasma-thunderbolt/Manifest
@@ -1,3 +1,2 @@
DIST plasma-thunderbolt-5.19.5.tar.xz 51300 BLAKE2B c0a9b3665d58ac57c4e4fc71670edaf402d69e8477e0b74875df2d4d666ea8f1c1ce2d0b950f5f20950a431837d651a545f8df19412b60332e0b5d3b08beaa5b SHA512 34c0cb7495b03eaf4f84426fbb6ab2a8b3b336fa1a7f32014231f302c3f1a0e061462e32ded86dab713aa2b602ba5311da3a45e0352f63f59d6e503c1eb7905e
-DIST plasma-thunderbolt-5.20.0.tar.xz 55664 BLAKE2B a19900c70df94f92924e307b1e0b14e2416febd2c4352a01fd6c20d64fea47ebca665e669e08c648c54a1a968bd24a89b820cc6d43207c344435ff539b17bb4e SHA512 c99ff7a606e90b38ef10ce85c4adc375a4425b0d383db58829f8ccf61eeefa290c1f8a2c0b20b10b72af3bf607b4dea2ca0be98f0c6704fcb8e7247f32bfacab
DIST plasma-thunderbolt-5.20.1.tar.xz 55664 BLAKE2B f6e70d7dc8e53c43b0226af5fea3853ebaeb06b3d122ae8840be3ba85ce5f83c147f39495bb7ebef637630b4bca1fd3489144e7e1d4929e78af01ec66f9c650d SHA512 dc3f69751bd1485dbde1d00821b47d3d62025deca0d7e590e8892f863cae9070989308a19131328cce13aa0c1187ee2bcd6c1ef43d3cb23df302d4c9d1f6f57c
diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.20.0.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.20.0.ebuild
deleted file mode 100644
index cbbcdebcf9b0..000000000000
--- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.20.0.ebuild
+++ /dev/null
@@ -1,38 +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.74.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.1
-inherit ecm kde.org
-
-DESCRIPTION="Plasma integration for controlling Thunderbolt devices"
-HOMEPAGE="https://invent.kde.org/plasma/plasma-thunderbolt"
-
-LICENSE="|| ( GPL-2 GPL-3+ )"
-SLOT="5"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=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
-"
-RDEPEND="${DEPEND}
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
- >=kde-frameworks/kirigami-${KFMIN}:5
- sys-apps/bolt
-"
-
-# tests require DBus
-RESTRICT+=" test"