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/gnome-backgrounds/
Date: Tue, 28 Jun 2016 20:30:30
Message-Id: 1467145749.c13ba4adc6fbbdea5b97500473e309cabe375a49.pacho@gentoo
1 commit: c13ba4adc6fbbdea5b97500473e309cabe375a49
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 19:39:19 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 20:29:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c13ba4ad
7
8 x11-themes/gnome-backgrounds: Version bump
9
10 Package-Manager: portage-2.3.0_rc1
11
12 x11-themes/gnome-backgrounds/Manifest | 1 +
13 .../gnome-backgrounds/gnome-backgrounds-3.20.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 fa31b2a..8498eb1 100644
18 --- a/x11-themes/gnome-backgrounds/Manifest
19 +++ b/x11-themes/gnome-backgrounds/Manifest
20 @@ -1 +1,2 @@
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
24 diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.20.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.20.ebuild
25 new file mode 100644
26 index 0000000..b69af37
27 --- /dev/null
28 +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.20.ebuild
29 @@ -0,0 +1,20 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
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="GPL-2"
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="
47 + >=dev-util/intltool-0.40.0
48 + sys-devel/gettext
49 +"