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: Thu, 16 Sep 2021 11:14:58
Message-Id: 1631790586.680f3a8850698f13a506f7b6a18dc130015dd7ee.asturm@gentoo
1 commit: 680f3a8850698f13a506f7b6a18dc130015dd7ee
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 15 11:59:39 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 16 11:09:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=680f3a88
7
8 kde-plasma/plasma-workspace-wallpapers: drop 5.21.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.21.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 aacb42595e9..81dade87216 100644
18 --- a/kde-plasma/plasma-workspace-wallpapers/Manifest
19 +++ b/kde-plasma/plasma-workspace-wallpapers/Manifest
20 @@ -1,2 +1 @@
21 -DIST plasma-workspace-wallpapers-5.21.5.tar.xz 48099464 BLAKE2B 1cf45627c00ebce5ac6960cbc1c773f4239398de247a2e29866de8daa53e7a9804b2185d148c3a8c507eac1c6a333c9c6a5472b37d26979029df3652e69913c0 SHA512 d0a7862b55238bafc106b654bd584cd6e2fbeead8d6694cc71df23e74a2da02c0b25b2f412514b45c1d2b04567e7758ef7d77b6fc5bd814b5f5bdee0c26926ca
22 DIST plasma-workspace-wallpapers-5.22.5.tar.xz 51347952 BLAKE2B 090a0a72357e3597e102f3164596cf8614dea88f06a30c07019085891c65278dfff6149588e3c0cdedabde3d8c76cd0030878870ce3106b27b0222577133a3a8 SHA512 851e81e901fb50fc1c65c0863570b4c13c41ab3b4eef0fa862e60813ea6c316daa629464184cbc7f76f4ab4fd7422abe5ee1931f46ec968b9176bfe7f72aef19
23
24 diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.21.5.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.21.5.ebuild
25 deleted file mode 100644
26 index c46c7d6c130..00000000000
27 --- a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.21.5.ebuild
28 +++ /dev/null
29 @@ -1,19 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PVCUT=$(ver_cut 1-3)
36 -inherit cmake kde.org
37 -
38 -DESCRIPTION="Wallpapers for the Plasma workspace"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="5"
42 -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
43 -IUSE=""
44 -
45 -BDEPEND="
46 - dev-qt/qtcore:5
47 - kde-frameworks/extra-cmake-modules:5
48 -"