diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-10-29 22:45:34 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-10-29 22:45:34 +0000 |
commit | c995507edb260ec0939a3835d166ec4f5800b30f (patch) | |
tree | eac81d8d71be0a0c10296e9699a5130a9bf42122 /x11-themes | |
parent | New version for GNOME 2.28. (diff) | |
download | gentoo-2-c995507edb260ec0939a3835d166ec4f5800b30f.tar.gz gentoo-2-c995507edb260ec0939a3835d166ec4f5800b30f.tar.bz2 gentoo-2-c995507edb260ec0939a3835d166ec4f5800b30f.zip |
New version for GNOME 2.28.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-backgrounds/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/gnome-backgrounds/gnome-backgrounds-2.28.0.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/x11-themes/gnome-backgrounds/ChangeLog b/x11-themes/gnome-backgrounds/ChangeLog index 56d8e68e4a0e..04d28b7c07b9 100644 --- a/x11-themes/gnome-backgrounds/ChangeLog +++ b/x11-themes/gnome-backgrounds/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-themes/gnome-backgrounds # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog,v 1.113 2009/10/25 21:34:50 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog,v 1.114 2009/10/29 22:45:34 eva Exp $ + +*gnome-backgrounds-2.28.0 (29 Oct 2009) + + 29 Oct 2009; Gilles Dartiguelongue <eva@gentoo.org> + +gnome-backgrounds-2.28.0.ebuild: + New version for GNOME 2.28. 25 Oct 2009; Gilles Dartiguelongue <eva@gentoo.org> -gnome-backgrounds-2.20.0.ebuild, -gnome-backgrounds-2.22.0.ebuild: diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-2.28.0.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-2.28.0.ebuild new file mode 100644 index 000000000000..22ab408c0380 --- /dev/null +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-2.28.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 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.28.0.ebuild,v 1.1 2009/10/29 22:45:34 eva Exp $ + +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 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="" +DEPEND="sys-devel/gettext + >=dev-util/intltool-0.35" + +DOCS="AUTHORS ChangeLog NEWS README" |