diff options
author | Jason Wever <weeve@gentoo.org> | 2004-10-23 16:56:13 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-10-23 16:56:13 +0000 |
commit | 7214b7d856e7cf491b3e6d1250fc78f270a5dd46 (patch) | |
tree | d4c57d40892c6a662ac8e4ff00e4855ae08921fc /dev-tcltk/tclxml | |
parent | Stable on sparc. (diff) | |
download | historical-7214b7d856e7cf491b3e6d1250fc78f270a5dd46.tar.gz historical-7214b7d856e7cf491b3e6d1250fc78f270a5dd46.tar.bz2 historical-7214b7d856e7cf491b3e6d1250fc78f270a5dd46.zip |
Added ~sparc keyword.
Diffstat (limited to 'dev-tcltk/tclxml')
-rw-r--r-- | dev-tcltk/tclxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/tclxml/Manifest | 6 | ||||
-rw-r--r-- | dev-tcltk/tclxml/tclxml-2.6.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/dev-tcltk/tclxml/ChangeLog b/dev-tcltk/tclxml/ChangeLog index d0cf031ec987..325f91ea84c5 100644 --- a/dev-tcltk/tclxml/ChangeLog +++ b/dev-tcltk/tclxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/tclxml # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/ChangeLog,v 1.10 2004/10/17 10:12:19 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/ChangeLog,v 1.11 2004/10/23 16:56:13 weeve Exp $ + + 23 Oct 2004; Jason Wever <weeve@gentoo.org> tclxml-2.6.ebuild: + Added ~sparc keyword. 17 Oct 2004; David Holm <dholm@gentoo.org> tclxml-2.6.ebuild: Added to ~ppc. diff --git a/dev-tcltk/tclxml/Manifest b/dev-tcltk/tclxml/Manifest index 292295794fff..c25948ef285c 100644 --- a/dev-tcltk/tclxml/Manifest +++ b/dev-tcltk/tclxml/Manifest @@ -1,8 +1,8 @@ -MD5 2a8b635ad8df44178d4ef49a5e4a9c69 ChangeLog 1006 -MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160 +MD5 9aaca1c2e75da2afb3517050e875e0a6 ChangeLog 1096 MD5 1b617cdf2264e2a5dbf65e576f70ef46 tclxml-2.4.ebuild 656 MD5 bad9961dce9bfbcc407e624ce1f8c322 tclxml-2.5.ebuild 737 -MD5 1b867d71714e27a15f732cefbb397119 tclxml-2.6.ebuild 644 +MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160 +MD5 d7d23891f610a71e88bd76e687ac5a59 tclxml-2.6.ebuild 651 MD5 0a225320340157ce509a1645988f1a10 files/digest-tclxml-2.4 62 MD5 2770e7494e3f147c5a80579ff7334250 files/digest-tclxml-2.5 62 MD5 157b44d2d7c3d7a31afd230b30a9c2e0 files/digest-tclxml-2.6 62 diff --git a/dev-tcltk/tclxml/tclxml-2.6.ebuild b/dev-tcltk/tclxml/tclxml-2.6.ebuild index 00827fcdd119..ad6ba98e4270 100644 --- a/dev-tcltk/tclxml/tclxml-2.6.ebuild +++ b/dev-tcltk/tclxml/tclxml-2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-2.6.ebuild,v 1.3 2004/10/17 10:12:19 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-2.6.ebuild,v 1.4 2004/10/23 16:56:13 weeve Exp $ DESCRIPTION="Pure Tcl implementation of an XML parser." HOMEPAGE="http://tclxml.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/tclxml/${P}.tar.gz" IUSE="" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~x86 ~ppc ~sparc" DEPEND=">=dev-lang/tcl-8.3.3" src_compile() { |