diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-10-12 18:01:22 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-10-12 18:01:22 +0000 |
commit | 21faadeeb2cfcbe6dce91772d206408217da80fe (patch) | |
tree | b03f5d63cc699c81cd032837a0771e7dbce72117 /x11-themes | |
parent | Real fix for bug 340109: use libiptc only if needed and fully disable bundled... (diff) | |
download | gentoo-2-21faadeeb2cfcbe6dce91772d206408217da80fe.tar.gz gentoo-2-21faadeeb2cfcbe6dce91772d206408217da80fe.tar.bz2 gentoo-2-21faadeeb2cfcbe6dce91772d206408217da80fe.zip |
Version bump for Gnome 2.32
(Portage version: 2.1.9.14/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-backgrounds/ChangeLog | 9 | ||||
-rw-r--r-- | x11-themes/gnome-backgrounds/gnome-backgrounds-2.32.0.ebuild | 22 |
2 files changed, 30 insertions, 1 deletions
diff --git a/x11-themes/gnome-backgrounds/ChangeLog b/x11-themes/gnome-backgrounds/ChangeLog index 3e368dddfaaa..5cacb903fff8 100644 --- a/x11-themes/gnome-backgrounds/ChangeLog +++ b/x11-themes/gnome-backgrounds/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-themes/gnome-backgrounds # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog,v 1.130 2010/10/07 21:10:43 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog,v 1.131 2010/10/12 18:01:22 pacho Exp $ + +*gnome-backgrounds-2.32.0 (12 Oct 2010) + + 12 Oct 2010; Pacho Ramos <pacho@gentoo.org> + +gnome-backgrounds-2.32.0.ebuild: + Version bump for Gnome 2.32: Add individual copyright notices for the + images and updated translations. 07 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> gnome-backgrounds-2.30.0.ebuild: diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-2.32.0.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-2.32.0.ebuild new file mode 100644 index 000000000000..5d6bc9e3fac7 --- /dev/null +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-2.32.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/gnome-backgrounds-2.32.0.ebuild,v 1.1 2010/10/12 18:01:22 pacho Exp $ + +EAPI="3" +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="sys-devel/gettext + >=dev-util/intltool-0.35" + +DOCS="AUTHORS ChangeLog NEWS README" |