diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-14 01:32:54 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-14 01:32:54 +0000 |
commit | 3ae8a5026f72933287f350b9301a1330781c21cd (patch) | |
tree | 02214f305a77811cacb08f549de806e1cbe366a7 /x11-themes | |
parent | Add updated license HKSCS-2001 (diff) | |
download | gentoo-2-3ae8a5026f72933287f350b9301a1330781c21cd.tar.gz gentoo-2-3ae8a5026f72933287f350b9301a1330781c21cd.tar.bz2 gentoo-2-3ae8a5026f72933287f350b9301a1330781c21cd.zip |
Version bump.
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-backgrounds/ChangeLog | 10 | ||||
-rw-r--r-- | x11-themes/gnome-backgrounds/gnome-backgrounds-3.4.1.ebuild | 22 |
2 files changed, 30 insertions, 2 deletions
diff --git a/x11-themes/gnome-backgrounds/ChangeLog b/x11-themes/gnome-backgrounds/ChangeLog index eca4bb548db9..18dfffdbbd9c 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog,v 1.142 2011/11/06 02:12:58 tetromino Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog,v 1.143 2012/05/14 01:32:54 tetromino Exp $ + +*gnome-backgrounds-3.4.1 (14 May 2012) + + 14 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + +gnome-backgrounds-3.4.1.ebuild: + Version bump. *gnome-backgrounds-3.2.0 (06 Nov 2011) diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.4.1.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.4.1.ebuild new file mode 100644 index 000000000000..1bde74ae6c6c --- /dev/null +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.4.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 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.4.1.ebuild,v 1.1 2012/05/14 01:32:54 tetromino Exp $ + +EAPI="4" +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.40.0" + +DOCS="AUTHORS ChangeLog NEWS README" |