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, 01 Dec 2020 16:08:34
Message-Id: 1606838881.569cec884e130696cf4fe026c058a05543d05144.asturm@gentoo
1 commit: 569cec884e130696cf4fe026c058a05543d05144
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 1 14:56:58 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 1 16:08:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=569cec88
7
8 kde-plasma/plasma-workspace-wallpapers: drop 5.20.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.20.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 b1ee93e3ab7..3a556cad1d7 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.3.tar.xz 45931672 BLAKE2B b631f041405a32eb7db395cf7e517f69f18388aaa00397c5cc194077c9cf6ac59b993d1611de9da7ae17285cfaa5f77fd8d5b65cc8ccf8047d158bbd18d34c3e SHA512 33f05cb189b285b554d4834fe554a371649d25af400998d1ebb6f1b0010c097eb482deedb5bf7c6ca6c865456ff03e137e196afb8f21c296dc46f5315d7197df
23 DIST plasma-workspace-wallpapers-5.20.4.tar.xz 45933108 BLAKE2B af2fc46b8f5f9b5fbc1deb6ebabacdc7a3948b806a52bcaa9ebad71c50f2f6e296d9215ecc1124f7ea4e13e3f251563b30b1544a5b0aad7f8f4b1f37cdf462f6 SHA512 894f54b1d915b4c60d3bd6ff0892dcbb2de874f5268cd93a17e756524e0337172069e49955e898626b65a4b1418be9b2672aa72b623303f74080dffb022d98bc
24
25 diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.20.3.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.20.3.ebuild
26 deleted file mode 100644
27 index 0fe9c7985bd..00000000000
28 --- a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.20.3.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 -"