diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-06-13 16:18:35 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-06-13 16:18:35 +0000 |
commit | b90ace8061b552dd8587b0653cdec597fb8b0e84 (patch) | |
tree | 5ece92bf2b2e95fef33ae2b1a9af0a659953393d /x11-themes | |
parent | Punt unused plug-in, blockers in new stable quodlibet will take care of unins... (diff) | |
download | gentoo-2-b90ace8061b552dd8587b0653cdec597fb8b0e84.tar.gz gentoo-2-b90ace8061b552dd8587b0653cdec597fb8b0e84.tar.bz2 gentoo-2-b90ace8061b552dd8587b0653cdec597fb8b0e84.zip |
Add new version for Gnome 2.30
(Portage version: 2.1.8.3/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.30.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 788416f5a3c9..1f498f156e58 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog,v 1.121 2010/06/04 19:37:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog,v 1.122 2010/06/13 16:18:35 pacho Exp $ + +*gnome-backgrounds-2.30.0 (13 Jun 2010) + + 13 Jun 2010; Pacho Ramos <pacho@gentoo.org> + +gnome-backgrounds-2.30.0.ebuild: + Add new version for Gnome 2.30. 04 Jun 2010; Markus Meier <maekke@gentoo.org> gnome-backgrounds-2.28.0.ebuild: diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-2.30.0.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-2.30.0.ebuild new file mode 100644 index 000000000000..3c2835117650 --- /dev/null +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-2.30.0.ebuild @@ -0,0 +1,21 @@ +# 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.30.0.ebuild,v 1.1 2010/06/13 16:18:35 pacho 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" |