diff options
author | Matthieu Sozeau <mattam@gentoo.org> | 2004-04-22 11:27:03 +0000 |
---|---|---|
committer | Matthieu Sozeau <mattam@gentoo.org> | 2004-04-22 11:27:03 +0000 |
commit | 8df826d33c63312d5d87536220d88f1b5562e57d (patch) | |
tree | c334642ab4a15a6481f7e7b4712654ec3b32550d /dev-lang | |
parent | Version bump (diff) | |
download | historical-8df826d33c63312d5d87536220d88f1b5562e57d.tar.gz historical-8df826d33c63312d5d87536220d88f1b5562e57d.tar.bz2 historical-8df826d33c63312d5d87536220d88f1b5562e57d.zip |
Fix bug #48485.
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ocaml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ocaml/Manifest | 4 | ||||
-rw-r--r-- | dev-lang/ocaml/ocaml-3.07-r1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/ocaml/ChangeLog b/dev-lang/ocaml/ChangeLog index 8d510766bf3d..f8aab97c7387 100644 --- a/dev-lang/ocaml/ChangeLog +++ b/dev-lang/ocaml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ocaml # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.24 2004/04/19 12:01:29 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.25 2004/04/22 11:27:03 mattam Exp $ + + 22 Apr 2004; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.07-r1.ebuild: + Fix unpacking of patch file (bug #48485). 19 Apr 2004; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.07-r1.ebuild: Add fix for bug #46703 diff --git a/dev-lang/ocaml/Manifest b/dev-lang/ocaml/Manifest index 328940fa901a..303233264fb0 100644 --- a/dev-lang/ocaml/Manifest +++ b/dev-lang/ocaml/Manifest @@ -1,7 +1,7 @@ MD5 5bf71e8f4b7590a409713ba8083d7149 ocaml-3.07.ebuild 1371 -MD5 56f07c917c84bc79d56eb68979d0d97d ocaml-3.07-r1.ebuild 1514 +MD5 fc8899da748745c8eeb43e25eb11c73f ocaml-3.07-r1.ebuild 1521 MD5 095386f18c0ab5695c93d8369bc1615a ocaml-3.07_beta2.ebuild 1569 -MD5 2d83ddbac6cebac4fc582b0f6d16fff4 ChangeLog 4588 +MD5 076fca4d9be89de51b498ed4d0345dcd ChangeLog 4706 MD5 d406fcd06916dad24a060949d03c6665 ocaml-3.06-r2.ebuild 1556 MD5 ccd5e724e14f145640205febac1923f3 ocaml-3.06.ebuild 1378 MD5 63301f1ebfcaf547357098bf19882ee9 ocaml-3.06-r1.ebuild 1447 diff --git a/dev-lang/ocaml/ocaml-3.07-r1.ebuild b/dev-lang/ocaml/ocaml-3.07-r1.ebuild index d615814313ae..67b76566e3a3 100644 --- a/dev-lang/ocaml/ocaml-3.07-r1.ebuild +++ b/dev-lang/ocaml/ocaml-3.07-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.07-r1.ebuild,v 1.5 2004/04/19 12:01:29 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.07-r1.ebuild,v 1.6 2004/04/22 11:27:03 mattam Exp $ inherit flag-o-matic eutils @@ -19,7 +19,7 @@ DEPEND="virtual/glibc tcltk? ( >=dev-lang/tk-3.3.3 )" src_unpack() { - unpack ${A} + unpack ${P}.tar.gz cd ${S} epatch ${DISTDIR}/${P}-patch2.diffs grep -rle "head -1" . | xargs sed -i "s:head -1:head -n 1:g" |