diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-08-31 13:59:02 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-08-31 13:59:02 +0000 |
commit | 53a8253417f75c3fe15a5623bf07529c91fec0a8 (patch) | |
tree | 327849bd85e067e0dd07894f52d5ddfdb83ab0f4 /app-text | |
parent | Finally, a new snapshot of wine. This ebuild does not include winesetuptk. (diff) | |
download | gentoo-2-53a8253417f75c3fe15a5623bf07529c91fec0a8.tar.gz gentoo-2-53a8253417f75c3fe15a5623bf07529c91fec0a8.tar.bz2 gentoo-2-53a8253417f75c3fe15a5623bf07529c91fec0a8.zip |
changed src.tar.gz to include a version number
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/noweb/files/digest-noweb-2.9 | 2 | ||||
-rw-r--r-- | app-text/noweb/noweb-2.9.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/noweb/files/digest-noweb-2.9 b/app-text/noweb/files/digest-noweb-2.9 index 7e052d853c5e..94e599089636 100644 --- a/app-text/noweb/files/digest-noweb-2.9 +++ b/app-text/noweb/files/digest-noweb-2.9 @@ -1 +1 @@ -MD5 37e2afdf548a7f0d3fbb9e294cdc60b3 src.tar.gz +MD5 fd88e1b4746661ebbdb1a558ab8510e7 noweb-src-2.9.tar.gz diff --git a/app-text/noweb/noweb-2.9.ebuild b/app-text/noweb/noweb-2.9.ebuild index 880b8debd378..a9bdf762242d 100644 --- a/app-text/noweb/noweb-2.9.ebuild +++ b/app-text/noweb/noweb-2.9.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/noweb/noweb-2.9.ebuild,v 1.3 2001/08/02 20:36:07 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/noweb/noweb-2.9.ebuild,v 1.4 2001/08/31 13:59:02 danarmak Exp $ S=${WORKDIR}/src #SRC_URI="ftp://ftp.dante.de/tex-archive/web/noweb/src.tar.gz" -SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/src.tar.gz" +SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/noweb-src-${PV}.tar.gz" HOMEPAGE="http://www.eecs.harvard.edu/~nr/noweb/" DESCRIPTION="a literate programming tool, lighter than web" |