summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/coq/ChangeLog5
-rw-r--r--sci-mathematics/coq/Manifest12
-rw-r--r--sci-mathematics/coq/coq-8.0_p3.ebuild4
3 files changed, 12 insertions, 9 deletions
diff --git a/sci-mathematics/coq/ChangeLog b/sci-mathematics/coq/ChangeLog
index 9ac848b86bfe..896530efc1b5 100644
--- a/sci-mathematics/coq/ChangeLog
+++ b/sci-mathematics/coq/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/coq
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/ChangeLog,v 1.5 2006/02/04 17:15:51 mattam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/ChangeLog,v 1.6 2006/02/06 15:18:30 mattam Exp $
+
+ 06 Feb 2006; Matthieu Sozeau <mattam@gentoo.org> coq-8.0_p3.ebuild:
+ Correct patch path.
04 Feb 2006; Matthieu Sozeau <mattam@gentoo.org> -coq-7.4.ebuild,
coq-8.0-r1.ebuild:
diff --git a/sci-mathematics/coq/Manifest b/sci-mathematics/coq/Manifest
index d81cce0951e5..ffe021bfb349 100644
--- a/sci-mathematics/coq/Manifest
+++ b/sci-mathematics/coq/Manifest
@@ -1,10 +1,10 @@
-MD5 2561503852b06c6950d1e30e0c696835 coq-8.0_p3.ebuild 2059
-MD5 f53f121e28c13d7bc92083befddc19f0 ChangeLog 2312
-MD5 5af6b26df9264817e5b6a292c1436417 metadata.xml 238
+MD5 d1148834f222c85f7d9ceb9f424ea4f5 ChangeLog 2405
MD5 cb991d5ec534868ff853690657f2e104 coq-8.0-r1.ebuild 2069
+MD5 5af6b26df9264817e5b6a292c1436417 metadata.xml 238
+MD5 22f6d6388ee273fe4ea23d6a27bc39f5 coq-8.0_p3.ebuild 2054
+MD5 5d46723c29afcd1e24e529e5993c3096 files/coq-8.0-byteflags.patch 676
MD5 02ac210c6af5d8e258a2805a22822a8b files/coq-8.0-ocaml-3.08.1.patch 1321
-MD5 dc0f737371101bc7c97b0a80165ddac6 files/digest-coq-8.0-r1 136
+MD5 e5491c930f8f944ed9c3590fdc8492c1 files/coqide.desktop 242
MD5 94b1d26b3c8781903409657f25b64f29 files/digest-coq-8.0_p3 209
+MD5 dc0f737371101bc7c97b0a80165ddac6 files/digest-coq-8.0-r1 136
MD5 393c3085f82f205122b4e66c94232ff7 files/ocaml-3.07.patch 333
-MD5 5d46723c29afcd1e24e529e5993c3096 files/coq-8.0-byteflags.patch 676
-MD5 e5491c930f8f944ed9c3590fdc8492c1 files/coqide.desktop 242
diff --git a/sci-mathematics/coq/coq-8.0_p3.ebuild b/sci-mathematics/coq/coq-8.0_p3.ebuild
index 75a6aa180150..0e6eb55671ee 100644
--- a/sci-mathematics/coq/coq-8.0_p3.ebuild
+++ b/sci-mathematics/coq/coq-8.0_p3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/coq-8.0_p3.ebuild,v 1.1 2006/02/04 16:30:27 mattam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/coq-8.0_p3.ebuild,v 1.2 2006/02/06 15:18:30 mattam Exp $
inherit eutils
@@ -33,7 +33,7 @@ src_unpack()
if has_version ">=dev-lang/ocaml-3.09";
then
- epatch ${DISTFILES}/${P}-ocaml-3.09.patch.gz
+ epatch ${WORKDIR}/${P}-ocaml-3.09.patch
fi
}