diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-01-19 09:41:30 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-01-25 10:43:45 +0100 |
commit | 532348d43a591d7bfb5766daec046a87eb9062d4 (patch) | |
tree | fb3c9a201e8fefeacfb68601e0af3ade0ca87a52 /kde-plasma/plasma-thunderbolt | |
parent | kde-plasma/plasma-systemmonitor: drop 5.23.4* (diff) | |
download | gentoo-532348d43a591d7bfb5766daec046a87eb9062d4.tar.gz gentoo-532348d43a591d7bfb5766daec046a87eb9062d4.tar.bz2 gentoo-532348d43a591d7bfb5766daec046a87eb9062d4.zip |
kde-plasma/plasma-thunderbolt: drop 5.23.4*
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.23.4.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest index 5a197fac1c21..c03bc5bc2dd2 100644 --- a/kde-plasma/plasma-thunderbolt/Manifest +++ b/kde-plasma/plasma-thunderbolt/Manifest @@ -1,3 +1,2 @@ -DIST plasma-thunderbolt-5.23.4.tar.xz 65120 BLAKE2B ba143215208b8e0afd2111f74bfeb1e38085906ce36119490cb8b56df739e0a1495ac81b463e0d89df1b2946ef099da3f2da11908b5665dce9a0efa888ee51a7 SHA512 c0180e46cf47da996a2c054c3a860824b13231cabdb6dd14c9885ee9948f432a78ba61d438daba791b7d22010c84663699a5f106293d8484c78ba88add3b7ace DIST plasma-thunderbolt-5.23.5.tar.xz 64968 BLAKE2B de989c3d65b7f806657ab9b6cf4df6e8c7c18dce28a3504961b7d5afe94b2effd4928438eb156d364c4f210fd5ac37eec3b3b1a770da33bb81767e3a17f21ba3 SHA512 019858b1060ec00140affcf8c64a78094767ce46224f5ab8507dd0e75dbb47183df6605fc1316863ef84bdef736bfc0ceb9b88dfdcafd0fb6c8d877ebed39b9f DIST plasma-thunderbolt-5.23.90.tar.xz 66572 BLAKE2B a3e768f51f36aaeaab88176b87c599708ce2aef0d8ee49bdcc854d978af410617e9d64a31616993e2294bdb14c18346abad2003e09a32453048bcf45f7bad006 SHA512 654542a21d09d80c0014ab881effcca4dbada0f8ad0ebfbb96729345239a7fc9abb419bd19212c94efac567c093de77e3027bb82832814c13a9cc053d3e4d3d8 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.23.4.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.23.4.ebuild deleted file mode 100644 index 69f79eb27579..000000000000 --- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.23.4.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="true" -KFMIN=5.86.0 -PVCUT=$(ver_cut 1-3) -QTMIN=5.15.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 ~riscv x86" -IUSE="" - -# tests require DBus -RESTRICT="test" - -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 -" |