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, 14 Oct 2021 10:32:58
Message-Id: 1634207403.3d143411e12cd6855ca0201c638132be02cb70c2.asturm@gentoo
1 commit: 3d143411e12cd6855ca0201c638132be02cb70c2
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 14 10:05:59 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 14 10:30:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d143411
7
8 kde-plasma/plasma-workspace-wallpapers: drop 5.22.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.22.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 709dc8473a4..9d4af8639b6 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.22.5.tar.xz 51347952 BLAKE2B 090a0a72357e3597e102f3164596cf8614dea88f06a30c07019085891c65278dfff6149588e3c0cdedabde3d8c76cd0030878870ce3106b27b0222577133a3a8 SHA512 851e81e901fb50fc1c65c0863570b4c13c41ab3b4eef0fa862e60813ea6c316daa629464184cbc7f76f4ab4fd7422abe5ee1931f46ec968b9176bfe7f72aef19
22 -DIST plasma-workspace-wallpapers-5.22.90.tar.xz 57048936 BLAKE2B 14a705ed73bc0f6eb3bd97c756cebb7ecd6c2d50667d270bd07963def5480168dc69d739546a71963449bf68d4f049cf98cfaceaefff6b3873371ae9a7b70077 SHA512 39889b9ffd91bfbe0afec344da41a60ec87ec7fa201f02335926be824c00d85f840e73fcf228784bdfdcc06d4eaa60b8bd822bb9bb1c7f8c52503691855c7147
23 DIST plasma-workspace-wallpapers-5.23.0.tar.xz 57049140 BLAKE2B dc4480964478d9471ef9f4c220448c8cc26569e98c5ae8e778d1000027dcf4fc0bbfc8c77f2e16e697d31b1b238a8b0d1835b9e9cd9c8c6d547bf3be43f55c80 SHA512 12a6bccb4e68ec34ef68ad30fd074bdc01446bc4dee3cc1c1207c846caf36b3ba45e3e0e3b22642a6296f7424c6af2816593fe55790f0e4cc25d8d794efd76bd
24
25 diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.22.90.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.22.90.ebuild
26 deleted file mode 100644
27 index 505df2c2d30..00000000000
28 --- a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.22.90.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=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 -"