Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-backgrounds/
Date: Sun, 07 Oct 2018 21:20:26
Message-Id: 1538946865.6421af46cb76810756bb62a4c6ef648005e2163d.leio@gentoo
1 commit: 6421af46cb76810756bb62a4c6ef648005e2163d
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 7 20:57:14 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 7 21:14:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6421af46
7
8 x11-themes/gnome-backgrounds: bump to 3.26.2
9
10 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 x11-themes/gnome-backgrounds/Manifest | 1 +
14 .../gnome-backgrounds/gnome-backgrounds-3.26.2.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 6355e5db7a0..b3d9892bbf6 100644
19 --- a/x11-themes/gnome-backgrounds/Manifest
20 +++ b/x11-themes/gnome-backgrounds/Manifest
21 @@ -1 +1,2 @@
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
25 diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.26.2.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.26.2.ebuild
26 new file mode 100644
27 index 00000000000..05cd98be629
28 --- /dev/null
29 +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.26.2.ebuild
30 @@ -0,0 +1,16 @@
31 +# Copyright 1999-2018 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +inherit gnome2
36 +
37 +DESCRIPTION="A set of backgrounds packaged with the GNOME desktop"
38 +HOMEPAGE="https://git.gnome.org/browse/gnome-backgrounds"
39 +
40 +LICENSE="CC-BY-SA-2.0 CC-BY-SA-3.0 CC-BY-2.0"
41 +SLOT="0"
42 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
43 +IUSE=""
44 +
45 +RDEPEND="!<x11-themes/gnome-themes-standard-3.14"
46 +DEPEND=">=sys-devel/gettext-0.19.8"