diff options
author | Joe McCann <joem@gentoo.org> | 2005-04-17 13:41:33 +0000 |
---|---|---|
committer | Joe McCann <joem@gentoo.org> | 2005-04-17 13:41:33 +0000 |
commit | 380fe2f1002f6b41dd334113d21a1d3873f995c7 (patch) | |
tree | 7ed3508f4eb250c2df8bae9d9190cdf4f5fe4883 /x11-themes/gnome-backgrounds | |
parent | Use ${PN} if ${BASH_COMPLETION_NAME} is unset. (diff) | |
download | gentoo-2-380fe2f1002f6b41dd334113d21a1d3873f995c7.tar.gz gentoo-2-380fe2f1002f6b41dd334113d21a1d3873f995c7.tar.bz2 gentoo-2-380fe2f1002f6b41dd334113d21a1d3873f995c7.zip |
new version
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-themes/gnome-backgrounds')
4 files changed, 30 insertions, 2 deletions
diff --git a/x11-themes/gnome-backgrounds/ChangeLog b/x11-themes/gnome-backgrounds/ChangeLog index 6ef17f9c19a7..59ff9800b407 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog,v 1.4 2005/03/23 10:03:38 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog,v 1.5 2005/04/17 13:37:08 joem Exp $ + +*gnome-backgrounds-2.10.1 (17 Apr 2005) + + 17 Apr 2005; Joe McCann <joem@gentoo.org> + +gnome-backgrounds-2.10.1.ebuild: + new version 23 Mar 2005; Guy Martin <gmsoft@gentoo.org> gnome-backgrounds-2.10.0.ebuild: Added ~hppa (#84701). diff --git a/x11-themes/gnome-backgrounds/Manifest b/x11-themes/gnome-backgrounds/Manifest index d0ee28135250..271153659607 100644 --- a/x11-themes/gnome-backgrounds/Manifest +++ b/x11-themes/gnome-backgrounds/Manifest @@ -1,4 +1,6 @@ -MD5 10fcaba40fa61d5e3cb97a45e289e4a1 ChangeLog 751 MD5 79b4b31986a8021c590115901c0ee19e gnome-backgrounds-2.10.0.ebuild 526 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 +MD5 10fcaba40fa61d5e3cb97a45e289e4a1 ChangeLog 751 +MD5 79b4b31986a8021c590115901c0ee19e gnome-backgrounds-2.10.1.ebuild 526 MD5 bf9914d8c2032ae9e2c6d375a2eb71a8 files/digest-gnome-backgrounds-2.10.0 78 +MD5 c547e18a1541ee20308a075e7c49b66f files/digest-gnome-backgrounds-2.10.1 78 diff --git a/x11-themes/gnome-backgrounds/files/digest-gnome-backgrounds-2.10.1 b/x11-themes/gnome-backgrounds/files/digest-gnome-backgrounds-2.10.1 new file mode 100644 index 000000000000..e64f37a3584d --- /dev/null +++ b/x11-themes/gnome-backgrounds/files/digest-gnome-backgrounds-2.10.1 @@ -0,0 +1 @@ +MD5 2a4ec2862c6a1a2bf3ad330c830edae4 gnome-backgrounds-2.10.1.tar.bz2 2250278 diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-2.10.1.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-2.10.1.ebuild new file mode 100644 index 000000000000..074deba69ae2 --- /dev/null +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-2.10.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 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.10.1.ebuild,v 1.1 2005/04/17 13:37:08 joem Exp $ + +inherit gnome2 + +DESCRIPTION="A set of backgrounds packaged with the GNOME desktop" +HOMEPAGE="http://www.gnome.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64 ~sparc ~hppa" +IUSE="" + +DEPEND="sys-devel/gettext + >=dev-util/intltool-0.29" + +DOCS="AUTHORS ChangeLog NEWS README" + |