From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PTEMz-0000Ie-3f for garchives@archives.gentoo.org; Thu, 16 Dec 2010 13:59:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4866E05CF; Thu, 16 Dec 2010 13:59:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 89E7FE05CF for ; Thu, 16 Dec 2010 13:59:38 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD6F41B40B4 for ; Thu, 16 Dec 2010 13:59:37 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2264) id 5F6CF2004E; Thu, 16 Dec 2010 13:59:36 +0000 (UTC) From: "Justin Lecher (jlec)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jlec@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/tinker: tinker-6.ebuild ChangeLog tinker-5.1.09.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: tinker-6.ebuild ChangeLog tinker-5.1.09.ebuild X-VCS-Directories: sci-chemistry/tinker X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher Content-Type: text/plain; charset=utf8 Message-Id: <20101216135936.5F6CF2004E@flycatcher.gentoo.org> Date: Thu, 16 Dec 2010 13:59:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: a8cd25f3-f55a-45f3-b94c-3c631d4af3dd X-Archives-Hash: f3723e9d81c069c54a266d768912d678 jlec 10/12/16 13:59:36 Modified: tinker-6.ebuild ChangeLog tinker-5.1.09.ebuild Log: Removal of fortran.eclass, #348851 =20 (Portage version: 2.2.0_alpha8/cvs/Linux x86_64) Revision Changes Path 1.2 sci-chemistry/tinker/tinker-6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/tink= er/tinker-6.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/tink= er/tinker-6.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/tink= er/tinker-6.ebuild?r1=3D1.1&r2=3D1.2 Index: tinker-6.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/tinker/tinker-6.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tinker-6.ebuild 2 Dec 2010 22:15:39 -0000 1.1 +++ tinker-6.ebuild 16 Dec 2010 13:59:36 -0000 1.2 @@ -1,11 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/tinker/tinker-6.ebuild,= v 1.1 2010/12/02 22:15:39 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/tinker/tinker-6.ebuild,= v 1.2 2010/12/16 13:59:36 jlec Exp $ =20 EAPI=3D"2" -FORTRAN=3D"gfortran ifc" =20 -inherit fortran flag-o-matic java-pkg-opt-2 toolchain-funcs +inherit flag-o-matic java-pkg-opt-2 toolchain-funcs =20 DESCRIPTION=3D"Molecular modeling package that includes force fields, su= ch as AMBER and CHARMM" HOMEPAGE=3D"http://dasher.wustl.edu/tinker/" @@ -22,19 +21,19 @@ dev-libs/maloc !dev-util/diffuse >=3Dvirtual/jre-1.6" + RESTRICT=3D"mirror" =20 S=3D"${WORKDIR}"/${PN}${PV}/source =20 pkg_setup() { - fortran_pkg_setup java-pkg-opt-2_pkg_setup tc-has-openmp || die "Please use an openmp capable compiler like gcc[op= enmp]" } =20 src_prepare() { sed 's:strip:true:g' -i ../make/Makefile - [[ ${FORTRANC} =3D=3D "ifc" ]] || epatch "${FILESDIR}"/${PV}-openmp.pat= ch + [[ $(tc-getFC) =3D=3D "ifort" ]] || epatch "${FILESDIR}"/${PV}-openmp.p= atch } =20 src_compile() { @@ -46,7 +45,7 @@ # use dummy routines in pmpb.f instead of apbs calls rm pmpb.c || die =20 - if [[ ${FORTRANC} =3D=3D "gfortran" ]]; then + if [[ $(tc-getFC) =3D=3D "gfortran" ]]; then append-flags -fopenmp _omplib=3D"-lgomp" else @@ -58,7 +57,7 @@ =20 emake \ -f ../make/Makefile \ - F77=3D"${FORTRANC}" \ + F77=3D"$(tc-getFC)" \ CC=3D"$(tc-getCC) -c" \ F77FLAGS=3D-c \ OPTFLAGS=3D"${FFLAGS}" \ 1.29 sci-chemistry/tinker/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/tink= er/ChangeLog?rev=3D1.29&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/tink= er/ChangeLog?rev=3D1.29&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/tink= er/ChangeLog?r1=3D1.28&r2=3D1.29 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/tinker/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 2 Dec 2010 22:15:37 -0000 1.28 +++ ChangeLog 16 Dec 2010 13:59:36 -0000 1.29 @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/tinker # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/tinker/ChangeLog,v 1.28= 2010/12/02 22:15:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/tinker/ChangeLog,v 1.29= 2010/12/16 13:59:36 jlec Exp $ + + 16 Dec 2010; Justin Lecher tinker-5.1.09.ebuild, + tinker-6.ebuild: + Removal of fortran.eclass, #348851 =20 *tinker-6 (02 Dec 2010) =20 1.4 sci-chemistry/tinker/tinker-5.1.09.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/tink= er/tinker-5.1.09.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/tink= er/tinker-5.1.09.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/tink= er/tinker-5.1.09.ebuild?r1=3D1.3&r2=3D1.4 Index: tinker-5.1.09.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/tinker/tinker-5.1.09.ebui= ld,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- tinker-5.1.09.ebuild 2 Dec 2010 10:51:37 -0000 1.3 +++ tinker-5.1.09.ebuild 16 Dec 2010 13:59:36 -0000 1.4 @@ -1,11 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/tinker/tinker-5.1.09.eb= uild,v 1.3 2010/12/02 10:51:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/tinker/tinker-5.1.09.eb= uild,v 1.4 2010/12/16 13:59:36 jlec Exp $ =20 EAPI=3D"2" -FORTRAN=3D"gfortran ifc" =20 -inherit eutils fortran java-pkg-opt-2 toolchain-funcs +inherit eutils java-pkg-opt-2 toolchain-funcs =20 DESCRIPTION=3D"Molecular modeling package that includes force fields, su= ch as AMBER and CHARMM" HOMEPAGE=3D"http://dasher.wustl.edu/tinker/" @@ -21,12 +20,12 @@ dev-libs/maloc !dev-util/diffuse >=3Dvirtual/jre-1.6" + RESTRICT=3D"mirror" =20 S=3D"${WORKDIR}"/tinker/source =20 pkg_setup() { - fortran_pkg_setup java-pkg-opt-2_pkg_setup } =20 @@ -42,7 +41,7 @@ done emake -e \ -f ../make/Makefile \ - F77=3D"${FORTRANC}" \ + F77=3D"$(tc-getFC)" \ CC=3D"$(tc-getCC) -c" \ F77FLAGS=3D-c \ OPTFLAGS=3D"${FFLAGS}" \