summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-06-28 19:53:26 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-06-28 19:53:26 +0200
commita9f27c60548219508ffc991ad0529092549b98d7 (patch)
tree2ae2bdb7392d8ee2430f110cb4a3913800195618 /kde-plasma/kwayland-integration
parentkde-plasma/kwallet-pam: drop 5.25.1* (diff)
downloadgentoo-a9f27c60548219508ffc991ad0529092549b98d7.tar.gz
gentoo-a9f27c60548219508ffc991ad0529092549b98d7.tar.bz2
gentoo-a9f27c60548219508ffc991ad0529092549b98d7.zip
kde-plasma/kwayland-integration: drop 5.25.1*
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.25.1.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index 2c1efe1ea552..f0e68c6cd76f 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1,3 +1,2 @@
DIST kwayland-integration-5.24.5.tar.xz 24844 BLAKE2B 99fedecea63c3b3792b6c275143b7e32283f32c38d098f039ec09a2b98facbd79c89753bf32fdd82c39115d2fd603626f67328a0c2a0dcac7cb3cec5f914c580 SHA512 ebdfb1cef57e82081c22394b6d4309e5662a91aaf925df1186a17765bf49a2d07a810be7767f5d9de18cae942584fbbdef42dc6bb59dc0c4896e7ff8abf117ac
-DIST kwayland-integration-5.25.1.tar.xz 24280 BLAKE2B 0ba1c53887d51bdec155e0dfc42f45a40870ad26ef356cfb519a32ebff8c1b093c3022aff1bedde3dde2df8ff4ef4b0e3df4e1bba706925de8591647ef675a05 SHA512 7a1bc204d3143e9c6f94f6f26c496bece2aecdea821b431cbb64cab50bec0cb816484ee295724b6626f1b41cb244d2b83a0354853288c4b434855ad916fa949f
DIST kwayland-integration-5.25.2.tar.xz 24292 BLAKE2B d8546b2188db05deea3e12263a920916a36806bd244bceed95946f465d27340a62791b1ba3e1daba1a86ed5486b3c5b9fcde0574510231ae4cbe73030fbeb5c3 SHA512 0c7ce622c27f7a51da607442a7f05cef180197a153bf5a4fa16d95bf63665321511a973b93eb68788b0a9a481027de5383a1658539b1af25fef5443053d2b4ce
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.25.1.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.25.1.ebuild
deleted file mode 100644
index a392cec38e6c..000000000000
--- a/kde-plasma/kwayland-integration/kwayland-integration-5.25.1.ebuild
+++ /dev/null
@@ -1,44 +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.94.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.4
-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/kidletime-${KFMIN}:5=
- >=kde-frameworks/kwayland-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5=
- x11-libs/libxkbcommon
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- >=dev-qt/qtwaylandscanner-${QTMIN}:5
- virtual/pkgconfig
-"