Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace-wallpapers/
Date: Sun, 07 Aug 2022 15:51:57
Message-Id: 1659886989.0ce46edc17801ddf172c55794aa3daa11b16c80d.asturm@gentoo
1 commit: 0ce46edc17801ddf172c55794aa3daa11b16c80d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 20:01:36 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 7 15:43:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce46edc
7
8 kde-plasma/plasma-workspace-wallpapers: drop 5.24.5
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-workspace-wallpapers/Manifest | 1 -
13 .../plasma-workspace-wallpapers-5.24.5.ebuild | 19 -------------------
14 2 files changed, 20 deletions(-)
15
16 diff --git a/kde-plasma/plasma-workspace-wallpapers/Manifest b/kde-plasma/plasma-workspace-wallpapers/Manifest
17 index 2efd8515cfb8..9664744d7fa0 100644
18 --- a/kde-plasma/plasma-workspace-wallpapers/Manifest
19 +++ b/kde-plasma/plasma-workspace-wallpapers/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST plasma-workspace-wallpapers-5.24.5.tar.xz 72711796 BLAKE2B 0740e3ac16db5274505358a096997e36f72bd2e58fe60cc7fec914a7a9cfe8a5480fc3e5317cef9a6e4a75d05b58ecb9918b433a61e522a5c605b503cdf785d1 SHA512 8b22bb8a2c093f3f7b7da8b0db55c688fa6d602326429db3e32960d7596c0f79e79d1a724bdb914d55caeffa36f422eea6678afdd62e2bb89f3afa479d056873
22 DIST plasma-workspace-wallpapers-5.24.6.tar.xz 72712004 BLAKE2B e832cbf4cb04d8a43fbe4057f2115c609c098a18e707adaf126a55a61c57e10977a836c1b27ae48bdf53e7ef7cf5c3346270311b16e0ba56710e9eceec3a1c96 SHA512 48f31c9bdcb6765ef4c4b62c332d66f86b23ee2712c93975488d1f391f68acb76ec4f5fd0ee1aa09a5f6569fda6fb1ad33a16d782a6cba9d594aaf3203e622c3
23 DIST plasma-workspace-wallpapers-5.25.4.tar.xz 70524736 BLAKE2B 4003b76ee6477d5f0514f8db0ba09bbdd781738a29de0e3598212283f15801931919780988c6ee4add66bb4626db4e6aa6c270e0b61fe2b1682b6fff3dec20ee SHA512 6859c427e86b5310b5fc3261bfa3a4b8496137ca1888a89728db53d971cbe21aef4b34fe1d24c67429051b3a8f34b21dc5cccbec9760c2a84d18f41fd5332819
24
25 diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.24.5.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.24.5.ebuild
26 deleted file mode 100644
27 index 862f306fb000..000000000000
28 --- a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.24.5.ebuild
29 +++ /dev/null
30 @@ -1,19 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -PVCUT=$(ver_cut 1-3)
37 -inherit cmake kde.org
38 -
39 -DESCRIPTION="Wallpapers for the Plasma workspace"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="5"
43 -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
44 -IUSE=""
45 -
46 -BDEPEND="
47 - dev-qt/qtcore:5
48 - kde-frameworks/extra-cmake-modules:5
49 -"