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: Tue, 01 Nov 2016 11:18:46
Message-Id: 1477999089.3084ee672cef067b435b36eee1103015330b9874.eva@gentoo
1 commit: 3084ee672cef067b435b36eee1103015330b9874
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 21:54:47 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 11:18:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3084ee67
7
8 x11-themes/gnome-backgrounds: version bump 3.20 → 3.22.1
9
10 Package-Manager: portage-2.3.2
11
12 x11-themes/gnome-backgrounds/Manifest | 1 +
13 .../gnome-backgrounds-3.22.1.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/x11-themes/gnome-backgrounds/Manifest b/x11-themes/gnome-backgrounds/Manifest
17 index 8498eb1..9052c5d 100644
18 --- a/x11-themes/gnome-backgrounds/Manifest
19 +++ b/x11-themes/gnome-backgrounds/Manifest
20 @@ -1,2 +1,3 @@
21 DIST gnome-backgrounds-3.18.0.tar.xz 15090244 SHA256 aa560f0e5f12a308dd36aaac2fff32916abd61d42f47b4bc42c8c7011bf2a7b9 SHA512 64f5b23be1c2c96b19c56bf92d08e203a0ecde0b358348ac92e2da1744009d992239ddb88de81b1c01ff4a6ed4a3645e0c75fe471f180d905fd30ddb06e12faf WHIRLPOOL 1819a85e30495e71ea065fad88d2e5c51689bb9c984e60922f38bafd0ff068493ed104a21db842a2bb196dc4caffffb9c8bb0ed73d731151b6f08fc55e41e45f
22 DIST gnome-backgrounds-3.20.tar.xz 16317224 SHA256 d66c6e165e5c16b79ee4ab83102fa73fa20ce4e14191036ee68e8e82cf537127 SHA512 15980fa188025880a963e21182ba3b3fff3ce50351c51e488a1efa2a130cb3f32ebdbbbf76921e00b9a3d2e326cdceb99a710bab1b640c2b3e552e7617eac347 WHIRLPOOL 602aba048694e4e1f444aa565cf65db09309d35990026341f77456464874bf2c60cdac2156fb4cede38b8423109a69342a7988869b256b393793d42508026c9d
23 +DIST gnome-backgrounds-3.22.1.tar.xz 14847496 SHA256 bfc89812b26383b74062c43f6c175b8fce19d4044b42f8bc9de2ab196a6eee25 SHA512 277d65228e2be0211f7ee15aeb3262c7e43c4788fec74ac857beacb414d527eb612f9e2999765e9ecba67ea6e3921dc94605a2934f10b0bb6377ea7f149a5a0c WHIRLPOOL 4bf7917d9eaf596b3391eba8083a5681daf727ac70f08498b987a600bb4b4a572fe8c5c0d1c9e856ef4feb43527ffa8222634fb86a181b5604f15a1a01136534
24
25 diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.22.1.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.22.1.ebuild
26 new file mode 100644
27 index 00000000..b69af37
28 --- /dev/null
29 +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.22.1.ebuild
30 @@ -0,0 +1,20 @@
31 +# Copyright 1999-2016 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=6
36 +inherit gnome2
37 +
38 +DESCRIPTION="A set of backgrounds packaged with the GNOME desktop"
39 +HOMEPAGE="https://git.gnome.org/browse/gnome-backgrounds"
40 +
41 +LICENSE="GPL-2"
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="
48 + >=dev-util/intltool-0.40.0
49 + sys-devel/gettext
50 +"