diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:54:24 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:54:24 +0000 |
commit | a2b2bf3f0b40d7977c1c4bbf545caa925852cc5c (patch) | |
tree | 78315d75f5a4f7aa6602ab271bd7f4a0c8e642f2 /sci-physics/cernlib-montecarlo | |
parent | Added fortran-2.eclass support (diff) | |
download | gentoo-2-a2b2bf3f0b40d7977c1c4bbf545caa925852cc5c.tar.gz gentoo-2-a2b2bf3f0b40d7977c1c4bbf545caa925852cc5c.tar.bz2 gentoo-2-a2b2bf3f0b40d7977c1c4bbf545caa925852cc5c.zip |
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics/cernlib-montecarlo')
-rw-r--r-- | sci-physics/cernlib-montecarlo/ChangeLog | 8 | ||||
-rw-r--r-- | sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-physics/cernlib-montecarlo/ChangeLog b/sci-physics/cernlib-montecarlo/ChangeLog index 1058b3700944..e12db254a64b 100644 --- a/sci-physics/cernlib-montecarlo/ChangeLog +++ b/sci-physics/cernlib-montecarlo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-physics/cernlib-montecarlo -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib-montecarlo/ChangeLog,v 1.13 2010/10/10 21:52:59 ulm Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib-montecarlo/ChangeLog,v 1.14 2011/06/21 09:54:24 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> + cernlib-montecarlo-2006-r2.ebuild: + Added fortran-2.eclass support 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> cernlib-montecarlo-2006-r2.ebuild: diff --git a/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.ebuild b/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.ebuild index 47eed7c5404f..738d0b864b77 100644 --- a/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.ebuild +++ b/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.ebuild @@ -1,9 +1,9 @@ -# 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-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.ebuild,v 1.6 2010/10/10 21:52:59 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.ebuild,v 1.7 2011/06/21 09:54:24 jlec Exp $ EAPI=2 -inherit eutils toolchain-funcs +inherit eutils fortran-2 toolchain-funcs DEB_PN=mclibs DEB_PV=${PV}.dfsg.2 |