diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-11-07 09:47:15 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-11-07 09:47:15 +0000 |
commit | aa21d36530e76f6de6d68f11d254330f1d878b2a (patch) | |
tree | eb79984fdd6236e422f99ec2700f4d3ca96eff3b | |
parent | version bump (diff) | |
download | gentoo-2-aa21d36530e76f6de6d68f11d254330f1d878b2a.tar.gz gentoo-2-aa21d36530e76f6de6d68f11d254330f1d878b2a.tar.bz2 gentoo-2-aa21d36530e76f6de6d68f11d254330f1d878b2a.zip |
version bump
4 files changed, 27 insertions, 3 deletions
diff --git a/x11-themes/gnome-icon-theme/ChangeLog b/x11-themes/gnome-icon-theme/ChangeLog index 043b1b4a2a66..0d7469e6f258 100644 --- a/x11-themes/gnome-icon-theme/ChangeLog +++ b/x11-themes/gnome-icon-theme/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-themes/gnome-icon-theme # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.29 2003/10/24 09:41:17 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.30 2003/11/07 09:47:08 liquidx Exp $ + +*gnome-icon-theme-1.1.0 (07 Nov 2003) + + 07 Nov 2003; Alastair Tse <liquidx@gentoo.org> + gnome-icon-theme-1.1.0.ebuild: + version bump 24 Oct 2003; Mike Gardiner <obz@gentoo.org> gnome-icon-theme-1.0.4.ebuild, gnome-icon-theme-1.0.5.ebuild, gnome-icon-theme-1.0.9.ebuild: diff --git a/x11-themes/gnome-icon-theme/Manifest b/x11-themes/gnome-icon-theme/Manifest index c727b3389756..ad4748735618 100644 --- a/x11-themes/gnome-icon-theme/Manifest +++ b/x11-themes/gnome-icon-theme/Manifest @@ -1,8 +1,8 @@ -MD5 edaf4dbc7455456d0c71c65195151f54 ChangeLog 3687 +MD5 75004e469a0a0ada01ccb7fadfbc1c52 ChangeLog 3828 MD5 21c605ea2603ab55bc0d53c4a8f7cfc9 gnome-icon-theme-1.0.4.ebuild 461 MD5 d802cd86130ba91f591b290572da2ba9 gnome-icon-theme-1.0.5.ebuild 469 MD5 d0510032c3bfd463c16fa9a7e8ac6ada gnome-icon-theme-1.0.9.ebuild 479 -MD5 d12adf68cbec4380d09053e4ec4cc2ab gnome-icon-theme-1.1.0.ebuild 483 +MD5 c719d512d93d3b5161972c4a8fce2d90 gnome-icon-theme-1.1.0.ebuild 487 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 207eb4902efe5bf8fc3006ab939d77a8 files/digest-gnome-icon-theme-1.0.4 75 MD5 d90a7757a6d70adecb2c706848614d28 files/digest-gnome-icon-theme-1.0.5 75 diff --git a/x11-themes/gnome-icon-theme/files/digest-gnome-icon-theme-1.1.0 b/x11-themes/gnome-icon-theme/files/digest-gnome-icon-theme-1.1.0 new file mode 100644 index 000000000000..db7bd9d1f91d --- /dev/null +++ b/x11-themes/gnome-icon-theme/files/digest-gnome-icon-theme-1.1.0 @@ -0,0 +1 @@ +MD5 eda966f23db0a1a9677dbabb3ecb2e41 gnome-icon-theme-1.1.0.tar.bz2 2259186 diff --git a/x11-themes/gnome-icon-theme/gnome-icon-theme-1.1.0.ebuild b/x11-themes/gnome-icon-theme/gnome-icon-theme-1.1.0.ebuild new file mode 100644 index 000000000000..bbe87bcc6a93 --- /dev/null +++ b/x11-themes/gnome-icon-theme/gnome-icon-theme-1.1.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-1.1.0.ebuild,v 1.1 2003/11/07 09:47:08 liquidx Exp $ + +inherit gnome2 + +DESCRIPTION="Gnome2 default icon themes" +HOMEPAGE="http://www.gnome.org/" + +IUSE="" +SLOT="0" +KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~amd64" +LICENSE="GPL-2" + +DEPEND="" + +DOCS="AUTHORS COPYING README INSTALL NEWS ChangeLog" |