diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:49:40 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:49:40 +0000 |
commit | 63a46568c3a71b1e52781e5d008e7ff6e34edaee (patch) | |
tree | 565c8f933c546eaaf4acd27f88eac08af3c623f9 /sci-chemistry/raster3d | |
parent | Added fortran-2.eclass support (diff) | |
download | gentoo-2-63a46568c3a71b1e52781e5d008e7ff6e34edaee.tar.gz gentoo-2-63a46568c3a71b1e52781e5d008e7ff6e34edaee.tar.bz2 gentoo-2-63a46568c3a71b1e52781e5d008e7ff6e34edaee.zip |
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/raster3d')
-rw-r--r-- | sci-chemistry/raster3d/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/raster3d/raster3d-2.7c.ebuild | 10 | ||||
-rw-r--r-- | sci-chemistry/raster3d/raster3d-2.9.2.ebuild | 14 | ||||
-rw-r--r-- | sci-chemistry/raster3d/raster3d-3.0.2.ebuild | 12 |
4 files changed, 23 insertions, 19 deletions
diff --git a/sci-chemistry/raster3d/ChangeLog b/sci-chemistry/raster3d/ChangeLog index affc85e2a29b..aa7ed432378f 100644 --- a/sci-chemistry/raster3d/ChangeLog +++ b/sci-chemistry/raster3d/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/raster3d # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/ChangeLog,v 1.25 2011/03/14 08:17:31 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/ChangeLog,v 1.26 2011/06/21 09:49:40 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> raster3d-2.7c.ebuild, + raster3d-2.9.2.ebuild, raster3d-3.0.2.ebuild: + Added fortran-2.eclass support 14 Mar 2011; Justin Lecher <jlec@gentoo.org> raster3d-3.0.2.ebuild: Fix for parallel build, #358555 diff --git a/sci-chemistry/raster3d/raster3d-2.7c.ebuild b/sci-chemistry/raster3d/raster3d-2.7c.ebuild index abdc1da5e2ac..44610af2d368 100644 --- a/sci-chemistry/raster3d/raster3d-2.7c.ebuild +++ b/sci-chemistry/raster3d/raster3d-2.7c.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-2.7c.ebuild,v 1.12 2011/02/27 10:40:36 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-2.7c.ebuild,v 1.13 2011/06/21 09:49:40 jlec Exp $ -inherit toolchain-funcs +inherit fortran-2 toolchain-funcs NAME="Raster3D" -DESCRIPTION="A set of tools for generating high quality raster images of proteins or other molecules" +DESCRIPTION="Generation high quality raster images of proteins or other molecules" HOMEPAGE="http://www.bmsc.washington.edu/raster3d/raster3d.html" SRC_URI="http://www.bmsc.washington.edu/${PN}/${NAME}_${PV}.tar.gz" -LICENSE="as-is" SLOT="0" -IUSE="" +LICENSE="as-is" KEYWORDS="ppc x86" +IUSE="" RDEPEND=" virtual/jpeg diff --git a/sci-chemistry/raster3d/raster3d-2.9.2.ebuild b/sci-chemistry/raster3d/raster3d-2.9.2.ebuild index d72ca75b5c3a..92747bb36030 100644 --- a/sci-chemistry/raster3d/raster3d-2.9.2.ebuild +++ b/sci-chemistry/raster3d/raster3d-2.9.2.ebuild @@ -1,23 +1,23 @@ -# 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/raster3d/raster3d-2.9.2.ebuild,v 1.4 2010/12/17 07:57:02 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-2.9.2.ebuild,v 1.5 2011/06/21 09:49:40 jlec Exp $ -EAPI="3" +EAPI=3 -inherit flag-o-matic multilib toolchain-funcs versionator +inherit fortran-2 flag-o-matic multilib toolchain-funcs versionator MY_PN="Raster3D" MY_PV=$(replace_version_separator 2 -) MY_P="${MY_PN}_${MY_PV}" -DESCRIPTION="A set of tools for generating high quality raster images of proteins or other molecules" +DESCRIPTION="Generation high quality raster images of proteins or other molecules" HOMEPAGE="http://www.bmsc.washington.edu/raster3d/raster3d.html" SRC_URI="http://www.bmsc.washington.edu/${PN}/${MY_P}.tar.gz -> ${MY_P}.tar" -LICENSE="as-is" SLOT="0" -IUSE="" +LICENSE="as-is" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +IUSE="" RDEPEND=" virtual/jpeg diff --git a/sci-chemistry/raster3d/raster3d-3.0.2.ebuild b/sci-chemistry/raster3d/raster3d-3.0.2.ebuild index a56410cd07b8..17f2dfca261d 100644 --- a/sci-chemistry/raster3d/raster3d-3.0.2.ebuild +++ b/sci-chemistry/raster3d/raster3d-3.0.2.ebuild @@ -1,23 +1,23 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild,v 1.2 2011/03/14 08:17:31 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-3.0.2.ebuild,v 1.3 2011/06/21 09:49:40 jlec Exp $ -EAPI="4" +EAPI=4 -inherit flag-o-matic multilib toolchain-funcs versionator prefix +inherit fortran-2 flag-o-matic multilib toolchain-funcs versionator prefix MY_PN="Raster3D" MY_PV=$(replace_version_separator 2 -) MY_P="${MY_PN}_${MY_PV}" -DESCRIPTION="A set of tools for generating high quality raster images of proteins or other molecules" +DESCRIPTION="Generation high quality raster images of proteins or other molecules" HOMEPAGE="http://www.bmsc.washington.edu/raster3d/raster3d.html" SRC_URI="http://www.bmsc.washington.edu/${PN}/${MY_P}.tar.gz -> ${MY_P}.tar" -LICENSE="as-is" SLOT="0" -IUSE="gd tiff" +LICENSE="as-is" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +IUSE="gd tiff" RDEPEND=" tiff? ( media-libs/tiff ) |