diff options
-rw-r--r-- | sci-physics/camfr/ChangeLog | 7 | ||||
-rw-r--r-- | sci-physics/camfr/camfr-20070717-r3.ebuild | 10 | ||||
-rw-r--r-- | sci-physics/camfr/metadata.xml | 2 |
3 files changed, 13 insertions, 6 deletions
diff --git a/sci-physics/camfr/ChangeLog b/sci-physics/camfr/ChangeLog index 5524a9ef71ba..dc3790070c9f 100644 --- a/sci-physics/camfr/ChangeLog +++ b/sci-physics/camfr/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-physics/camfr # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/camfr/ChangeLog,v 1.24 2012/08/07 05:43:12 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/camfr/ChangeLog,v 1.25 2012/10/16 19:06:44 jlec Exp $ + + 16 Oct 2012; Justin Lecher <jlec@gentoo.org> camfr-20070717-r3.ebuild, + metadata.xml: + Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the + updated fortran-2.eclass 07 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> -camfr-20070717-r2.ebuild, camfr-20070717-r3.ebuild: diff --git a/sci-physics/camfr/camfr-20070717-r3.ebuild b/sci-physics/camfr/camfr-20070717-r3.ebuild index 477e98219ae5..1912b56d6168 100644 --- a/sci-physics/camfr/camfr-20070717-r3.ebuild +++ b/sci-physics/camfr/camfr-20070717-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/camfr/camfr-20070717-r3.ebuild,v 1.3 2012/08/07 05:43:12 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/camfr/camfr-20070717-r3.ebuild,v 1.4 2012/10/16 19:06:44 jlec Exp $ EAPI=4 @@ -21,7 +21,7 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" -RDEPEND="virtual/fortran +RDEPEND=" dev-libs/blitz >=dev-libs/boost-1.48[python] dev-python/imaging[tk] @@ -37,8 +37,10 @@ RESTRICT_PYTHON_ABIS="3.*" S="${WORKDIR}/${P/-/_}" src_prepare() { - epatch "${FILESDIR}"/${P}-gcc43.patch - epatch "${FILESDIR}"/${P}-python.patch + epatch \ + "${FILESDIR}"/${P}-gcc43.patch \ + "${FILESDIR}"/${P}-python.patch + cp "${FILESDIR}"/machine_cfg.py.gentoo machine_cfg.py || die python_copy_sources diff --git a/sci-physics/camfr/metadata.xml b/sci-physics/camfr/metadata.xml index 131ee598cb70..ebe2af3930cd 100644 --- a/sci-physics/camfr/metadata.xml +++ b/sci-physics/camfr/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci-physics</herd> + <herd>sci-physics</herd> </pkgmetadata> |