diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-29 13:02:12 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-29 14:52:35 +0200 |
commit | c7bbb927c79e4524bcaee4e58bdae2f81dd8a2ba (patch) | |
tree | 3ed72e21bcf2e731c9763e6953833043616a7682 /dev-libs/plasma-wayland-protocols | |
parent | dev-libs/plasma-wayland-protocols: add 1.9.0 (diff) | |
download | gentoo-c7bbb927c79e4524bcaee4e58bdae2f81dd8a2ba.tar.gz gentoo-c7bbb927c79e4524bcaee4e58bdae2f81dd8a2ba.tar.bz2 gentoo-c7bbb927c79e4524bcaee4e58bdae2f81dd8a2ba.zip |
dev-libs/plasma-wayland-protocols: drop 1.8.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/plasma-wayland-protocols')
-rw-r--r-- | dev-libs/plasma-wayland-protocols/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.8.0.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-libs/plasma-wayland-protocols/Manifest b/dev-libs/plasma-wayland-protocols/Manifest index c1be38a339e8..635e5e6b9233 100644 --- a/dev-libs/plasma-wayland-protocols/Manifest +++ b/dev-libs/plasma-wayland-protocols/Manifest @@ -1,3 +1,2 @@ DIST plasma-wayland-protocols-1.7.0.tar.xz 42000 BLAKE2B 581d6c375e7f17abd346ccc9482da46238fcf52a84c04d991ccdcb95bd4472dc6b2c2c612382ffd7cebdb669da00be05df9b0f5e58cc6767fcb7183b0e8ae459 SHA512 1ed01ce6af375c4012b3367377cea172446f2a7f1bef01c2e56dc2482c378955f9507e4e3bbb2ab316ba116ec181beaf9287f5b81199a02d5fd9eefb658bcb9c -DIST plasma-wayland-protocols-1.8.0.tar.xz 42916 BLAKE2B 6999bfc9ab4e4c9428c29337a4d8055d138d1a08c3488150e155a076b1ccae8bc01d9372eee46720b9a26e0a96de57edc15e8c48987e7cff07f9a702db80dcc4 SHA512 7a3cf064adcbfbe9f48aaab9f6a1b9bbc4907856732da5e55d50d1ddd2dc50ad03d841a786f0771f0546d9d44a4c791421f57ca9587f6e79b3db06855b4e71d8 DIST plasma-wayland-protocols-1.9.0.tar.xz 42920 BLAKE2B cdf277f0fad842b018bdc05cfcb7834b81750784d395fc24ef1c906d828d178268f524af5e3383d0f2f799a73aad44d78a82c4fa333f420cdf89674ed98d373b SHA512 96157622e22b19da9b2b842a9996595d75b792c179127e617347429d01bc8236d44cc12a5c34dd2ed903d4b43791ffaedc44cf773b82da9b60a06f711353a68c diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.8.0.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.8.0.ebuild deleted file mode 100644 index 6ec8b9afd1c5..000000000000 --- a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.8.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_NONGUI=true -KFMIN=5.82.0 -inherit ecm kde.org - -DESCRIPTION="Plasma Specific Protocols for Wayland" -HOMEPAGE="https://invent.kde.org/libraries/plasma-wayland-protocols" - -if [[ ${KDE_BUILD_TYPE} = release ]]; then - SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" -fi - -LICENSE="LGPL-2.1" -SLOT="0" |