Gentoo Archives: gentoo-commits

From: Ole Reifschneider <tranquility@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-backgrounds/
Date: Wed, 29 Apr 2015 19:00:31
Message-Id: 1430334009.51a93fcb0c454c9df214e8d8996083e6b73def9c.tranquility@gentoo
1 commit: 51a93fcb0c454c9df214e8d8996083e6b73def9c
2 Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 29 19:00:09 2015 +0000
4 Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 29 19:00:09 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=51a93fcb
7
8 Bump gnome-backgrounds to 3.16.0
9
10 Package-Manager: portage-2.2.18
11 Manifest-Sign-Key: 7E8B4D42
12
13 .../gnome-backgrounds-3.16.0.ebuild | 22 ++++++++++++++++++++++
14 1 file changed, 22 insertions(+)
15
16 diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.16.0.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.16.0.ebuild
17 new file mode 100644
18 index 0000000..348e627
19 --- /dev/null
20 +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.16.0.ebuild
21 @@ -0,0 +1,22 @@
22 +# Copyright 1999-2015 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/gnome-backgrounds-3.14.1.ebuild,v 1.3 2015/03/15 13:34:38 pacho Exp $
25 +
26 +EAPI="5"
27 +GCONF_DEBUG="no"
28 +
29 +inherit gnome2
30 +
31 +DESCRIPTION="A set of backgrounds packaged with the GNOME desktop"
32 +HOMEPAGE="https://git.gnome.org/browse/gnome-backgrounds"
33 +
34 +LICENSE="GPL-2"
35 +SLOT="0"
36 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
37 +IUSE=""
38 +
39 +RDEPEND="!<x11-themes/gnome-themes-standard-3.14"
40 +DEPEND="
41 + >=dev-util/intltool-0.40.0
42 + sys-devel/gettext
43 +"