diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-05-31 06:08:38 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-05-31 06:08:38 +0000 |
commit | b6ad58b652c2be2bcdaea249a7d6d535bada4234 (patch) | |
tree | 66015476989158ca2951bed6b66f98c06408037e /x11-themes/gnome-backgrounds | |
parent | Version bump. Add ruby21. Drop jruby since it is no longer compatible. (diff) | |
download | gentoo-2-b6ad58b652c2be2bcdaea249a7d6d535bada4234.tar.gz gentoo-2-b6ad58b652c2be2bcdaea249a7d6d535bada4234.tar.bz2 gentoo-2-b6ad58b652c2be2bcdaea249a7d6d535bada4234.zip |
Version bump
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-themes/gnome-backgrounds')
-rw-r--r-- | x11-themes/gnome-backgrounds/ChangeLog | 7 | ||||
-rw-r--r-- | x11-themes/gnome-backgrounds/gnome-backgrounds-3.12.2.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/x11-themes/gnome-backgrounds/ChangeLog b/x11-themes/gnome-backgrounds/ChangeLog index 9d5f139c94de..1c963da8e17e 100644 --- a/x11-themes/gnome-backgrounds/ChangeLog +++ b/x11-themes/gnome-backgrounds/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/gnome-backgrounds # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog,v 1.158 2014/04/27 22:20:31 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog,v 1.159 2014/05/31 06:08:38 pacho Exp $ + +*gnome-backgrounds-3.12.2 (31 May 2014) + + 31 May 2014; Pacho Ramos <pacho@gentoo.org> +gnome-backgrounds-3.12.2.ebuild: + Version bump 27 Apr 2014; Gilles Dartiguelongue <eva@gentoo.org> gnome-backgrounds-3.12.1.ebuild: diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.12.2.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.12.2.ebuild new file mode 100644 index 000000000000..63a368b537c6 --- /dev/null +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.12.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/gnome-backgrounds-3.12.2.ebuild,v 1.1 2014/05/31 06:08:38 pacho Exp $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="A set of backgrounds packaged with the GNOME desktop" +HOMEPAGE="https://git.gnome.org/browse/gnome-backgrounds" + +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 +" |