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.fdcd9dc5fa986aaf7661396f14e11c229acef82d.pacho@gentoo
1 commit: fdcd9dc5fa986aaf7661396f14e11c229acef82d
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 13 06:44:16 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=fdcd9dc5
7
8 x11-themes/fedora-backgrounds: Version bump
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.2.ebuild | 22 ++++++++++++++++++++++
15 2 files changed, 23 insertions(+)
16
17 diff --git a/x11-themes/fedora-backgrounds/Manifest b/x11-themes/fedora-backgrounds/Manifest
18 index c82885819c1..cb4948e73c0 100644
19 --- a/x11-themes/fedora-backgrounds/Manifest
20 +++ b/x11-themes/fedora-backgrounds/Manifest
21 @@ -3,3 +3,4 @@ DIST f28-backgrounds-28.1.5.tar.xz 158614448 BLAKE2B 8a2c98c3aa195512c000d2f0cb5
22 DIST f29-backgrounds-29.1.3.tar.xz 170130460 BLAKE2B dc7e8e25f8d65f9de8939e0468d49986f0228993920b49d53c2cfdc99c108218b338921657b790f30b3997a9dedfa51cae8f0db161b42fb723f2a2e4ea56a6b6 SHA512 707ecc56c5b0070b07f316dd9d24b9bc51a7b77e82049f7f693f4c5a828cba2d7731f14b5f2ea574875c81c60b1a490f55d9b655df936b6052e0bfa23eb171ad
23 DIST f30-backgrounds-30.0.0.tar.xz 126854044 BLAKE2B 32aca9b569b3510d6829bb8d77fcdd5c6b2556ea4153c41673a8ce06f004e773789e19067e3eb843054f934b19a6f7526dde316e4e45e63a4760870e076d24de SHA512 463559a1a1a6188b346b14818bfc031f9e2ab33a6d2be5f6a6871ad0b47d8af94cd663298fa5d2a160a79ee19826bc6755c63df014c657800022997d6f46cc47
24 DIST f30-backgrounds-30.1.1.tar.xz 217792268 BLAKE2B 1b6ba91cac61bb3ae3fde527d5481c8cf18f8b0b462d2e881a3e53358355509571b17262df0dc5d47414b8d01fb1ada17a0cfa32500a1a17f5d97781943e1291 SHA512 ddb7a00c39321c20764dc913d162ad18efd5f471b9b9133acb9d33ef6627bb17c1916446ade71703ad766017af59bfbb4e31ea4ca6ff95460f84e0a38e22f337
25 +DIST f30-backgrounds-30.1.2.tar.xz 215810052 BLAKE2B 203a8d5213aab09de7e050fceb333092d77df99557d827930542cbe0443ff16f510b0fb66d294e63871ffb6e942e373eb9890e7eb139523b1573bc12e328e9b7 SHA512 a6b2c3d0d38a0bb76f987e85b584afe2ce8079f8667a3ef253deff12b96678f2fb92ab2f6d04770e9154dd3bb4bc0fc871d5c18da989e5fa7f9f61464d7b3322
26
27 diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-30.1.2.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-30.1.2.ebuild
28 new file mode 100644
29 index 00000000000..274304f0882
30 --- /dev/null
31 +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-30.1.2.ebuild
32 @@ -0,0 +1,22 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +DESCRIPTION="A set of default and supplemental wallpapers for Fedora"
39 +HOMEPAGE="https://github.com/fedoradesign/backgrounds"
40 +
41 +MY_PN="f$(ver_cut 1)-backgrounds"
42 +MY_P="${MY_PN}-${PV}"
43 +SRC_URI="https://github.com/fedoradesign/backgrounds/releases/download/v${PV}/${MY_P}.tar.xz"
44 +
45 +LICENSE="CC-BY-SA-4.0"
46 +KEYWORDS="~amd64 ~x86"
47 +IUSE=""
48 +SLOT="$(ver_cut 1)"
49 +
50 +RDEPEND=""
51 +DEPEND=""
52 +BDEPEND=""
53 +
54 +S="${WORKDIR}/${MY_PN}"