diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-10-11 10:39:25 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-10-11 10:39:25 +0000 |
commit | 9f72e041d09642a34eea0607ff0a87ad2a7ecadc (patch) | |
tree | a28aeafe799a60feedcc34644952ed6d3abdfa9f /x11-themes/gnome-backgrounds | |
parent | New version for GNOME 2.24. (diff) | |
download | historical-9f72e041d09642a34eea0607ff0a87ad2a7ecadc.tar.gz historical-9f72e041d09642a34eea0607ff0a87ad2a7ecadc.tar.bz2 historical-9f72e041d09642a34eea0607ff0a87ad2a7ecadc.zip |
New version for GNOME 2.24. New set of backgrounds.
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64
Diffstat (limited to 'x11-themes/gnome-backgrounds')
-rw-r--r-- | x11-themes/gnome-backgrounds/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/gnome-backgrounds/gnome-backgrounds-2.20.0.ebuild | 6 | ||||
-rw-r--r-- | x11-themes/gnome-backgrounds/gnome-backgrounds-2.24.0.ebuild | 21 |
3 files changed, 31 insertions, 4 deletions
diff --git a/x11-themes/gnome-backgrounds/ChangeLog b/x11-themes/gnome-backgrounds/ChangeLog index ede9be939412..c18d6643288e 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog,v 1.97 2008/09/25 14:56:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog,v 1.98 2008/10/11 10:39:25 eva Exp $ + +*gnome-backgrounds-2.24.0 (11 Oct 2008) + + 11 Oct 2008; Gilles Dartiguelongue <eva@gentoo.org> + gnome-backgrounds-2.20.0.ebuild, +gnome-backgrounds-2.24.0.ebuild: + New version for GNOME 2.24. New set of backgrounds. 25 Sep 2008; Jeroen Roovers <jer@gentoo.org> gnome-backgrounds-2.22.0.ebuild: diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-2.20.0.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-2.20.0.ebuild index 87b79ae9ea41..01cd58545ee0 100644 --- a/x11-themes/gnome-backgrounds/gnome-backgrounds-2.20.0.ebuild +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-2.20.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.20.0.ebuild,v 1.8 2007/12/11 10:44:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/gnome-backgrounds-2.20.0.ebuild,v 1.9 2008/10/11 10:39:25 eva Exp $ inherit gnome2 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" +KEYWORDS="arm ppc64 sh" IUSE="" RDEPEND="" diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-2.24.0.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-2.24.0.ebuild new file mode 100644 index 000000000000..c333a3ee93bb --- /dev/null +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-2.24.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 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.24.0.ebuild,v 1.1 2008/10/11 10:39:25 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" |