diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-08-25 13:47:34 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-08-25 13:47:34 +0000 |
commit | c34751d356f54cf839b0cf74cc784c8d0e9c5ef5 (patch) | |
tree | 6df0ab8162f44f1f395462e8758463da3eaeca72 /app-text | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-c34751d356f54cf839b0cf74cc784c8d0e9c5ef5.tar.gz gentoo-2-c34751d356f54cf839b0cf74cc784c8d0e9c5ef5.tar.bz2 gentoo-2-c34751d356f54cf839b0cf74cc784c8d0e9c5ef5.zip |
*** empty log message ***
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/sablotron/sablotron-0.43-r1.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/app-text/sablotron/sablotron-0.43-r1.ebuild b/app-text/sablotron/sablotron-0.43-r1.ebuild index 86fef5739c53..a70e7b47a6a2 100644 --- a/app-text/sablotron/sablotron-0.43-r1.ebuild +++ b/app-text/sablotron/sablotron-0.43-r1.ebuild @@ -1,20 +1,20 @@ # 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.2 2000/08/16 04:37:55 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-0.43-r1.ebuild,v 1.3 2000/08/25 13:47:34 achim Exp $ -P=sablotron-0.42 -A="Sablot-0.42.tar.gz Sablot-Expat-1.1.1.tar.gz" -S=${WORKDIR}/Sablot-0.42 +P=sablotron-0.43 +A="Sablot-0.43.tar.gz Sablot-Expat-1.1.2.tar.gz" +S=${WORKDIR}/Sablot-0.43 DESCRIPTION="An XSLT Parser in C++" -SRC_URI="http://www.gingerall.com/download/Sablot-0.42.tar.gz - http://www.gingerall.com/download/Sablot-Expat-1.1.1.tar.gz" +SRC_URI="http://www.gingerall.com/download/Sablot-0.43.tar.gz + http://www.gingerall.com/download/Sablot-Expat-1.1.2.tar.gz" HOMEPAGE="http://www.gingerall.com/charlie-bin/get/webGA/act/sablotron.act" src_unpack() { - unpack Sablot-0.42.tar.gz + unpack Sablot-0.43.tar.gz cd ${S} - unpack Sablot-Expat-1.1.1.tar.gz + unpack Sablot-Expat-1.1.2.tar.gz } src_compile() { |