diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-06-21 23:20:50 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-06-21 23:28:08 +0200 |
commit | 39e20b354cb8106f8830286c4c6e83caeb960b43 (patch) | |
tree | c4702535fb615b4b6c819ab03e393694e58cec67 /kde-plasma | |
parent | kde-plasma/kwallet-pam: drop 5.25.0* (diff) | |
download | gentoo-39e20b354cb8106f8830286c4c6e83caeb960b43.tar.gz gentoo-39e20b354cb8106f8830286c4c6e83caeb960b43.tar.bz2 gentoo-39e20b354cb8106f8830286c4c6e83caeb960b43.zip |
kde-plasma/kwayland-integration: drop 5.25.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/kwayland-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kwayland-integration/kwayland-integration-5.25.0.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 6bdd9c8ce858..d49beed4125b 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.0.tar.xz 24300 BLAKE2B 71aca37d9521a0b63f88b71238b5a33af0eef2f3fa99c892850328e192c2b0981cd7623e14f33fa7bb86f22b9f9c4f9b72f0a8e154d70b0ad17713659b790308 SHA512 c2cedb8bb42cdc01b5a9eacba49f86069ae3d465beb6c8567df827ca803c0ba315e9fc5a34af284cce1cc58b7d109b682bee3e7788a4e52134fdd0b5821b3784 DIST kwayland-integration-5.25.1.tar.xz 24280 BLAKE2B 0ba1c53887d51bdec155e0dfc42f45a40870ad26ef356cfb519a32ebff8c1b093c3022aff1bedde3dde2df8ff4ef4b0e3df4e1bba706925de8591647ef675a05 SHA512 7a1bc204d3143e9c6f94f6f26c496bece2aecdea821b431cbb64cab50bec0cb816484ee295724b6626f1b41cb244d2b83a0354853288c4b434855ad916fa949f diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.25.0.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.25.0.ebuild deleted file mode 100644 index 0d5e85ad2d4c..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.25.0.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.3 -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 -" |