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: Tue, 23 Feb 2021 15:51:30
Message-Id: 1614095482.683a6157d55f54ab6631d305a989f73b5d8bf4b5.pacho@gentoo
1 commit: 683a6157d55f54ab6631d305a989f73b5d8bf4b5
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 23 15:39:55 2021 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 23 15:51:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=683a6157
7
8 x11-themes/fedora-backgrounds: Version bump
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 x11-themes/fedora-backgrounds/Manifest | 1 +
14 .../fedora-backgrounds-34.0.1.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 607215bc1ee..5ccc46dd17f 100644
19 --- a/x11-themes/fedora-backgrounds/Manifest
20 +++ b/x11-themes/fedora-backgrounds/Manifest
21 @@ -5,3 +5,4 @@ DIST f30-backgrounds-30.1.2.tar.xz 215810052 BLAKE2B 203a8d5213aab09de7e050fceb3
22 DIST f31-backgrounds-31.0.4.tar.xz 317019080 BLAKE2B a6d3d8f1e41e5f0186ce4b4ffa052190d8422bf24db3c6fa02f1eda0d016af7cf58f8da9d1a391a8c2a46d1f1b2a21f2c889c6704a9e997262ae9a43447e55dc SHA512 77244938ef3bd3dff8d8327645373b368f10aef78cf15fa56045b3f6c76dee502a6682b4bb756e1c16f4021481f7ee2317a73273bb2e50abc729b5847db23718
23 DIST f32-backgrounds-32.2.2.tar.xz 162995272 BLAKE2B 6c965cdfaa672877b1be087edb6de088f90f69027a1645781d19761f49023fde383301cf658f536aab32b1886960e4f9f7e7bf7b3c82ad2cb1fecffd28664ceb SHA512 b86596ce1f7db5ea63ad8f2271e8e90fb9fff24b72cacd0b30ed75a25ecf762548b0211ff9420d35ec110945ee5fb1a244a7848483e202f98faa0a5110fcf4b5
24 DIST f33-backgrounds-33.0.8.tar.xz 30354496 BLAKE2B 7f64108aafccba083bea2e3b56438c29575facccf73ea6a1dbb0a42037b63c3f6a6c3491e76fdd8116af5a6eac8fe7d7cd26955a4ff7b92d2fa6e77400484e09 SHA512 bc293b62749dd99a5066c1641b734fcbe881da3f477a82b175d324a72958d36cf60a4cceec41b4b71f001be6af8fe044eba74ffb4914dbe2cba960212d9a8d4d
25 +DIST f34-backgrounds-34.0.1.tar.xz 23613140 BLAKE2B 22295e9eb8e9d9d3ae73b6ebcc2766d5f9a0975614ffa3c01d7328cd25dc5927b01c3d58e182c07fa0627ca899437072467bdcda7b8e06edbee413c40261e009 SHA512 d86fe263dff8c431d3dcf50d0eefae0d1358d4b297249dd97b0f974d89287a17b7cebe299e98f06d791fd0888abf756bb87400c33ce0f8db8bb4d0e97f621b7e
26
27 diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-34.0.1.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-34.0.1.ebuild
28 new file mode 100644
29 index 00000000000..9bf0aa0956d
30 --- /dev/null
31 +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-34.0.1.ebuild
32 @@ -0,0 +1,24 @@
33 +# Copyright 1999-2021 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-SA-4.0"
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}"