diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 05:28:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 05:28:09 +0000 |
commit | 878d5f55ebdf1583a78aa8d88e423260081242bb (patch) | |
tree | db2599d00dd7032c830b008452f3ca08ec354e8c /sci-mathematics/fann | |
parent | whitespace (diff) | |
download | gentoo-2-878d5f55ebdf1583a78aa8d88e423260081242bb.tar.gz gentoo-2-878d5f55ebdf1583a78aa8d88e423260081242bb.tar.bz2 gentoo-2-878d5f55ebdf1583a78aa8d88e423260081242bb.zip |
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'sci-mathematics/fann')
-rw-r--r-- | sci-mathematics/fann/fann-1.2.0-r1.ebuild | 3 | ||||
-rw-r--r-- | sci-mathematics/fann/fann-1.2.0.ebuild | 3 | ||||
-rw-r--r-- | sci-mathematics/fann/fann-2.0.0.ebuild | 5 |
3 files changed, 3 insertions, 8 deletions
diff --git a/sci-mathematics/fann/fann-1.2.0-r1.ebuild b/sci-mathematics/fann/fann-1.2.0-r1.ebuild index 22da867e50a7..618aefcaa7b3 100644 --- a/sci-mathematics/fann/fann-1.2.0-r1.ebuild +++ b/sci-mathematics/fann/fann-1.2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-1.2.0-r1.ebuild,v 1.2 2005/08/24 09:31:15 satya Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-1.2.0-r1.ebuild,v 1.3 2007/07/13 05:28:09 mr_bones_ Exp $ inherit eutils #----------------------------------------------------------------------------- @@ -71,4 +71,3 @@ src_install() { fi fi } - diff --git a/sci-mathematics/fann/fann-1.2.0.ebuild b/sci-mathematics/fann/fann-1.2.0.ebuild index ae745fa9cbf9..a068afed8cd5 100644 --- a/sci-mathematics/fann/fann-1.2.0.ebuild +++ b/sci-mathematics/fann/fann-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-1.2.0.ebuild,v 1.3 2005/08/24 09:31:15 satya Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-1.2.0.ebuild,v 1.4 2007/07/13 05:28:09 mr_bones_ Exp $ inherit eutils #----------------------------------------------------------------------------- @@ -69,4 +69,3 @@ src_install() { fi fi } - diff --git a/sci-mathematics/fann/fann-2.0.0.ebuild b/sci-mathematics/fann/fann-2.0.0.ebuild index 26df65d55f5a..2c0370c88d98 100644 --- a/sci-mathematics/fann/fann-2.0.0.ebuild +++ b/sci-mathematics/fann/fann-2.0.0.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-mathematics/fann/fann-2.0.0.ebuild,v 1.3 2007/06/28 13:25:22 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-2.0.0.ebuild,v 1.4 2007/07/13 05:28:09 mr_bones_ Exp $ inherit eutils @@ -15,7 +15,6 @@ IUSE="doc python" DEPEND="python? ( dev-lang/python dev-lang/swig )" - src_unpack() { unpack ${A} || die cd "${S}" || die @@ -23,7 +22,6 @@ src_unpack() { epatch "${FILESDIR}"/${P}-benchmark.patch } - src_compile() { econf ${myconf} || die "configure failed" emake || die "failed to build src" @@ -66,4 +64,3 @@ src_install() { fi fi } - |