commit: df0576bef2b3f5f524ca3d839fe54805f6205a1a Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sat Apr 12 14:42:31 2014 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sat Apr 12 15:14:26 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=df0576be
x11-themes/gnome-backgrounds: 3.10.1 → 3.12.0 --- .../gnome-backgrounds-3.12.0.ebuild | 23 ++++++++++++++++++++++ .../gnome-backgrounds-9999.ebuild | 9 +++++---- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.12.0.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.12.0.ebuild new file mode 100644 index 0000000..77c391c --- /dev/null +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.12.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="A set of backgrounds packaged with the GNOME desktop" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="" +DEPEND=" + >=dev-util/intltool-0.40.0 + sys-devel/gettext +" + diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-9999.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-9999.ebuild index 5bb7081..2e48328 100644 --- a/x11-themes/gnome-backgrounds/gnome-backgrounds-9999.ebuild +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -21,7 +21,8 @@ fi IUSE="" RDEPEND="" -DEPEND="sys-devel/gettext - >=dev-util/intltool-0.40.0" +DEPEND=" + >=dev-util/intltool-0.40.0 + sys-devel/gettext +" -DOCS="AUTHORS ChangeLog NEWS README"
