diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-04-18 06:31:50 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-04-18 06:31:50 +0000 |
commit | 3ba278af68c34cce88e971c12005c24a364deca1 (patch) | |
tree | fa1a91f4a73173d2a974e9e09a43b5a8ee7d1d23 /x11-themes | |
parent | Version bump. (diff) | |
download | gentoo-2-3ba278af68c34cce88e971c12005c24a364deca1.tar.gz gentoo-2-3ba278af68c34cce88e971c12005c24a364deca1.tar.bz2 gentoo-2-3ba278af68c34cce88e971c12005c24a364deca1.zip |
Version bump
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-backgrounds/ChangeLog | 7 | ||||
-rw-r--r-- | x11-themes/gnome-backgrounds/gnome-backgrounds-3.8.1.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/x11-themes/gnome-backgrounds/ChangeLog b/x11-themes/gnome-backgrounds/ChangeLog index 6ffe8d5e106b..35dfddf3f1d1 100644 --- a/x11-themes/gnome-backgrounds/ChangeLog +++ b/x11-themes/gnome-backgrounds/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/gnome-backgrounds # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog,v 1.147 2013/03/30 17:24:03 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog,v 1.148 2013/04/18 06:31:50 pacho Exp $ + +*gnome-backgrounds-3.8.1 (18 Apr 2013) + + 18 Apr 2013; Pacho Ramos <pacho@gentoo.org> +gnome-backgrounds-3.8.1.ebuild: + Version bump 30 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> -gnome-backgrounds-3.4.2.ebuild: diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.8.1.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.8.1.ebuild new file mode 100644 index 000000000000..3ecf7e9e192d --- /dev/null +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.8.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 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.8.1.ebuild,v 1.1 2013/04/18 06:31:50 pacho Exp $ + +EAPI="5" +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" |