diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-22 21:31:44 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-22 21:31:44 +0000 |
commit | fb05db27a253cbe6ba94c95793062f26bc27fa3e (patch) | |
tree | 0ac5779132d326e490e7f4037a228ea7ab0b5ccc /dev-tcltk | |
parent | Added -m{32,64} to allowed flags on sparc. (diff) | |
download | historical-fb05db27a253cbe6ba94c95793062f26bc27fa3e.tar.gz historical-fb05db27a253cbe6ba94c95793062f26bc27fa3e.tar.bz2 historical-fb05db27a253cbe6ba94c95793062f26bc27fa3e.zip |
Stable on alpha.
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tclxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/tclxml/Manifest | 10 | ||||
-rw-r--r-- | dev-tcltk/tclxml/tclxml-2.6.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/dev-tcltk/tclxml/ChangeLog b/dev-tcltk/tclxml/ChangeLog index e3c0554148fa..ed85de5ab416 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.13 2004/12/21 17:27:39 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/ChangeLog,v 1.14 2004/12/22 21:31:44 kloeri Exp $ + + 22 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> tclxml-2.6.ebuild: + Stable on alpha. 21 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> tclxml-2.6.ebuild: ~alpha keyword. diff --git a/dev-tcltk/tclxml/Manifest b/dev-tcltk/tclxml/Manifest index 5b349318808a..ae2b672d909c 100644 --- a/dev-tcltk/tclxml/Manifest +++ b/dev-tcltk/tclxml/Manifest @@ -1,8 +1,8 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 65959ae30f6605f423791d6c92a2bcf9 tclxml-2.6.ebuild 658 -MD5 01c213a010d8094ede737f10be6a482e ChangeLog 1268 +MD5 d6a8a216512ccced0ba5e851ff0d6f40 tclxml-2.6.ebuild 657 +MD5 44cfdb8a715f9398594251f29af732ab ChangeLog 1360 MD5 bad9961dce9bfbcc407e624ce1f8c322 tclxml-2.5.ebuild 737 MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160 MD5 1b617cdf2264e2a5dbf65e576f70ef46 tclxml-2.4.ebuild 656 @@ -12,7 +12,7 @@ MD5 2770e7494e3f147c5a80579ff7334250 files/digest-tclxml-2.5 62 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFByF0VugEuf3OQ0akRAtxQAJ9B4g39+IDaxfGVXGsk1VGsexf0+wCfcZlz -Cp1bfy8BUGrSXsfuAOOsaDs= -=HnvM +iD8DBQFByefKugEuf3OQ0akRAtyPAJ4kI0JrEfvgUcXu8N2J/5q9ePEuWgCglgBm +wsdYlAQ9WWcYaC1hW6uyIqo= +=dIX8 -----END PGP SIGNATURE----- diff --git a/dev-tcltk/tclxml/tclxml-2.6.ebuild b/dev-tcltk/tclxml/tclxml-2.6.ebuild index 66357b161a56..03f6af7cddbb 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.6 2004/12/21 17:27:39 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-2.6.ebuild,v 1.7 2004/12/22 21:31:44 kloeri 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 ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc alpha" DEPEND=">=dev-lang/tcl-8.3.3" src_compile() { |