Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/fedora-backgrounds/
Date: Sat, 13 Apr 2019 06:46:21
Message-Id: 1555137968.d8d65c90040f3c43c94d4501194c07ce49b23b4e.pacho@gentoo
1 commit: d8d65c90040f3c43c94d4501194c07ce49b23b4e
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 13 06:44:35 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 13 06:46:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8d65c90
7
8 x11-themes/fedora-backgrounds: Drop old
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 x11-themes/fedora-backgrounds/Manifest | 1 -
14 .../fedora-backgrounds-30.1.1.ebuild | 22 ----------------------
15 2 files changed, 23 deletions(-)
16
17 diff --git a/x11-themes/fedora-backgrounds/Manifest b/x11-themes/fedora-backgrounds/Manifest
18 index cb4948e73c0..06b402dd9b5 100644
19 --- a/x11-themes/fedora-backgrounds/Manifest
20 +++ b/x11-themes/fedora-backgrounds/Manifest
21 @@ -2,5 +2,4 @@ DIST f27-backgrounds-27.0.1.tar.xz 20291452 BLAKE2B 14057cf872aed949daafd0a6e1cb
22 DIST f28-backgrounds-28.1.5.tar.xz 158614448 BLAKE2B 8a2c98c3aa195512c000d2f0cb596fbfc85cfd49806ec6a204a1e6545b130f5d64ded68b0d25157c0ba2f1d82a0f026fb204e8fecb9756bd5bfed212f2ebf6c0 SHA512 2b97c947f59a24a4221588a4776d58d57c27668ecfc7370ec04e17b11aad2451df48b56d0603b9aff1f72dbedeae210f9c923cfb2c26ba1b7b1c12d7b0018384
23 DIST f29-backgrounds-29.1.3.tar.xz 170130460 BLAKE2B dc7e8e25f8d65f9de8939e0468d49986f0228993920b49d53c2cfdc99c108218b338921657b790f30b3997a9dedfa51cae8f0db161b42fb723f2a2e4ea56a6b6 SHA512 707ecc56c5b0070b07f316dd9d24b9bc51a7b77e82049f7f693f4c5a828cba2d7731f14b5f2ea574875c81c60b1a490f55d9b655df936b6052e0bfa23eb171ad
24 DIST f30-backgrounds-30.0.0.tar.xz 126854044 BLAKE2B 32aca9b569b3510d6829bb8d77fcdd5c6b2556ea4153c41673a8ce06f004e773789e19067e3eb843054f934b19a6f7526dde316e4e45e63a4760870e076d24de SHA512 463559a1a1a6188b346b14818bfc031f9e2ab33a6d2be5f6a6871ad0b47d8af94cd663298fa5d2a160a79ee19826bc6755c63df014c657800022997d6f46cc47
25 -DIST f30-backgrounds-30.1.1.tar.xz 217792268 BLAKE2B 1b6ba91cac61bb3ae3fde527d5481c8cf18f8b0b462d2e881a3e53358355509571b17262df0dc5d47414b8d01fb1ada17a0cfa32500a1a17f5d97781943e1291 SHA512 ddb7a00c39321c20764dc913d162ad18efd5f471b9b9133acb9d33ef6627bb17c1916446ade71703ad766017af59bfbb4e31ea4ca6ff95460f84e0a38e22f337
26 DIST f30-backgrounds-30.1.2.tar.xz 215810052 BLAKE2B 203a8d5213aab09de7e050fceb333092d77df99557d827930542cbe0443ff16f510b0fb66d294e63871ffb6e942e373eb9890e7eb139523b1573bc12e328e9b7 SHA512 a6b2c3d0d38a0bb76f987e85b584afe2ce8079f8667a3ef253deff12b96678f2fb92ab2f6d04770e9154dd3bb4bc0fc871d5c18da989e5fa7f9f61464d7b3322
27
28 diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-30.1.1.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-30.1.1.ebuild
29 deleted file mode 100644
30 index 274304f0882..00000000000
31 --- a/x11-themes/fedora-backgrounds/fedora-backgrounds-30.1.1.ebuild
32 +++ /dev/null
33 @@ -1,22 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -DESCRIPTION="A set of default and supplemental wallpapers for Fedora"
40 -HOMEPAGE="https://github.com/fedoradesign/backgrounds"
41 -
42 -MY_PN="f$(ver_cut 1)-backgrounds"
43 -MY_P="${MY_PN}-${PV}"
44 -SRC_URI="https://github.com/fedoradesign/backgrounds/releases/download/v${PV}/${MY_P}.tar.xz"
45 -
46 -LICENSE="CC-BY-SA-4.0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -SLOT="$(ver_cut 1)"
50 -
51 -RDEPEND=""
52 -DEPEND=""
53 -BDEPEND=""
54 -
55 -S="${WORKDIR}/${MY_PN}"