diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2004-07-11 20:24:42 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2004-07-11 20:24:42 +0000 |
commit | 0cfc7d31912e81326829c6da0f7f2e59c66c675e (patch) | |
tree | 853a782c9a673e39f65ab4a09748d92b4d17ca3d /x11-themes | |
parent | Removed debugging output (diff) | |
download | gentoo-2-0cfc7d31912e81326829c6da0f7f2e59c66c675e.tar.gz gentoo-2-0cfc7d31912e81326829c6da0f7f2e59c66c675e.tar.bz2 gentoo-2-0cfc7d31912e81326829c6da0f7f2e59c66c675e.zip |
missed this in 2.6.2 update
Diffstat (limited to 'x11-themes')
4 files changed, 28 insertions, 1 deletions
diff --git a/x11-themes/gnome-icon-theme/ChangeLog b/x11-themes/gnome-icon-theme/ChangeLog index 0bf3044b6510..df9cdf0a4256 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.49 2004/06/30 17:37:37 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.50 2004/07/11 20:24:42 spider Exp $ + +*gnome-icon-theme-1.2.3 (11 Jul 2004) + + 11 Jul 2004; <spider@gentoo.org> +gnome-icon-theme-1.2.3.ebuild: + versionbump 30 Jun 2004; Guy Martin <gmsoft@gentoo.org> gnome-icon-theme-1.2.1.ebuild: Marked stable on hppa. diff --git a/x11-themes/gnome-icon-theme/Manifest b/x11-themes/gnome-icon-theme/Manifest index 6dd7c01db1a5..525ea5d55077 100644 --- a/x11-themes/gnome-icon-theme/Manifest +++ b/x11-themes/gnome-icon-theme/Manifest @@ -3,6 +3,8 @@ MD5 5fdd6d68ba077c67b34fe10ee6d20a22 gnome-icon-theme-1.0.9.ebuild 480 MD5 3c3d85ed73e40012fec1ee374ac6cdf1 gnome-icon-theme-1.2.0.ebuild 558 MD5 9b0e16533994ed2e1f341ac6aeb9581c gnome-icon-theme-1.2.1.ebuild 561 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 +MD5 86f960760ad3feb669f92a3f5aab7642 gnome-icon-theme-1.2.3.ebuild 569 MD5 79fed86dbc571a23c5b1f18e52b30c83 files/digest-gnome-icon-theme-1.0.9 76 MD5 792bc31e5e5f3833d61567326710544c files/digest-gnome-icon-theme-1.2.0 76 MD5 d5d241a899b4f7e15f7efa75cf4259d0 files/digest-gnome-icon-theme-1.2.1 76 +MD5 35bd95de3093a10eafd1c5fc80a73ffa files/digest-gnome-icon-theme-1.2.3 76 diff --git a/x11-themes/gnome-icon-theme/files/digest-gnome-icon-theme-1.2.3 b/x11-themes/gnome-icon-theme/files/digest-gnome-icon-theme-1.2.3 new file mode 100644 index 000000000000..7d50778f3b4c --- /dev/null +++ b/x11-themes/gnome-icon-theme/files/digest-gnome-icon-theme-1.2.3 @@ -0,0 +1 @@ +MD5 95bafdf2dd4d9ef2b7dfc4e015ddafcb gnome-icon-theme-1.2.3.tar.bz2 2760153 diff --git a/x11-themes/gnome-icon-theme/gnome-icon-theme-1.2.3.ebuild b/x11-themes/gnome-icon-theme/gnome-icon-theme-1.2.3.ebuild new file mode 100644 index 000000000000..2897c503d6f4 --- /dev/null +++ b/x11-themes/gnome-icon-theme/gnome-icon-theme-1.2.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2004 Gentoo Foundation +# 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.2.3.ebuild,v 1.1 2004/07/11 20:24:42 spider Exp $ + +inherit gnome2 + +DESCRIPTION="GNOME 2 default icon themes" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~hppa ~amd64 ~ia64 ~mips ~ppc64" +IUSE="" + +DEPEND="sys-devel/gettext + x11-themes/hicolor-icon-theme + >=dev-util/intltool-0.29" + +DOCS="AUTHORS README INSTALL NEWS ChangeLog" |