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, 29 Jul 2021 18:03:32
Message-Id: 1627581707.188960749ec1af4de0906a353f0fd4d874e5a08a.asturm@gentoo
1 commit: 188960749ec1af4de0906a353f0fd4d874e5a08a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 29 17:59:03 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 29 18:01:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18896074
7
8 kde-plasma/plasma-workspace-wallpapers: drop 5.22.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.22.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 d6e062845a7..68364d67ba7 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.3.tar.xz 51348192 BLAKE2B 8de5d2d8700be72edd6af4a58a46ca0a0573543f55c3b338b7fa8b71c8848ecbe170caa88c7ed8ff8213fc6f5076a2bb7aa9add861d197db2686761d98b9f9aa SHA512 cdeda0696a8f81d98ad0e217c7e5dea8801c0a0968b8bdcbd50e858aa8e4977b764a3a05c44650d90c820e2f9d5f8c7a8f6b064a6301b8eca0a818d457b76fc4
23 DIST plasma-workspace-wallpapers-5.22.4.tar.xz 51348292 BLAKE2B 42a47d808f17e34af208b54dd7999389c89d7b8ddbaee36351f262c970fa9736bc8167a59a2a44170593399b52f5d96a3a7ff29ff84bac26d98554411ec1e275 SHA512 77330c5483642b9dc2bb5c985fc10a65bf11b50c1fa58a516044d82abdb4942b41617f5eaacc73283217f6aa27ed48041a3263f90fee5f5f67aa0ece2b578f19
24
25 diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.22.3.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.22.3.ebuild
26 deleted file mode 100644
27 index d290aa752ba..00000000000
28 --- a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.22.3.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 -"