diff options
Diffstat (limited to 'x11-themes')
4 files changed, 26 insertions, 3 deletions
diff --git a/x11-themes/gnome-icon-theme/ChangeLog b/x11-themes/gnome-icon-theme/ChangeLog index 42b81c4b202a..c40a80c5324f 100644 --- a/x11-themes/gnome-icon-theme/ChangeLog +++ b/x11-themes/gnome-icon-theme/ChangeLog @@ -1,6 +1,11 @@ # 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.23 2003/09/06 12:16:15 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.24 2003/09/08 15:02:08 obz Exp $ + +*gnome-icon-theme-1.0.9 (08 Sep 2003) + + 08 Sep 2003; Mike Gardiner <obz@gentoo.org> gnome-icon-theme-1.0.9.ebuild: + New version 2 days later *gnome-icon-theme-1.0.8 (06 Sep 2003) diff --git a/x11-themes/gnome-icon-theme/Manifest b/x11-themes/gnome-icon-theme/Manifest index f3de334264a2..360b5b6b95db 100644 --- a/x11-themes/gnome-icon-theme/Manifest +++ b/x11-themes/gnome-icon-theme/Manifest @@ -1,10 +1,10 @@ MD5 6584bac79b866a9e9f019c68ee1325f4 gnome-icon-theme-1.0.7.ebuild 483 -MD5 4b304110fa6b06091949f0b25d50afa3 gnome-icon-theme-1.0.9.ebuild 365 +MD5 36cd18663da0116c54a5000143bd90f7 gnome-icon-theme-1.0.9.ebuild 482 MD5 f17061cfe523475e43b6b07d18fd199c gnome-icon-theme-1.0.4.ebuild 463 MD5 f0c5452a6300ff46173763c19af09408 gnome-icon-theme-1.0.6.ebuild 471 MD5 10055531c42838f9ccefd60f65126350 gnome-icon-theme-1.0.8.ebuild 484 MD5 11793413b5caae00def5f852228100ea gnome-icon-theme-1.0.5.ebuild 471 -MD5 4b39414ecc57b0888f6e637e1f87e3cb ChangeLog 2755 +MD5 6e6573ecdf3100f4f96a6c8719c76084 ChangeLog 2897 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.0.9 b/x11-themes/gnome-icon-theme/files/digest-gnome-icon-theme-1.0.9 new file mode 100644 index 000000000000..ed750915d76d --- /dev/null +++ b/x11-themes/gnome-icon-theme/files/digest-gnome-icon-theme-1.0.9 @@ -0,0 +1 @@ +MD5 f11da9541223537fc8f65a42a09fa49d gnome-icon-theme-1.0.9.tar.bz2 2022979 diff --git a/x11-themes/gnome-icon-theme/gnome-icon-theme-1.0.9.ebuild b/x11-themes/gnome-icon-theme/gnome-icon-theme-1.0.9.ebuild new file mode 100644 index 000000000000..e9eb591f9ce8 --- /dev/null +++ b/x11-themes/gnome-icon-theme/gnome-icon-theme-1.0.9.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.0.9.ebuild,v 1.1 2003/09/08 15:02:08 obz 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="" + +DOC="AUTHORS COPYING README INSTALL NEWS ChangeLog" |