diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-04-21 06:23:59 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-04-21 06:23:59 +0000 |
commit | c4211dc732fab46fe2fb98d822362f19421f84f0 (patch) | |
tree | b037c771545ad7a9c3db09ee579cde919641101a /app-sci | |
parent | Now really added IUSE, removed RDEPEND="${DEPEND}" (diff) | |
download | historical-c4211dc732fab46fe2fb98d822362f19421f84f0.tar.gz historical-c4211dc732fab46fe2fb98d822362f19421f84f0.tar.bz2 historical-c4211dc732fab46fe2fb98d822362f19421f84f0.zip |
replaced another patch by epatch
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/octave/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/octave/Manifest | 4 | ||||
-rw-r--r-- | app-sci/octave/octave-2.1.36-r1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-sci/octave/ChangeLog b/app-sci/octave/ChangeLog index 5a22ebaf8595..f951a53c6d9a 100644 --- a/app-sci/octave/ChangeLog +++ b/app-sci/octave/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/octave # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/octave/ChangeLog,v 1.23 2004/04/19 11:59:55 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/octave/ChangeLog,v 1.24 2004/04/21 06:23:59 phosphan Exp $ + + 21 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> octave-2.1.36-r1.ebuild: + replaced another patch by epatch 19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> octave-2.0.17-r2.ebuild, octave-2.1.49.ebuild, octave-2.1.50.ebuild: diff --git a/app-sci/octave/Manifest b/app-sci/octave/Manifest index 1ac25654c179..ab99e573d4d9 100644 --- a/app-sci/octave/Manifest +++ b/app-sci/octave/Manifest @@ -1,7 +1,7 @@ MD5 757343d9bb2d3825f8607c330045877f octave-2.1.50.ebuild 2134 MD5 23859a581d47a0e729ff57c280006e5d octave-2.1.57.ebuild 2204 -MD5 e01f7680454ef9afa97caa6a5e70a396 octave-2.1.36-r1.ebuild 1980 -MD5 a6035b5ad75db72d5d3f6bed6c2b266c ChangeLog 4330 +MD5 0c6d8e0842b5926285e3b20d396064f4 octave-2.1.36-r1.ebuild 1968 +MD5 865e8e8e052193b74b91cbfceab30024 ChangeLog 4444 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 c93a44a52d46ca6e8fed8c3c23877c0d files/digest-octave-2.1.36-r1 67 MD5 74d376b9c7367fe7b333cbc7e8ca37b3 files/kill-dvips.diff 2448 diff --git a/app-sci/octave/octave-2.1.36-r1.ebuild b/app-sci/octave/octave-2.1.36-r1.ebuild index 50cec14954bc..b47df4a972b2 100644 --- a/app-sci/octave/octave-2.1.36-r1.ebuild +++ b/app-sci/octave/octave-2.1.36-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/app-sci/octave/octave-2.1.36-r1.ebuild,v 1.10 2004/04/19 11:59:55 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/octave/octave-2.1.36-r1.ebuild,v 1.11 2004/04/21 06:23:59 phosphan Exp $ inherit flag-o-matic eutils @@ -52,7 +52,7 @@ src_compile() { --enable-rpath \ --enable-lite-kernel || die "configure failed" - patch -p1 < ${FILESDIR}/kill-dvips.diff || die + epatch ${FILESDIR}/kill-dvips.diff emake || die "emake failed" } |