diff options
author | 2001-08-31 13:59:02 +0000 | |
---|---|---|
committer | 2001-08-31 13:59:02 +0000 | |
commit | c4fd4b707fe92a1c79f2e53f39068118120011f3 (patch) | |
tree | 839593847a3310d0dae6d3778b73c5537339c135 /app-text | |
parent | Finally, a new snapshot of wine. This ebuild does not include winesetuptk. (diff) | |
download | historical-c4fd4b707fe92a1c79f2e53f39068118120011f3.tar.gz historical-c4fd4b707fe92a1c79f2e53f39068118120011f3.tar.bz2 historical-c4fd4b707fe92a1c79f2e53f39068118120011f3.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" |