diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:12:11 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:12:11 +0000 |
commit | b00111dabaf2e00ae4f8d0dbff920ff47b567493 (patch) | |
tree | 295ae8641ac769bd6a3ff767dc49f9c65fc24676 /sci-chemistry/scala | |
parent | Added fortran-2.eclass support (diff) | |
download | gentoo-2-b00111dabaf2e00ae4f8d0dbff920ff47b567493.tar.gz gentoo-2-b00111dabaf2e00ae4f8d0dbff920ff47b567493.tar.bz2 gentoo-2-b00111dabaf2e00ae4f8d0dbff920ff47b567493.zip |
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/scala')
-rw-r--r-- | sci-chemistry/scala/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/scala/scala-3.3.18-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-chemistry/scala/scala-3.3.18-r2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-chemistry/scala/ChangeLog b/sci-chemistry/scala/ChangeLog index e3d09d6e3e80..1c0a7e3f0cb8 100644 --- a/sci-chemistry/scala/ChangeLog +++ b/sci-chemistry/scala/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/scala # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/scala/ChangeLog,v 1.8 2011/04/10 15:38:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/scala/ChangeLog,v 1.9 2011/06/21 09:12:11 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> scala-3.3.18-r1.ebuild, + scala-3.3.18-r2.ebuild: + Added fortran-2.eclass support *scala-3.3.18-r2 (10 Apr 2011) diff --git a/sci-chemistry/scala/scala-3.3.18-r1.ebuild b/sci-chemistry/scala/scala-3.3.18-r1.ebuild index 30e506c71743..c598afa56164 100644 --- a/sci-chemistry/scala/scala-3.3.18-r1.ebuild +++ b/sci-chemistry/scala/scala-3.3.18-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/scala/scala-3.3.18-r1.ebuild,v 1.6 2011/01/18 17:01:49 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/scala/scala-3.3.18-r1.ebuild,v 1.7 2011/06/21 09:12:11 jlec Exp $ EAPI="2" -inherit autotools +inherit autotools fortran-2 DESCRIPTION="Scale together multiple observations of reflections" HOMEPAGE="http://www.ccp4.ac.uk/dist/html/scala.html" diff --git a/sci-chemistry/scala/scala-3.3.18-r2.ebuild b/sci-chemistry/scala/scala-3.3.18-r2.ebuild index 6e2d5a820a5f..de43d6767d16 100644 --- a/sci-chemistry/scala/scala-3.3.18-r2.ebuild +++ b/sci-chemistry/scala/scala-3.3.18-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/scala/scala-3.3.18-r2.ebuild,v 1.1 2011/04/10 15:38:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/scala/scala-3.3.18-r2.ebuild,v 1.2 2011/06/21 09:12:11 jlec Exp $ EAPI="2" -inherit autotools eutils +inherit autotools fortran-2 eutils DESCRIPTION="Scale together multiple observations of reflections" HOMEPAGE="http://www.ccp4.ac.uk/dist/html/scala.html" |