summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-09-03 11:15:22 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-09-03 14:21:54 +0200
commit40498fc7cfb1b72d619512b35e42d7cc928291b3 (patch)
treee03036eb7119944cb9d6242c27e543ea36e13371 /kde-plasma
parentkde-plasma/plasma-sdk: drop 5.19.4* (diff)
downloadgentoo-40498fc7cfb1b72d619512b35e42d7cc928291b3.tar.gz
gentoo-40498fc7cfb1b72d619512b35e42d7cc928291b3.tar.bz2
gentoo-40498fc7cfb1b72d619512b35e42d7cc928291b3.zip
kde-plasma/plasma-thunderbolt: drop 5.19.4*
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.19.4.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest
index ccf31d8291fb..af5447f08e4b 100644
--- a/kde-plasma/plasma-thunderbolt/Manifest
+++ b/kde-plasma/plasma-thunderbolt/Manifest
@@ -1,3 +1,2 @@
DIST plasma-thunderbolt-5.18.5.tar.xz 51248 BLAKE2B e87339f2d81bfcfb60e02284e1e57aa17b1a01844cd4e0157b3b10b1bee4d4de5b02378b15c750977350a768f2c5c2f01e629405c358afcbad0765d1c7943598 SHA512 4768a69abc474b9daa2c3f880ef12829ce4804a44b4502b31e083802a5ba4406ac52001fb397415958cd52d7f76aa7dc54f8945665957a8a5557ca93e345ff76
-DIST plasma-thunderbolt-5.19.4.tar.xz 51276 BLAKE2B e74cf94e402c33c0c422445562fdcca5125220b9418daea00d7ab3581f8b1429d580a29f5a594898780512fe3e9ae3b0d303ddb5560921aaf74b7bf22a3626c9 SHA512 8b52756f924497ec24d2b1615d9034e75f5386445e12cf9e7c46071f0e030ca34f7540baecfbc92446edcce46305ccc2c41bbfac7e48c547948f7ebce9cbc772
DIST plasma-thunderbolt-5.19.5.tar.xz 51300 BLAKE2B c0a9b3665d58ac57c4e4fc71670edaf402d69e8477e0b74875df2d4d666ea8f1c1ce2d0b950f5f20950a431837d651a545f8df19412b60332e0b5d3b08beaa5b SHA512 34c0cb7495b03eaf4f84426fbb6ab2a8b3b336fa1a7f32014231f302c3f1a0e061462e32ded86dab713aa2b602ba5311da3a45e0352f63f59d6e503c1eb7905e
diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.4.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.4.ebuild
deleted file mode 100644
index 0c999324c345..000000000000
--- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.4.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.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-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"