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, 22 Feb 2022 16:56:03
Message-Id: 1645548873.b0922e2aadb1d8028e4beee1bcb3e48a31076154.asturm@gentoo
1 commit: b0922e2aadb1d8028e4beee1bcb3e48a31076154
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 22 16:54:33 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 22 16:54:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0922e2a
7
8 kde-plasma/plasma-workspace-wallpapers: drop 5.24.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.24.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 2bc8385f8cd3..11465fd1c308 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.23.5.tar.xz 57049508 BLAKE2B cbf8b48e28536fbb56186cb91c0b171ceaa40c5fcfae916f625312da0d00fba36710420790d149f02e416d97df993e6287eef7de3dd278edd27a829344d450c4 SHA512 942baa01552bd8ca127ea00d25851f7f09bb87bf163bb83bcc5d8249fb684c02421f42fa943d4b1524787d4a3af23eb5ddd8cee09e2087a9aba2c3ee09b3f937
22 -DIST plasma-workspace-wallpapers-5.24.1.tar.xz 72711672 BLAKE2B fc5f45bb4bfb883d1e19c09ac03f4a24ba31240af2993c45815afcbcc84174d9f8937e73c9ea980751079a941cff866c4aa50426dba503ae6b514b56ee8216ca SHA512 eb4ed01d1e58f80d0bbc44e299069742403d722685dd6fce150f401800442c10fd4b9cf4db668ea038a74cbb35a253f87b119bf6ce42df6a728e52508caffcb8
23 DIST plasma-workspace-wallpapers-5.24.2.tar.xz 72711608 BLAKE2B c9cb88c180b59bb37e0751f2bc1317f6f725030f406c416239b13c990a30c3a21224c90a2efaa16ec2a0d286ccfc44bce422a3863fd03317c05a5534fa47b993 SHA512 ad8fff49399111824793fe5bf68f7906774b4b5255f3f0b67dad2c26076bdd4dc6273270ae4e667585adb64ad23458540c53676fbd827225e773033548600a6f
24
25 diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.24.1.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.24.1.ebuild
26 deleted file mode 100644
27 index bceff041c2fa..000000000000
28 --- a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.24.1.ebuild
29 +++ /dev/null
30 @@ -1,19 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
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 ~riscv ~x86"
44 -IUSE=""
45 -
46 -BDEPEND="
47 - dev-qt/qtcore:5
48 - kde-frameworks/extra-cmake-modules:5
49 -"