diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-12 15:46:01 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-12 17:31:38 +0100 |
commit | b0a5987a2dc5383ff9cedb5b358184401e8832fc (patch) | |
tree | bd203faa4f0c7c814f46d629b60d9bb15909ab11 | |
parent | kde-plasma/plasma-workspace: drop 5.27.10-r1 (diff) | |
download | gentoo-b0a5987a2dc5383ff9cedb5b358184401e8832fc.tar.gz gentoo-b0a5987a2dc5383ff9cedb5b358184401e8832fc.tar.bz2 gentoo-b0a5987a2dc5383ff9cedb5b358184401e8832fc.zip |
kde-plasma/plasma-workspace-wallpapers: drop 5.27.10
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | kde-plasma/plasma-workspace-wallpapers/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.27.10.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/kde-plasma/plasma-workspace-wallpapers/Manifest b/kde-plasma/plasma-workspace-wallpapers/Manifest index 4042170b8446..067549a4fc12 100644 --- a/kde-plasma/plasma-workspace-wallpapers/Manifest +++ b/kde-plasma/plasma-workspace-wallpapers/Manifest @@ -1,3 +1,2 @@ -DIST plasma-workspace-wallpapers-5.27.10.tar.xz 94031960 BLAKE2B ec7c8601c26d0fda7da8163d677d95be44e501fcc34cc15f0785fce95afaabdaa31ef68c486c17e18d8710cede9c5aa23fe09fee53ac02ba17d11cd2b64863a7 SHA512 332f4b51cd34156d6022f12c537ed16eae96a19dee86554d7f83ae82d6a973c25b553f0c95fc094410676566f8f05fde9ee1bec10f06db8c23707306372cd979 DIST plasma-workspace-wallpapers-5.27.11.tar.xz 94029756 BLAKE2B 570645ce99c8f9992a328d8e61a25f36aa43f8fc7c4742b31869b2df6b234f39e991755867b873158db7ba74accaef5bd627a355cf0cb5b183ce4f5236d0b074 SHA512 796f5c652d449fc5d02a3702cf3037126d26cb1d46f5d698e154a80585931c0a4f6a658ad58ebb611be29bbff8a27a71091fd988a9533e0bcf86d4d597658b2c DIST plasma-workspace-wallpapers-6.0.2.tar.xz 110084016 BLAKE2B 0fc3f2c835af90adf8e38506288ba2ba0d9766799e0ca7c5c21d6377739c7947c5f19a6187e61de465726b8be7d80ffb3c469202344f6895868c7701b63cd345 SHA512 e75271a5bfb38529d4ea2606afe02fcdc24a2e760c65be4a8de90184e22242b7317f2a7e2f7082389547b0a0f82570582bf2fd4ed960c487b008166d9823837f diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.27.10.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.27.10.ebuild deleted file mode 100644 index 36c00c8005b0..000000000000 --- a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.27.10.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PVCUT=$(ver_cut 1-3) -inherit cmake plasma.kde.org - -DESCRIPTION="Wallpapers for the Plasma workspace" - -LICENSE="GPL-2" -SLOT="5" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="" - -BDEPEND=" - dev-qt/qtcore:5 - kde-frameworks/extra-cmake-modules:0 -" |