diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-08 14:00:49 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-08 18:16:19 +0100 |
commit | 6b63031e83e0f1b70c09f170e4c5d6ae1c70b3dc (patch) | |
tree | 3ad9d665061e95ac7495b86b28c3eb4ffe28e82d /kde-plasma/kwayland-integration | |
parent | kde-plasma/kwallet-pam: drop 5.24.2* (diff) | |
download | gentoo-6b63031e83e0f1b70c09f170e4c5d6ae1c70b3dc.tar.gz gentoo-6b63031e83e0f1b70c09f170e4c5d6ae1c70b3dc.tar.bz2 gentoo-6b63031e83e0f1b70c09f170e4c5d6ae1c70b3dc.zip |
kde-plasma/kwayland-integration: drop 5.24.2*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwayland-integration')
-rw-r--r-- | kde-plasma/kwayland-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kwayland-integration/kwayland-integration-5.24.2.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 6a67252c8bce..5615e2a3b693 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,3 +1,2 @@ DIST kwayland-integration-5.23.5.tar.xz 24188 BLAKE2B 7e6e4b842a9751539a709a452e8081ce615ec960965bac42a03aa2b685c0815dfebf996dd485d433d9d5797c26bc2d4e5782cd49235eb8936a50bc8f1d5b7d26 SHA512 105ee9df541cd6c167fd3434ac846a065c20b82b85c57a2d465c17256567fc7ee717f2fbae4f6acad61c4a6111f6262a2dc7e3fe23cab0bbb3ae2e478ef4ec19 -DIST kwayland-integration-5.24.2.tar.xz 24816 BLAKE2B e58c81e18bdf2f8507d182b7a1fd8b280c4fad2a4f082de60b3bb538ec857b117caa12370b1fa3da208b6f2320b47ee8d93260be710dec2bcc893024de32673e SHA512 1bc92e3bc9dab4bbc6bdb6c14234bcfaeff5ea13bd60c43afdd434f594b45ce223ab5767a701000ab930d709ed0f59f6ba90ca6287404da7e059055763439402 DIST kwayland-integration-5.24.3.tar.xz 24820 BLAKE2B 3bded1bd691c79732f0bab1a8d82455b68d5bc51882de3414a25d3c1539fd9fa5d7d40f5e354214db98c5e838023248bf204644c81a5695f5aeea88b8a9c1949 SHA512 5837db2dfa4b3c363ebb3936d0b7c1a8e99032227da3536efb3ae50137013cb5d8e82b81fd68fcebe3a028f2100c29f6ccfa09e503172fb772457b112dd198f0 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.24.2.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.24.2.ebuild deleted file mode 100644 index 546195c57a12..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.24.2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="true" -KFMIN=5.90.0 -PVCUT=$(ver_cut 1-3) -QTMIN=5.15.2 -inherit ecm kde.org - -DESCRIPTION="Provides integration plugins for various KDE frameworks for Wayland" -HOMEPAGE="https://invent.kde.org/plasma/kwayland-integration" - -LICENSE="LGPL-2.1" -SLOT="5" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -RESTRICT="test" # bug 668872 - -# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X -# slot ops: -# dev-qt/qtwayland: Qt::WaylandClientPrivate (private/qwayland*_p.h) stuff -# kde-frameworks/kidletime: KIdleTime/private/abstractsystempoller.h -# kde-frameworks/kwindowsystem: Various private headers -DEPEND=" - >=dev-libs/wayland-1.15 - || ( - >=dev-qt/qtgui-${QTMIN}:5[libinput] - >=dev-qt/qtgui-${QTMIN}:5[X] - ) - >=dev-qt/qtwidgets-${QTMIN}:5 - >=dev-qt/qtwayland-${QTMIN}:5= - >=kde-frameworks/kguiaddons-${KFMIN}:5 - >=kde-frameworks/kidletime-${KFMIN}:5= - >=kde-frameworks/kwayland-${KFMIN}:5 - >=kde-frameworks/kwindowsystem-${KFMIN}:5= - x11-libs/libxkbcommon -" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" |