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, 27 Oct 2020 21:26:45
Message-Id: 1603833955.b3329ad0c808951538ca26a5b4e569c54020c2d6.asturm@gentoo
1 commit: b3329ad0c808951538ca26a5b4e569c54020c2d6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 27 20:21:32 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 27 21:25:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3329ad0
7
8 kde-plasma/plasma-workspace-wallpapers: drop 5.20.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.20.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 f49a644b765..cff0630d690 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.19.5.tar.xz 41824532 BLAKE2B 08b90cd0869e5935320a00fe7687c6a15a3978bcf3288e8e37f48dcef53baaf84921f573949f8dbeeaac2f5861151a4625520fd6a89de264e150918955d39da9 SHA512 79723d50f47412d4904effddbb641d75675a66f517e70164bf55f89e31cbb8246ea1617f90e4cd8e1c5ec169332187586443ead7bc2721b0df85a693ada9287f
22 -DIST plasma-workspace-wallpapers-5.20.1.tar.xz 45931260 BLAKE2B 52a394133804721179d32ad51911de113d379ca53332732b104c8269fca752671339d7272d3ce9a9ee95d7bbec09add7755d9217e959bdfc90cd01d926c3d014 SHA512 a2a89220ea2acf3d5d3c97633f358f046db6894825eda94711276f66d3c2be215f774cb01413b271da8be593a07e6604ef7d4b04d44281e09405479940946002
23 DIST plasma-workspace-wallpapers-5.20.2.tar.xz 45933208 BLAKE2B 2f2ced0a5406ef29f4b9e815ba9adbc19b4511e6afc6df3fde105086e9c9825fd8f475b14123ec453c495b8bae998abac8f1bf7dd612a9a8382635ce53be63ac SHA512 dd51563a89535dd974cdf3fc8d8fc43a354e7071a26d2736082f707afe560d08844bb48d60c1e9b7187c707575eef7d647f9f364e16a14dadfc76f6c6a4d381b
24
25 diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.20.1.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.20.1.ebuild
26 deleted file mode 100644
27 index 0fe9c7985bd..00000000000
28 --- a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.20.1.ebuild
29 +++ /dev/null
30 @@ -1,19 +0,0 @@
31 -# Copyright 1999-2020 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 -"