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, 29 Nov 2022 18:59:10
Message-Id: 1669748294.a65b851b767d5f30f5bb14c540e5d00186b1d31e.asturm@gentoo
1 commit: a65b851b767d5f30f5bb14c540e5d00186b1d31e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 18:38:38 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 18:58:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a65b851b
7
8 kde-plasma/plasma-workspace-wallpapers: drop 5.26.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.26.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 b8bbc46b4684..f8535aa31d32 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.25.5.tar.xz 70524816 BLAKE2B 01293ff8fb4d12394fc66ae3291f66c4fc317e0159f69c1ca8acd5ae78c360501ab337dca13da219f412ab0585807b798860ceac627945c0582dd42835d3a257 SHA512 8f0fb38dd3e10c4d7e844797976347e83440402db0d3cb46746cc10111da13669d6c9249139b0afb80c4008a8c1053860c3ef80023a98d11b8ae239ba9016257
22 -DIST plasma-workspace-wallpapers-5.26.3.tar.xz 84793740 BLAKE2B e94a68bbd3d2e15ae6b2ed5a2a12d93b06c172ca0f509f9127e43eead639dbf4894e86b1a35c853c57f9439ef618bc9ed5d904dbd5b0a29c8a4f7a3da0349fd1 SHA512 3e615477a43b6a7e5e0a466045363c1ab412c6064c4bc21730419efe80eb4c990e4f2659fbc889083f03e06180cdc67f09a1525f48d08214da9f231dc8776562
23 DIST plasma-workspace-wallpapers-5.26.4.tar.xz 84793320 BLAKE2B f12e9daa7b9d3f6999014e3e8ea43b6eca0ac2bc5a5bc4ef4a9d4cd22a433ab521ff4827ae4153df46bc762dfc3e82dab773f3e33a4a9133d726087db8c33e0a SHA512 3d7fae2005d2983f60f64774320133c34eaaf593cc37ab2a53cd95529ca3d8e75912ee71fcbb332689ce6e624f5c80cbe0bfd45803638fb54a3c873d3dbeee36
24
25 diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.26.3.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.26.3.ebuild
26 deleted file mode 100644
27 index 52176fbf9c01..000000000000
28 --- a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.26.3.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 plasma.kde.org
38 -
39 -DESCRIPTION="Wallpapers for the Plasma workspace"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="5"
43 -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv"
44 -IUSE=""
45 -
46 -BDEPEND="
47 - dev-qt/qtcore:5
48 - kde-frameworks/extra-cmake-modules:5
49 -"