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: Wed, 23 Jun 2021 06:28:05
Message-Id: 1624429593.e7dd9f998533f1e8637d37177524d45a27c0af66.asturm@gentoo
1 commit: e7dd9f998533f1e8637d37177524d45a27c0af66
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 23 00:25:26 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 23 06:26:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7dd9f99
7
8 kde-plasma/plasma-workspace-wallpapers: drop 5.22.1*
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.1.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 969bac8bd22..6253ea2c96b 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.1.tar.xz 51347808 BLAKE2B 72a03b5048c257a67d69be151115ecf235c7e8eaa772f95b35a9aa237de7078d97815d2fe67fceb5634f8dec9db70ae978c0d7eed28b058e76720c6c3cb95b37 SHA512 e9ad4b8910b0384318e2331db7d1a67549b767b201f125ec79ac54339452555c1172c970750fdc724eb2ec424ffbb6552cf562004113f5ae437706c5da100f77
23 DIST plasma-workspace-wallpapers-5.22.2.tar.xz 51347824 BLAKE2B 445c98174845ba8b5c22b44a2b98f7717b304f951fd029ee6c5cce51cb84320761de7fa0662436814021e61ad53bc7aa680552c4fd9756204bd7f0e4c1fd2a43 SHA512 2f71cb4cd02f54840abe6856fb4b53463f65b4ff0b3462d2f0bb39c12252446b03ac94160a082fbc3559ab560d199a40cc065e233c08b5b39444a831cf1128fe
24
25 diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.22.1.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.22.1.ebuild
26 deleted file mode 100644
27 index d290aa752ba..00000000000
28 --- a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.22.1.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 -"