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, 08 Feb 2022 13:10:45
Message-Id: 1644325814.010ba7dcdb5205bfaa0d230e6f5e552b001e3e24.asturm@gentoo
1 commit: 010ba7dcdb5205bfaa0d230e6f5e552b001e3e24
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 8 13:05:29 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 8 13:10:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=010ba7dc
7
8 kde-plasma/plasma-workspace-wallpapers: drop 5.23.90*
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.23.90.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 3095d5fa8d25..bf79d934a3f3 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.23.90.tar.xz 72711912 BLAKE2B ef6c98bc380d7675067c48fbed456039a96e417850574861fce80a714d319d5a6035cd2869ec6c164cf0d4d3072b7063b7a167c9a3545575551eaee9597118a0 SHA512 5295e77911f1d664a5da085e3ff38540bc8e552176e17e5a39d925a8160df260b503c9cf85246faebe0204b8586d03c12b9945ebc15d1ab6d3a6b45bbe788c1c
23 DIST plasma-workspace-wallpapers-5.24.0.tar.xz 72711656 BLAKE2B 47865fa5377e77dfcb0d28f545978135bd6a32dfc9259b5ed6b3806186fedc3ebed1ec3c2a02f99e338fa02dcb2793ed95a3c09047745f077004a3d5d450b29d SHA512 b1baff9d9eeb98ceefca2e3289a4621f104793d9d017a2107bda805b6414d4530260948efae2827a5e68d89526eb2bf9753635b9eaf42458ee8d0fdb3c0b8366
24
25 diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.23.90.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.23.90.ebuild
26 deleted file mode 100644
27 index bceff041c2fa..000000000000
28 --- a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.23.90.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 -"