Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-backgrounds/
Date: Fri, 28 Dec 2018 23:58:10
Message-Id: 1546041472.7e7b8fe7f0d3b11ef1e72fa1af65031dbf5e3ca0.eva@gentoo
1 commit: 7e7b8fe7f0d3b11ef1e72fa1af65031dbf5e3ca0
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 28 21:48:29 2018 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 28 23:57:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e7b8fe7
7
8 x11-themes/gnome-backgrounds: 3.26.2 → 3.30.0
9
10 Package-Manager: Portage-2.3.53, Repoman-2.3.12
11 Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>
12
13 x11-themes/gnome-backgrounds/Manifest | 1 +
14 .../gnome-backgrounds/gnome-backgrounds-3.30.0.ebuild | 16 ++++++++++++++++
15 2 files changed, 17 insertions(+)
16
17 diff --git a/x11-themes/gnome-backgrounds/Manifest b/x11-themes/gnome-backgrounds/Manifest
18 index b3d9892bbf6..ecac6c9c92b 100644
19 --- a/x11-themes/gnome-backgrounds/Manifest
20 +++ b/x11-themes/gnome-backgrounds/Manifest
21 @@ -1,2 +1,3 @@
22 DIST gnome-backgrounds-3.24.0.tar.xz 15223020 BLAKE2B 5a4bf10bb767da9ac1b89e426a517c0ad9b76d62d764b4398e3381cb9b1bd425ab8f36835a681e1586bbd95f5f2d08307a2680d2aae45bcfc400fa0c61e3938d SHA512 ba044cd21d4c22dd6bf1a93a17579f2bc5f2b9198e40331486772f4fcb81a1c0179949a162e5a1e332f49cd833ca773cf27c1592966e94afbecd8b4d0728c24b
23 DIST gnome-backgrounds-3.26.2.tar.xz 19289360 BLAKE2B 757ba9a77d81f3cb5fe80df37f1377770cd6594d5e8127c8e2e05e90952d755d25be6e7896a3c737cbbef84f8f8f63f7a88ab893ff3d78e472fd3b156d849c8b SHA512 14970e3c87a94a503d5a260304e100e64ea76fdaa5fc5c7d5b1c35444f5f4046abc95041c57bf31350aed4de37c6aaa80fd3d2905a52881d93c49487dd868791
24 +DIST gnome-backgrounds-3.30.0.tar.xz 27369704 BLAKE2B 519373d47ac70d73df43d1fc85d4649fad9e3db7e41135ba2df3e6a4c70771225413ec74ca30f3e1b1b27a9c030bd05a29a6e6791d9d0d903a131682a5813970 SHA512 a9fd254126448613681e64c841fb0e29a8d1e18adad3aa0c225555d01fbe0a33139486595d8537293425510d56826379caaac2e02157f2c2a9289cdad3bc040c
25
26 diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.30.0.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.30.0.ebuild
27 new file mode 100644
28 index 00000000000..3fa22069c63
29 --- /dev/null
30 +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.30.0.ebuild
31 @@ -0,0 +1,16 @@
32 +# Copyright 1999-2018 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +inherit gnome.org meson
37 +
38 +DESCRIPTION="A set of backgrounds packaged with the GNOME desktop"
39 +HOMEPAGE="https://git.gnome.org/browse/gnome-backgrounds"
40 +
41 +LICENSE="CC-BY-SA-2.0 CC-BY-SA-3.0 CC-BY-2.0"
42 +SLOT="0"
43 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
44 +IUSE=""
45 +
46 +RDEPEND="!<x11-themes/gnome-themes-standard-3.14"
47 +DEPEND=">=sys-devel/gettext-0.19.8"