diff options
author | Mart Raudsepp <leio@gentoo.org> | 2006-10-13 00:38:36 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2006-10-13 00:38:36 +0000 |
commit | 10445eafc764e65413ea1a05d2736de104f80f97 (patch) | |
tree | 593635992b928be98974a4a19350b20a107b0c05 /x11-themes | |
parent | Updating digest for 0.31 from upstream (thanks nixnut) (diff) | |
download | gentoo-2-10445eafc764e65413ea1a05d2736de104f80f97.tar.gz gentoo-2-10445eafc764e65413ea1a05d2736de104f80f97.tar.bz2 gentoo-2-10445eafc764e65413ea1a05d2736de104f80f97.zip |
Version bump for translation updates (and getting 2.15 version out the tree)
(Portage version: 2.1.2_pre2-r9)
Diffstat (limited to 'x11-themes')
3 files changed, 29 insertions, 1 deletions
diff --git a/x11-themes/gnome-backgrounds/ChangeLog b/x11-themes/gnome-backgrounds/ChangeLog index e2b4d8f2fb43..48436012682b 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog,v 1.62 2006/09/13 21:47:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog,v 1.63 2006/10/13 00:38:36 leio Exp $ + +*gnome-backgrounds-2.16.1 (13 Oct 2006) + + 13 Oct 2006; Mart Raudsepp <leio@gentoo.org> + -gnome-backgrounds-2.15.92.ebuild, +gnome-backgrounds-2.16.1.ebuild: + Version bump for translation updates 13 Sep 2006; Aron Griffis <agriffis@gentoo.org> gnome-backgrounds-2.14.2.1.ebuild: diff --git a/x11-themes/gnome-backgrounds/files/digest-gnome-backgrounds-2.16.1 b/x11-themes/gnome-backgrounds/files/digest-gnome-backgrounds-2.16.1 new file mode 100644 index 000000000000..fd570c54ea18 --- /dev/null +++ b/x11-themes/gnome-backgrounds/files/digest-gnome-backgrounds-2.16.1 @@ -0,0 +1,3 @@ +MD5 e76555f53d5b8a40d4d447173ae8de93 gnome-backgrounds-2.16.1.tar.bz2 1199770 +RMD160 f6ef33d38439851de0a8b9dae1792a782a0707a2 gnome-backgrounds-2.16.1.tar.bz2 1199770 +SHA256 3d7b04af336a8db2edefa2c1bb8dbff5364055372ff3054b10a68cbc9a62e469 gnome-backgrounds-2.16.1.tar.bz2 1199770 diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-2.16.1.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-2.16.1.ebuild new file mode 100644 index 000000000000..d51ae0c9a2a5 --- /dev/null +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-2.16.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 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.16.1.ebuild,v 1.1 2006/10/13 00:38:36 leio Exp $ + +inherit eutils 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 ~sparc ~x86" +IUSE="" + +RDEPEND="" +DEPEND="sys-devel/gettext + >=dev-util/intltool-0.35" + +DOCS="AUTHORS ChangeLog NEWS README" |