diff options
author | Markus Dittrich <markusle@gentoo.org> | 2007-10-26 13:40:02 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2007-10-26 13:40:02 +0000 |
commit | cf4b26c7a8b8536cecbeb662696910c1851e865c (patch) | |
tree | d31f2ef3a269b41eafbbccdd15227494df59716f /sci-libs | |
parent | Fixed spelling of Adam's last name in Changelog. (diff) | |
download | gentoo-2-cf4b26c7a8b8536cecbeb662696910c1851e865c.tar.gz gentoo-2-cf4b26c7a8b8536cecbeb662696910c1851e865c.tar.bz2 gentoo-2-cf4b26c7a8b8536cecbeb662696910c1851e865c.zip |
Added missing quotation marks and fixed spelling of Adam's last name in Changelog.
(Portage version: 2.1.3.15)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/fftw/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/fftw/fftw-3.0.1-r2.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-libs/fftw/ChangeLog b/sci-libs/fftw/ChangeLog index b1c3ba9d9e77..01f064868eea 100644 --- a/sci-libs/fftw/ChangeLog +++ b/sci-libs/fftw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/fftw # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.61 2007/06/16 06:45:51 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.62 2007/10/26 13:40:02 markusle Exp $ + + 26 Oct 2007; Markus Dittrich <markusle@gentoo.org> fftw-3.0.1-r2.ebuild: + Added missing quotation marks. 20 Jun 2007; Joshua Kinard <kumba@gentoo.org> fftw-3.1.2.ebuild: Stable on mips, per #180963. @@ -96,7 +99,7 @@ 11 Jul 2006; Markus Dittrich <markusle@gentoo.org> +fftw-3.1.2.ebuild: Version bump and added fortran.eclass since configure checks for - fortran. Thanks to Adam Piatyszek <ediap@et.put.poznan.pl> + fortran. Thanks to Adam Piątyszek <ediap@et.put.poznan.pl> for his ebuild. This fixes bug #139849. 28 Jun 2006; Robin H. Johnson <robbat2@gentoo.org> fftw-3.1.1.ebuild: diff --git a/sci-libs/fftw/fftw-3.0.1-r2.ebuild b/sci-libs/fftw/fftw-3.0.1-r2.ebuild index 57847e9a2582..1fe101f5d1f5 100644 --- a/sci-libs/fftw/fftw-3.0.1-r2.ebuild +++ b/sci-libs/fftw/fftw-3.0.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.0.1-r2.ebuild,v 1.16 2007/06/07 17:32:13 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.0.1-r2.ebuild,v 1.17 2007/10/26 13:40:02 markusle Exp $ WANT_AUTOMAKE="1.9" WANT_AUTOCONF="latest" @@ -34,7 +34,7 @@ src_unpack() { eautoreconf cd "${WORKDIR}" - use amd64 && epatch ${FILESDIR}/${P}-amd64.patch + use amd64 && epatch "${FILESDIR}/${P}"-amd64.patch mv ${P} ${P}-single cp -pPR ${P}-single ${P}-double } @@ -105,10 +105,10 @@ src_install () { #both builds are installed in the same place #libs have distinuguished names; include files, docs etc. identical. cd "${S}-single" - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die cd "${S}-double" - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die # Install documentation. cd "${S}-single" |