diff options
author | 2010-12-16 14:40:23 +0000 | |
---|---|---|
committer | 2010-12-16 14:40:23 +0000 | |
commit | 08defb519d24da777f294e37736a7446fbf82e26 (patch) | |
tree | 297a6723b6abb19d96a93d10b2b1a1548647ca10 /sci-libs/rosetta-fragments | |
parent | Allow overriding of cmake binary. (diff) | |
download | gentoo-2-08defb519d24da777f294e37736a7446fbf82e26.tar.gz gentoo-2-08defb519d24da777f294e37736a7446fbf82e26.tar.bz2 gentoo-2-08defb519d24da777f294e37736a7446fbf82e26.zip |
Removal of fortran.eclass, #348851
(Portage version: 2.2.0_alpha8/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/rosetta-fragments')
-rw-r--r-- | sci-libs/rosetta-fragments/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/rosetta-fragments/rosetta-fragments-3.1.ebuild | 16 |
2 files changed, 12 insertions, 9 deletions
diff --git a/sci-libs/rosetta-fragments/ChangeLog b/sci-libs/rosetta-fragments/ChangeLog index 5f760da62791..bf256560ace3 100644 --- a/sci-libs/rosetta-fragments/ChangeLog +++ b/sci-libs/rosetta-fragments/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/rosetta-fragments # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/rosetta-fragments/ChangeLog,v 1.2 2010/07/04 08:07:04 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/rosetta-fragments/ChangeLog,v 1.3 2010/12/16 14:40:23 jlec Exp $ + + 16 Dec 2010; Justin Lecher <jlec@gentoo.org> rosetta-fragments-3.1.ebuild: + Removal of fortran.eclass, #348851 04 Jul 2010; Justin Lecher <jlec@gentoo.org> rosetta-fragments-3.1.ebuild: Fixed protocol for HOMPAGE diff --git a/sci-libs/rosetta-fragments/rosetta-fragments-3.1.ebuild b/sci-libs/rosetta-fragments/rosetta-fragments-3.1.ebuild index fb90c697d844..d9050e4a733d 100644 --- a/sci-libs/rosetta-fragments/rosetta-fragments-3.1.ebuild +++ b/sci-libs/rosetta-fragments/rosetta-fragments-3.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/rosetta-fragments/rosetta-fragments-3.1.ebuild,v 1.2 2010/07/04 08:07:04 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/rosetta-fragments/rosetta-fragments-3.1.ebuild,v 1.3 2010/12/16 14:40:23 jlec Exp $ EAPI="2" -inherit flag-o-matic fortran +inherit flag-o-matic fortran toolchain-funcs DESCRIPTION="Fragment library for rosetta" HOMEPAGE="http://www.rosettacommons.org" @@ -15,16 +15,15 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RESTRICT="fetch" - +DEPEND="" RDEPEND=" sci-biology/ncbi-tools sci-biology/ncbi-tools++ sci-biology/psipred" -S="${WORKDIR}"/${PN/-/_} +RESTRICT="fetch" -FORTRAN="g77 gfortran ifc" +S="${WORKDIR}"/${PN/-/_} pkg_nofetch() { einfo "Go to ${HOMEPAGE} and get ${PN}.tgz and rename it to ${A}" @@ -32,8 +31,9 @@ pkg_nofetch() { } src_prepare() { - epatch "${FILESDIR}"/${PV}-nnmake.patch - epatch "${FILESDIR}"/${PV}-chemshift.patch + epatch \ + "${FILESDIR}"/${PV}-nnmake.patch \ + "${FILESDIR}"/${PV}-chemshift.patch } src_compile() { |