diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-02 19:29:10 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-02 21:23:59 +0100 |
commit | 511f4eebe75598443402b1e16358ddd79754b7e9 (patch) | |
tree | efb1c88f7e12c039abd7b2c1a355508b42a53176 /kde-plasma/kwayland-integration | |
parent | kde-plasma/kwallet-pam: drop 5.21.1* (diff) | |
download | gentoo-511f4eebe75598443402b1e16358ddd79754b7e9.tar.gz gentoo-511f4eebe75598443402b1e16358ddd79754b7e9.tar.bz2 gentoo-511f4eebe75598443402b1e16358ddd79754b7e9.zip |
kde-plasma/kwayland-integration: drop 5.21.1*
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.1.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index ce942c7a91fe..537b9cf6d994 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.1.tar.xz 23284 BLAKE2B 894c14c380101b8dee1cc5bedcef8f4afbda3906969973931d96d8975ee758c113da92b5a8bd65a39054bfed5bb9b94abe8735b39108eadc2e00c6e2687f57cb SHA512 164f5e5f04b4caf2348b88f3a6d674a441a4baf14a973c0cdb2183f3f0639a268439c9f9951e42a2b1fc58b77b1863082dce8d102d5507e542bd79b865697d2a DIST kwayland-integration-5.21.2.tar.xz 23288 BLAKE2B 970222d60df46b05cfe05e6ca8d54876ac4e952e23774a941339c5d23e092d5d84fab8863fd6309e1a205f0696bfbd060672d72abc189fed2383f82ce30de539 SHA512 e29a82b560f0bc489d78c5493d2e35b52f810a9243aa18f23a94552045507b6835971ac4a1a57ae3683b00460dcae3b98b32c437bbb0e2f3ee440512bdc4ef01 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.21.1.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.21.1.ebuild deleted file mode 100644 index 42cfe4a36751..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.21.1.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}" |