diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-23 22:14:35 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-23 22:18:34 +0100 |
commit | 9bbb5261bc08756305eb49d4a92dc021ab0a9d5a (patch) | |
tree | 7bb2cb7705292f938d176ec9f22272676cd9531d /kde-plasma/kwayland-integration | |
parent | kde-plasma/kwallet-pam: drop 5.21.0* (diff) | |
download | gentoo-9bbb5261bc08756305eb49d4a92dc021ab0a9d5a.tar.gz gentoo-9bbb5261bc08756305eb49d4a92dc021ab0a9d5a.tar.bz2 gentoo-9bbb5261bc08756305eb49d4a92dc021ab0a9d5a.zip |
kde-plasma/kwayland-integration: drop 5.21.0*
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.21.0.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index eb38c3e92e4e..14446433ebc0 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,3 +1,2 @@ DIST kwayland-integration-5.20.5.tar.xz 21372 BLAKE2B 31fdacff1225d61332c8b9ffa7365a191d55dc1d698f3b0f0386adff0fc9dc2a31e7de8f182de96bdd6def85927cc02b8ab9819e3f82fddc499897785f55e562 SHA512 46b8b799082c02c045155f3cdea3defbcd2684b1f39ee851d46075cea89c78e55172a7f5c5584d6e50c0af75640c120a6d35b3d4be6feead86df17efb30d581d -DIST kwayland-integration-5.21.0.tar.xz 23272 BLAKE2B 4bbc5058349386f6865f7020f08d9d84543f7c188c4728a7be25f5a68576b3c12a2be826130f54b51abf078a5bf172d39c73eb027fcddccae4bf3f49dfbfc3ec SHA512 28d7da74102a8146c8c41df882fa12761c19e2adaff384b529c826fed723f862279077cd33ceba37993329e78dd20c7e9ae738f2f74169b1ac9308eb32134cd9 DIST kwayland-integration-5.21.1.tar.xz 23284 BLAKE2B 894c14c380101b8dee1cc5bedcef8f4afbda3906969973931d96d8975ee758c113da92b5a8bd65a39054bfed5bb9b94abe8735b39108eadc2e00c6e2687f57cb SHA512 164f5e5f04b4caf2348b88f3a6d674a441a4baf14a973c0cdb2183f3f0639a268439c9f9951e42a2b1fc58b77b1863082dce8d102d5507e542bd79b865697d2a diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.21.0.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.21.0.ebuild deleted file mode 100644 index 42cfe4a36751..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.21.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_TEST="true" -KFMIN=5.78.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 ~x86" -IUSE="" - -RESTRICT+=" test" # bug 668872 - -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-frameworks/kguiaddons-${KFMIN}:5 - >=kde-frameworks/kidletime-${KFMIN}:5 - >=kde-frameworks/kwayland-${KFMIN}:5 - >=kde-frameworks/kwindowsystem-${KFMIN}:5 -" -RDEPEND="${DEPEND}" |