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: Sun, 29 Sep 2019 14:13:37
Message-Id: 1569766400.b285e961008a3bfa61b5898860655dec2f8d07c8.pacho@gentoo
1 commit: b285e961008a3bfa61b5898860655dec2f8d07c8
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 29 14:13:20 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 29 14:13:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b285e961
7
8 x11-themes/fedora-backgrounds: Version bump
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 x11-themes/fedora-backgrounds/Manifest | 1 +
14 .../fedora-backgrounds-31.0.3.ebuild | 24 ++++++++++++++++++++++
15 2 files changed, 25 insertions(+)
16
17 diff --git a/x11-themes/fedora-backgrounds/Manifest b/x11-themes/fedora-backgrounds/Manifest
18 index 247f7813b2b..598987be885 100644
19 --- a/x11-themes/fedora-backgrounds/Manifest
20 +++ b/x11-themes/fedora-backgrounds/Manifest
21 @@ -2,3 +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.1.2.tar.xz 215810052 BLAKE2B 203a8d5213aab09de7e050fceb333092d77df99557d827930542cbe0443ff16f510b0fb66d294e63871ffb6e942e373eb9890e7eb139523b1573bc12e328e9b7 SHA512 a6b2c3d0d38a0bb76f987e85b584afe2ce8079f8667a3ef253deff12b96678f2fb92ab2f6d04770e9154dd3bb4bc0fc871d5c18da989e5fa7f9f61464d7b3322
25 +DIST f31-backgrounds-31.0.3.tar.xz 342995408 BLAKE2B 16ca7590eb199d19870fbe8c6caf7a5d753d0fa9ffa4845914f9ebee01165541b315ca26ddcd234969f08a4676259dace5d3e593ebe72d40bc8d8c58b0c17ed1 SHA512 e757dcf8cb6894fee0228b75016dd442c0969457e7fa4a54e1af90656ac38cc9a70a89a6cb2d8ed21fbb5a3b72bd31f21147520c826f01bf35414eac99870c4a
26
27 diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-31.0.3.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-31.0.3.ebuild
28 new file mode 100644
29 index 00000000000..e586436dce6
30 --- /dev/null
31 +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-31.0.3.ebuild
32 @@ -0,0 +1,24 @@
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 +# Review on each bump, files Attribution*
46 +LICENSE="CC-BY-4.0 CC-BY-SA-4.0 CC0-1.0 Free-Art-1.3"
47 +
48 +KEYWORDS="~amd64 ~x86"
49 +IUSE=""
50 +SLOT="$(ver_cut 1)"
51 +
52 +RDEPEND=""
53 +DEPEND=""
54 +BDEPEND=""
55 +
56 +S="${WORKDIR}/${MY_PN}"