summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-11-09 15:36:56 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-11-09 18:15:02 +0100
commit629dfb99d29fb45db051aea0f5003338ccfc6bd7 (patch)
tree7e4c82715662a30d838f8251755d89124e7b373c /kde-plasma/kwayland-integration
parentkde-plasma/kwallet-pam: drop 5.23.2* (diff)
downloadgentoo-629dfb99d29fb45db051aea0f5003338ccfc6bd7.tar.gz
gentoo-629dfb99d29fb45db051aea0f5003338ccfc6bd7.tar.bz2
gentoo-629dfb99d29fb45db051aea0f5003338ccfc6bd7.zip
kde-plasma/kwayland-integration: drop 5.23.2*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwayland-integration')
-rw-r--r--kde-plasma/kwayland-integration/Manifest1
-rw-r--r--kde-plasma/kwayland-integration/kwayland-integration-5.23.2.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index bca5d2edbb9f..1f99eb38f402 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1,3 +1,2 @@
DIST kwayland-integration-5.22.5.tar.xz 22708 BLAKE2B 61e084dd71721b556fc9bf0aafe92908c25070d1f8683ae53093ca413b0e81efb1c21a3fbb7c033c1e324b2032c8fe9946287eadd53607ee549944f06d081932 SHA512 456b745e493965781178e1cd2fe64b8833294800ea152f5f95d00e1e2c221f97c2a29b91498573bc25710e3ad42482e46a4f0f33d5a57ce8ed1454a65fba81a9
-DIST kwayland-integration-5.23.2.tar.xz 24188 BLAKE2B aaaeec5202e2e019a789ee2f2dd4bce35eae7341be9dbf2e72a2cda5e61aaabe1269bc0e97925a2657b10a114345b849a5d822407741db2909a37bbfbc35fd7d SHA512 20f5a48bab2257cb485b961c2881c86e428947f07d7043808a645a18fbbf104ff6622374b5abcb2ca5e7dc09eb5b2bc33ef6f667f99e6dcbdc971b67338c84b9
DIST kwayland-integration-5.23.3.tar.xz 24184 BLAKE2B 27a0ac06dea4e59a461718971897267d29d5207753e9c6f97fd52c909420d1f442af53b8e7cf9442698a93fbfc0041b56d4bdba070a8fbe6472cafe1bd475f59 SHA512 8e139aedfcd06910a226e710b5f83e766e119256e29b9eef8be4ae7b2d1fcfe96e6ce369ed90726dd70d81677067aa05222439fbcc7b02c190e802bc258a6100
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.23.2.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.23.2.ebuild
deleted file mode 100644
index 9a1d55f7aa5c..000000000000
--- a/kde-plasma/kwayland-integration/kwayland-integration-5.23.2.ebuild
+++ /dev/null
@@ -1,42 +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="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"