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, 28 Feb 2023 15:44:15
Message-Id: 1677599036.d94b47e4d627aa9357d82b1a815d74197f7b5bb1.asturm@gentoo
1 commit: d94b47e4d627aa9357d82b1a815d74197f7b5bb1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 15:38:37 2023 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 15:43:56 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d94b47e4
7
8 kde-plasma/plasma-workspace-wallpapers: drop 5.27.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.27.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 30a22dbd7b0e..b37a50f73f64 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.26.5.tar.xz 84793540 BLAKE2B cc78540f5003f0d59ed55dbe224b9b00212d146e5cd0ba9a92d79e44e76077161ebcd2dd998009ad51a78d9f0475443d581f90bc8f990f45f3fcbc89435d8ea1 SHA512 e2c1f765c1f163a85eeb8716009105a2ee6d8837966a1fd37195f9e39dc873ce6267357c25f081e87041158a17d79e969ad2085d64805ee9267fd3cae7e65a77
22 -DIST plasma-workspace-wallpapers-5.27.1.tar.xz 94032352 BLAKE2B aec6e734d6f369581412fa3bba1f0da54cf6d407f86158516529e98ac94e99d9a4eefbadc221b07fb6da7e5c267c4ae3ba2f7ae14484902286733a4f3934ba1b SHA512 02c14d54a444948adf362289dc64f2659a035c90f8bbcf046466c6368c3ca2dbfc15ade79e6b04671037afc08d92522377a434151b0f83ce7cca27dcc62eb08f
23 DIST plasma-workspace-wallpapers-5.27.2.tar.xz 94032072 BLAKE2B 08ba1d34ef22d3967a215be5116b8ddc1568b800f8629d2f6d0620b95368a201ee613976030d2eae44100ac533e9e0f6d22b667db258c6aeab801fbadf878275 SHA512 831006dbb98e453ff6a973e6e2ce7a63e6eeb17e2f2bd852c8ec169063644727f960f71cc798d78c311cb8e76862c64ec8d03245a6eeb004ec331dcd6b311e06
24
25 diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.27.1.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.27.1.ebuild
26 deleted file mode 100644
27 index 564203f511e1..000000000000
28 --- a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.27.1.ebuild
29 +++ /dev/null
30 @@ -1,19 +0,0 @@
31 -# Copyright 1999-2023 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 ~x86"
44 -IUSE=""
45 -
46 -BDEPEND="
47 - dev-qt/qtcore:5
48 - kde-frameworks/extra-cmake-modules:5
49 -"