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 1QYwWQ-0006wU-MO for garchives@archives.gentoo.org; Tue, 21 Jun 2011 08:41:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1D911C13D; Tue, 21 Jun 2011 08:41:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6F0D71C13D for ; Tue, 21 Jun 2011 08:41:15 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A98541B4019 for ; Tue, 21 Jun 2011 08:41:14 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2264) id 70DFC20054; Tue, 21 Jun 2011 08:41:13 +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/apbs: apbs-1.3-r1.ebuild ChangeLog apbs-1.2.1b-r4.ebuild apbs-1.3.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: apbs-1.3-r1.ebuild ChangeLog apbs-1.2.1b-r4.ebuild apbs-1.3.ebuild X-VCS-Directories: sci-chemistry/apbs X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher Content-Type: text/plain; charset=utf8 Message-Id: <20110621084113.70DFC20054@flycatcher.gentoo.org> Date: Tue, 21 Jun 2011 08:41:13 +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: X-Archives-Hash: ef3517d4ceca52b7b4846a4a621e6aeb jlec 11/06/21 08:41:13 Modified: apbs-1.3-r1.ebuild ChangeLog apbs-1.2.1b-r4.ebuil= d apbs-1.3.ebuild Log: Added fortran-2.eclass support =20 (Portage version: 2.2.0_alpha41/cvs/Linux x86_64) Revision Changes Path 1.4 sci-chemistry/apbs/apbs-1.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs= /apbs-1.3-r1.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs= /apbs-1.3-r1.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs= /apbs-1.3-r1.ebuild?r1=3D1.3&r2=3D1.4 Index: apbs-1.3-r1.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/apbs/apbs-1.3-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- apbs-1.3-r1.ebuild 16 Apr 2011 07:54:07 -0000 1.3 +++ apbs-1.3-r1.ebuild 21 Jun 2011 08:41:13 -0000 1.4 @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.3-r1.ebuild= ,v 1.3 2011/04/16 07:54:07 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.3-r1.ebuild= ,v 1.4 2011/06/21 08:41:13 jlec Exp $ =20 EAPI=3D"3" =20 PYTHON_DEPEND=3D"python? 2" =20 -inherit autotools eutils flag-o-matic python toolchain-funcs versionator +inherit autotools eutils fortran-2 flag-o-matic python toolchain-funcs v= ersionator =20 MY_PV=3D$(get_version_component_range 1-3) MY_P=3D"${PN}-${MY_PV}" @@ -36,6 +36,7 @@ S=3D"${WORKDIR}"/"${MY_P}-source" =20 pkg_setup() { + fortran-2_pkg_setup use python && python_set_active_version 2 if use mpi && use python; then einfo "mpi and python support are incompatible" 1.47 sci-chemistry/apbs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs= /ChangeLog?rev=3D1.47&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs= /ChangeLog?rev=3D1.47&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs= /ChangeLog?r1=3D1.46&r2=3D1.47 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/apbs/ChangeLog,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- ChangeLog 16 Apr 2011 07:54:07 -0000 1.46 +++ ChangeLog 21 Jun 2011 08:41:13 -0000 1.47 @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/apbs # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.46 2= 011/04/16 07:54:07 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.47 2= 011/06/21 08:41:13 jlec Exp $ + + 21 Jun 2011; Justin Lecher apbs-1.2.1b-r4.ebuild, + apbs-1.3.ebuild, apbs-1.3-r1.ebuild: + Added fortran-2.eclass support =20 16 Apr 2011; Justin Lecher apbs-1.3.ebuild, apbs-1.3-r1.ebuild: 1.10 sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs= /apbs-1.2.1b-r4.ebuild?rev=3D1.10&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs= /apbs-1.2.1b-r4.ebuild?rev=3D1.10&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs= /apbs-1.2.1b-r4.ebuild?r1=3D1.9&r2=3D1.10 Index: apbs-1.2.1b-r4.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/apbs/apbs-1.2.1b-r4.ebuil= d,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- apbs-1.2.1b-r4.ebuild 16 Dec 2010 08:55:54 -0000 1.9 +++ apbs-1.2.1b-r4.ebuild 21 Jun 2011 08:41:13 -0000 1.10 @@ -1,12 +1,12 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r4.ebu= ild,v 1.9 2010/12/16 08:55:54 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r4.ebu= ild,v 1.10 2011/06/21 08:41:13 jlec Exp $ =20 EAPI=3D"3" =20 PYTHON_DEPEND=3D"python? 2" =20 -inherit autotools eutils flag-o-matic python toolchain-funcs versionator +inherit autotools eutils fortran-2 flag-o-matic python toolchain-funcs v= ersionator =20 MY_PV=3D$(get_version_component_range 1-3) MY_P=3D"${PN}-${MY_PV}" @@ -31,6 +31,7 @@ S=3D"${WORKDIR}"/"${MY_P}-source" =20 pkg_setup() { + fortran-2_pkg_setup use python && python_set_active_version 2 } =20 1.6 sci-chemistry/apbs/apbs-1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs= /apbs-1.3.ebuild?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs= /apbs-1.3.ebuild?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs= /apbs-1.3.ebuild?r1=3D1.5&r2=3D1.6 Index: apbs-1.3.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/apbs/apbs-1.3.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- apbs-1.3.ebuild 16 Apr 2011 07:54:07 -0000 1.5 +++ apbs-1.3.ebuild 21 Jun 2011 08:41:13 -0000 1.6 @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.3.ebuild,v = 1.5 2011/04/16 07:54:07 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.3.ebuild,v = 1.6 2011/06/21 08:41:13 jlec Exp $ =20 EAPI=3D"3" =20 PYTHON_DEPEND=3D"python? 2" =20 -inherit autotools eutils flag-o-matic python toolchain-funcs versionator +inherit autotools eutils fortran-2 flag-o-matic python toolchain-funcs v= ersionator =20 MY_PV=3D$(get_version_component_range 1-3) MY_P=3D"${PN}-${MY_PV}" @@ -36,6 +36,7 @@ S=3D"${WORKDIR}"/"${MY_P}-source" =20 pkg_setup() { + fortran-2_pkg_setup use python && python_set_active_version 2 if use mpi && use python; then einfo "mpi and python support are incompatible"