diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-16 19:03:25 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-16 19:03:25 +0000 |
commit | c05b28b73a2aaf9cfd9aa0fc480bf9f88d28e59a (patch) | |
tree | 198af652f12aa50779ed2fb9bef51e61ffa62fbf /sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r3.ebuild | |
parent | sci-physics/fastjet: Remove virtual/fortran and always call fortran-2_pkg_set... (diff) | |
download | historical-c05b28b73a2aaf9cfd9aa0fc480bf9f88d28e59a.tar.gz historical-c05b28b73a2aaf9cfd9aa0fc480bf9f88d28e59a.tar.bz2 historical-c05b28b73a2aaf9cfd9aa0fc480bf9f88d28e59a.zip |
sci-physics/cernlib-montecarlo: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
Package-Manager: portage-2.2.0_alpha138/cvs/Linux x86_64
Manifest-Sign-Key: 0x70EB7916
Diffstat (limited to 'sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r3.ebuild')
-rw-r--r-- | sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r3.ebuild | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r3.ebuild b/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r3.ebuild index 612ceb3a59b7..266c20ab4846 100644 --- a/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r3.ebuild +++ b/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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-r3.ebuild,v 1.1 2011/07/21 16:49:43 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r3.ebuild,v 1.2 2012/10/16 19:03:23 jlec Exp $ EAPI=4 inherit eutils toolchain-funcs @@ -12,17 +12,18 @@ DEB_P=${DEB_PN}_${DEB_PV} DESCRIPTION="Monte-carlo library and tools for the cernlib" HOMEPAGE="http://wwwasd.web.cern.ch/wwwasd/cernlib" -LICENSE="GPL-2 LGPL-2 BSD" -SRC_URI="mirror://debian/pool/main/${DEB_PN:0:1}/${DEB_PN}/${DEB_P}.orig.tar.gz +SRC_URI=" + mirror://debian/pool/main/${DEB_PN:0:1}/${DEB_PN}/${DEB_P}.orig.tar.gz mirror://debian/pool/main/${DEB_PN:0:1}/${DEB_PN}/${DEB_P}-${DEB_PR}.debian.tar.gz" -KEYWORDS="~amd64 ~x86" SLOT="0" +LICENSE="GPL-2 LGPL-2 BSD" IUSE="+herwig" +KEYWORDS="~amd64 ~x86" -RDEPEND=">=x11-libs/openmotif-2.3:0 +RDEPEND=" + x11-libs/openmotif:0 dev-lang/cfortran - virtual/fortran sci-physics/cernlib herwig? ( !sci-physics/herwig )" |