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: Tue, 30 Nov 2021 14:33:11
Message-Id: 1638282738.a98fc43188013f479aeabe45a5dd4d341b726f06.asturm@gentoo
1 commit: a98fc43188013f479aeabe45a5dd4d341b726f06
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 30 14:20:21 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 30 14:32:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a98fc431
7
8 kde-plasma/plasma-workspace-wallpapers: drop 5.23.3*
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.23.3.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 d75b305e6454..e5e5de5924c5 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.22.5.tar.xz 51347952 BLAKE2B 090a0a72357e3597e102f3164596cf8614dea88f06a30c07019085891c65278dfff6149588e3c0cdedabde3d8c76cd0030878870ce3106b27b0222577133a3a8 SHA512 851e81e901fb50fc1c65c0863570b4c13c41ab3b4eef0fa862e60813ea6c316daa629464184cbc7f76f4ab4fd7422abe5ee1931f46ec968b9176bfe7f72aef19
22 -DIST plasma-workspace-wallpapers-5.23.3.tar.xz 57048988 BLAKE2B a9833543390cb8173505223092af9787cd48c2e137379dd36863536050180093250d880c2807213e355b4f55c91892d57bc6048e08d912d1e3d18f3a96d268f6 SHA512 30462541915b5f242e1afa0619f3cfc2d8e56ebf23ff8e61643f1ea191847d2e8e3ab3a26bf08b57bfffe8c72db1404decdc2e727478559dbda06768cedca936
23 DIST plasma-workspace-wallpapers-5.23.4.tar.xz 57049264 BLAKE2B 5f985c42100d04dad02d34885873085f4e3ea1432289362838f66b3bb277fdcadb6d625599158e63a83d5d53f791c26f380a6d783e61a893482221bd01d5e464 SHA512 15e7f3c8d74298c38a9af6e90f686bea4cdf62ab8e515f4b4feb98aaca6af072f4da9ed6c7113ffd1129ea4540a73871aaf4f9ad06d25ee8fcfd3aaff610d9e8
24
25 diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.23.3.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.23.3.ebuild
26 deleted file mode 100644
27 index 505df2c2d303..000000000000
28 --- a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.23.3.ebuild
29 +++ /dev/null
30 @@ -1,19 +0,0 @@
31 -# Copyright 1999-2021 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 -"