diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-22 15:11:35 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-22 15:11:35 +0000 |
commit | 928422e972169fc7ad36787a10fa35435d9d4943 (patch) | |
tree | 1bda0820cdda617d8b78525128b6124f10d33740 /app-text/noweb | |
parent | Do not copy the filefuncs files with permissions, bug #24989 (diff) | |
download | historical-928422e972169fc7ad36787a10fa35435d9d4943.tar.gz historical-928422e972169fc7ad36787a10fa35435d9d4943.tar.bz2 historical-928422e972169fc7ad36787a10fa35435d9d4943.zip |
closes bug
Diffstat (limited to 'app-text/noweb')
-rw-r--r-- | app-text/noweb/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/noweb/Manifest | 10 | ||||
-rw-r--r-- | app-text/noweb/noweb-2.9-r3.ebuild | 7 |
3 files changed, 15 insertions, 8 deletions
diff --git a/app-text/noweb/ChangeLog b/app-text/noweb/ChangeLog index 8f7971aff9cc..eb9985224c2a 100644 --- a/app-text/noweb/ChangeLog +++ b/app-text/noweb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/noweb # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/noweb/ChangeLog,v 1.10 2003/06/28 19:29:42 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/noweb/ChangeLog,v 1.11 2003/07/22 15:11:11 aliz Exp $ + + 22 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> noweb-2.9-r3 : + Touch everything in ${S} so it doesnt try to use the program itself to generate files. + Closes #23663. *noweb-2.9-r3 (28 Jun 2003) diff --git a/app-text/noweb/Manifest b/app-text/noweb/Manifest index 54cd7c00aa52..b9bf50a771f6 100644 --- a/app-text/noweb/Manifest +++ b/app-text/noweb/Manifest @@ -1,9 +1,9 @@ +MD5 13fa53c2935abfeee2f65dcfcb092569 ChangeLog 1508 +MD5 f78be24d62cb758cfc64be432f97f9b0 noweb-2.9-r3.ebuild 1233 +MD5 f25077708a650d2c3c71735d7846b591 noweb-2.9-r2.ebuild 1158 MD5 813fb3ed94d03e89220c6e9b9a77a5f3 files/digest-noweb-2.9-r2 65 -MD5 b3a7b0efb9b48c6e01ed90cf70437b35 files/noweb-2.9-r1-gentoo.diff 14016 MD5 b3a7b0efb9b48c6e01ed90cf70437b35 files/noweb-2.9-r2-gentoo.diff 14016 +MD5 02040e5c05a1b7bc5339a3dd35e9bd84 files/noweb-2.9-security.patch 3624 MD5 813fb3ed94d03e89220c6e9b9a77a5f3 files/digest-noweb-2.9-r3 65 +MD5 b3a7b0efb9b48c6e01ed90cf70437b35 files/noweb-2.9-r1-gentoo.diff 14016 MD5 b3a7b0efb9b48c6e01ed90cf70437b35 files/noweb-2.9-gentoo.diff 14016 -MD5 02040e5c05a1b7bc5339a3dd35e9bd84 files/noweb-2.9-security.patch 3624 -MD5 f25077708a650d2c3c71735d7846b591 noweb-2.9-r2.ebuild 1158 -MD5 1c9733bc1618eea57877125a60bf1113 ChangeLog 1338 -MD5 0e8e5bf3c004c3b565e99e18967fa39c noweb-2.9-r3.ebuild 1165 diff --git a/app-text/noweb/noweb-2.9-r3.ebuild b/app-text/noweb/noweb-2.9-r3.ebuild index b5552af33921..570afa52488d 100644 --- a/app-text/noweb/noweb-2.9-r3.ebuild +++ b/app-text/noweb/noweb-2.9-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/noweb/noweb-2.9-r3.ebuild,v 1.1 2003/06/28 19:29:42 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/noweb/noweb-2.9-r3.ebuild,v 1.2 2003/07/22 15:11:11 aliz Exp $ inherit eutils @@ -24,10 +24,13 @@ src_unpack() { epatch ${FILESDIR}/${P}-security.patch epatch ${FILESDIR}/${P}-gentoo.diff + + find -type f | xargs touch } src_compile() { - emake || die + make touch || die + emake CFLAGS="${CFLAGS}" || die } src_install () { |