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, 06 Jul 2021 17:20:15
Message-Id: 1625591851.c757c353e914a4045d325c0e227e8a08ec2e598c.asturm@gentoo
1 commit: c757c353e914a4045d325c0e227e8a08ec2e598c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 6 17:03:48 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 6 17:17:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c757c353
7
8 kde-plasma/plasma-workspace-wallpapers: drop 5.22.2*
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.22.2.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 2d922715ece..6f2b77c512c 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.21.5.tar.xz 48099464 BLAKE2B 1cf45627c00ebce5ac6960cbc1c773f4239398de247a2e29866de8daa53e7a9804b2185d148c3a8c507eac1c6a333c9c6a5472b37d26979029df3652e69913c0 SHA512 d0a7862b55238bafc106b654bd584cd6e2fbeead8d6694cc71df23e74a2da02c0b25b2f412514b45c1d2b04567e7758ef7d77b6fc5bd814b5f5bdee0c26926ca
22 -DIST plasma-workspace-wallpapers-5.22.2.tar.xz 51347824 BLAKE2B 445c98174845ba8b5c22b44a2b98f7717b304f951fd029ee6c5cce51cb84320761de7fa0662436814021e61ad53bc7aa680552c4fd9756204bd7f0e4c1fd2a43 SHA512 2f71cb4cd02f54840abe6856fb4b53463f65b4ff0b3462d2f0bb39c12252446b03ac94160a082fbc3559ab560d199a40cc065e233c08b5b39444a831cf1128fe
23 DIST plasma-workspace-wallpapers-5.22.3.tar.xz 51348192 BLAKE2B 8de5d2d8700be72edd6af4a58a46ca0a0573543f55c3b338b7fa8b71c8848ecbe170caa88c7ed8ff8213fc6f5076a2bb7aa9add861d197db2686761d98b9f9aa SHA512 cdeda0696a8f81d98ad0e217c7e5dea8801c0a0968b8bdcbd50e858aa8e4977b764a3a05c44650d90c820e2f9d5f8c7a8f6b064a6301b8eca0a818d457b76fc4
24
25 diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.22.2.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.22.2.ebuild
26 deleted file mode 100644
27 index d290aa752ba..00000000000
28 --- a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.22.2.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=7
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 ~x86"
44 -IUSE=""
45 -
46 -BDEPEND="
47 - dev-qt/qtcore:5
48 - kde-frameworks/extra-cmake-modules:5
49 -"