diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | app-text/sablotron/sablotron-0.44.ebuild (renamed from app-text/sablotron/sablotron-0.43-r1.ebuild) | 13 | ||||
-rw-r--r-- | current-packages | 4 | ||||
-rw-r--r-- | dev-perl/XML-Sablot/XML-Sablot-0.44.ebuild (renamed from dev-perl/XML-Sablot/XML-Sablot-0.43.ebuild) | 8 |
4 files changed, 14 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog index 294c2ca386e9..e5e0ee13ddb9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 20.09.2000 + - Update XML-Sablotron 0.43 -> 0.44 (achim) + - Update Sablotron 0.43 -> 0.44 (achim) - New net-irc/bitchx 1.0c17 (achim) - Update lftp 2.2.6 -> 2.3.0 (achim) - Update modutils 2.3.15 -> 2.3.16 (achim) diff --git a/app-text/sablotron/sablotron-0.43-r1.ebuild b/app-text/sablotron/sablotron-0.44.ebuild index 9c047a99be22..08f72b88d2f3 100644 --- a/app-text/sablotron/sablotron-0.43-r1.ebuild +++ b/app-text/sablotron/sablotron-0.44.ebuild @@ -1,18 +1,17 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-0.43-r1.ebuild,v 1.4 2000/09/15 20:08:47 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-0.44.ebuild,v 1.1 2000/09/20 17:15:17 achim Exp $ -P=sablotron-0.43 -A="Sablot-0.43.tar.gz Sablot-Expat-1.1.2.tar.gz" -S=${WORKDIR}/Sablot-0.43 +A="Sablot-${PV}.tar.gz Sablot-Expat-1.1.2.tar.gz" +S=${WORKDIR}/Sablot-${PV} DESCRIPTION="An XSLT Parser in C++" -SRC_URI="http://www.gingerall.com/download/Sablot-0.43.tar.gz - http://www.gingerall.com/download/Sablot-Expat-1.1.2.tar.gz" +SRC_URI="http://www.gingerall.com/perl/rd?url=sablot/Sablot-${PV}.tar.gz + http://www.gingerall.com/perl/rd?url=sablot/Sablot-Expat-1.1.2.tar.gz" HOMEPAGE="http://www.gingerall.com/charlie-bin/get/webGA/act/sablotron.act" src_unpack() { - unpack Sablot-0.43.tar.gz + unpack Sablot-${PV}.tar.gz cd ${S} unpack Sablot-Expat-1.1.2.tar.gz } diff --git a/current-packages b/current-packages index 3af285de0ff3..32e4b2843b88 100644 --- a/current-packages +++ b/current-packages @@ -113,7 +113,7 @@ ./app-text/html-xml-utils/html-xml-utils-1.3.ebuild ./app-text/metamail/metamail-2.7-r1.ebuild ./app-text/openjade/openjade-1.3-r1.ebuild -./app-text/sablotron/sablotron-0.43-r1.ebuild +./app-text/sablotron/sablotron-0.44.ebuild ./app-text/sgml2x/sgml2x-0.11-r1.ebuild ./app-text/rcs/rcs-5.7.ebuild ./app-text/tetex/tetex-1.0.7-r1.ebuild @@ -153,7 +153,7 @@ ./dev-perl/XML-DT/XML-DT-0.14.ebuild ./dev-perl/XML-Encoding/XML-Encoding-1.01.ebuild ./dev-perl/XML-Parser/XML-Parser-2.29.ebuild -./dev-perl/XML-Sablot/XML-Sablot-0.43.ebuild +./dev-perl/XML-Sablot/XML-Sablot-0.44.ebuild ./dev-perl/XML-Writer/XML-Writer-0.4.ebuild ./dev-perl/XML-XSLT/XML-XSLT-0.24.ebuild ./dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild diff --git a/dev-perl/XML-Sablot/XML-Sablot-0.43.ebuild b/dev-perl/XML-Sablot/XML-Sablot-0.44.ebuild index a4eb3d649e3e..4c9db2e6d450 100644 --- a/dev-perl/XML-Sablot/XML-Sablot-0.43.ebuild +++ b/dev-perl/XML-Sablot/XML-Sablot-0.44.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Sablot/XML-Sablot-0.43.ebuild,v 1.3 2000/09/15 20:08:50 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Sablot/XML-Sablot-0.44.ebuild,v 1.1 2000/09/20 17:16:52 achim Exp $ -P=XML-Sablotron-0.43 +P=XML-Sablotron-0.44 A=${P}.tar.gz S=${WORKDIR}/${P} CATEGORY="dev-perl" -DESCRIPTION="Perl Module" -SRC_URI="http://www.gingerall.com/download/${A}" +DESCRIPTION="Perl Module for Sablotron" +SRC_URI="http://www.gingerall.com/perl/rd?url=sablot/${A}" HOMEPAGE="http://www.gingerall.com/charlie-bin/get/webGA/act/xml-sab.act" |