diff options
author | 2001-02-10 11:17:25 +0000 | |
---|---|---|
committer | 2001-02-10 11:17:25 +0000 | |
commit | 1e1d5883fc2e7a0456b0b8534b05cd685327e0e0 (patch) | |
tree | 140ba0b6d70f14bed0cdf86b231b6d2d3bf138b1 /app-text/sablotron | |
parent | Maintainence and FHS 2.1 fixes for RC4 (diff) | |
download | gentoo-2-1e1d5883fc2e7a0456b0b8534b05cd685327e0e0.tar.gz gentoo-2-1e1d5883fc2e7a0456b0b8534b05cd685327e0e0.tar.bz2 gentoo-2-1e1d5883fc2e7a0456b0b8534b05cd685327e0e0.zip |
*** empty log message ***
Diffstat (limited to 'app-text/sablotron')
-rw-r--r-- | app-text/sablotron/sablotron-0.50.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/sablotron/sablotron-0.50.ebuild b/app-text/sablotron/sablotron-0.50.ebuild index 36bd8271be74..b34d5d922fb2 100644 --- a/app-text/sablotron/sablotron-0.50.ebuild +++ b/app-text/sablotron/sablotron-0.50.ebuild @@ -1,15 +1,15 @@ # 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.50.ebuild,v 1.1 2001/02/08 18:03:19 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-0.50.ebuild,v 1.2 2001/02/10 11:17:24 achim Exp $ A="Sablot-${PV}.tar.gz" S=${WORKDIR}/Sablot-${PV} DESCRIPTION="An XSLT Parser in C++" -SRC_URI="http://www.gingerall.com/perl/rd?url=sablot/Sablot-${PV}.tar.gz" +SRC_URI="http://www.gingerall.com/perl/rd?url=sablot/${A}" HOMEPAGE="http://www.gingerall.com/charlie-bin/get/webGA/act/sablotron.act" -DEPEND=">=sys-devel/gcc-2.95.2 >=dev-libs/expat-1.95.1 >=sys-libs/glibc-2.1.3" +DEPEND=">=sys-devel/gcc-2.95.2 >=dev-libs/expat-1.95.1 virtual/glibc" src_unpack() { unpack Sablot-${PV}.tar.gz |