diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-04-05 21:06:05 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-04-05 21:06:05 +0000 |
commit | bd8388d1d23f0c1801089f7d99a68b57a1787626 (patch) | |
tree | 4031ead3dd25dd30c7048da417e9926670e54638 /dev-tcltk | |
parent | new release of the patchset (diff) | |
download | historical-bd8388d1d23f0c1801089f7d99a68b57a1787626.tar.gz historical-bd8388d1d23f0c1801089f7d99a68b57a1787626.tar.bz2 historical-bd8388d1d23f0c1801089f7d99a68b57a1787626.zip |
Stable on sparc
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tclxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/tclxml/Manifest | 16 | ||||
-rw-r--r-- | dev-tcltk/tclxml/tclxml-2.6.ebuild | 6 |
3 files changed, 20 insertions, 7 deletions
diff --git a/dev-tcltk/tclxml/ChangeLog b/dev-tcltk/tclxml/ChangeLog index f6d8be4814d2..06c1e9497efa 100644 --- a/dev-tcltk/tclxml/ChangeLog +++ b/dev-tcltk/tclxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/tclxml # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/ChangeLog,v 1.16 2005/04/02 15:48:48 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/ChangeLog,v 1.17 2005/04/05 21:06:05 gustavoz Exp $ + + 05 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org> tclxml-2.6.ebuild: + Stable on sparc 02 Apr 2005; Jason Wever <weeve@gentoo.org> tclxml-2.4.ebuild: Stable on SPARC. diff --git a/dev-tcltk/tclxml/Manifest b/dev-tcltk/tclxml/Manifest index 8ae941d5374b..d68d3d1d9328 100644 --- a/dev-tcltk/tclxml/Manifest +++ b/dev-tcltk/tclxml/Manifest @@ -1,8 +1,18 @@ -MD5 287d20b5e744f24ad741755ac854fc80 ChangeLog 1550 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 13f3b5f873fd7024da29d0c5657f829f ChangeLog 1645 +MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160 MD5 3d863b9a919c8e8f8d3da6472a707938 tclxml-2.4.ebuild 652 MD5 bad9961dce9bfbcc407e624ce1f8c322 tclxml-2.5.ebuild 737 -MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160 -MD5 d6a8a216512ccced0ba5e851ff0d6f40 tclxml-2.6.ebuild 657 +MD5 7cf44d70cd32b6ba57a4cf7223f593b2 tclxml-2.6.ebuild 658 MD5 0a225320340157ce509a1645988f1a10 files/digest-tclxml-2.4 62 MD5 2770e7494e3f147c5a80579ff7334250 files/digest-tclxml-2.5 62 MD5 157b44d2d7c3d7a31afd230b30a9c2e0 files/digest-tclxml-2.6 62 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1-ecc0.1.6 (GNU/Linux) + +iD8DBQFCUv3OKRy60XGEcJIRAud3AKCdY7s5OkYi7kEpgntWQfwO0JRg2QCaAwlF +t26+UUGtS9UvvS2ktsyreNQ= +=7xxL +-----END PGP SIGNATURE----- diff --git a/dev-tcltk/tclxml/tclxml-2.6.ebuild b/dev-tcltk/tclxml/tclxml-2.6.ebuild index 03f6af7cddbb..8146f4fd2fc7 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 +# Copyright 1999-2005 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.7 2004/12/22 21:31:44 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-2.6.ebuild,v 1.8 2005/04/05 21:06:05 gustavoz 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() { |