summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-10-16 19:00:28 +0000
committerJustin Lecher <jlec@gentoo.org>2012-10-16 19:00:28 +0000
commit7880a8a7361cd69e990429f4562bcbf2aae0f38d (patch)
tree3f7b42797591e9989889489fcf2ffd94b32f4889 /sci-physics
parentsci-physics/geant: Remove virtual/fortran and always call fortran-2_pkg_setup... (diff)
downloadgentoo-2-7880a8a7361cd69e990429f4562bcbf2aae0f38d.tar.gz
gentoo-2-7880a8a7361cd69e990429f4562bcbf2aae0f38d.tar.bz2
gentoo-2-7880a8a7361cd69e990429f4562bcbf2aae0f38d.zip
sci-physics/fastjet: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
(Portage version: 2.2.0_alpha138/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/fastjet/ChangeLog7
-rw-r--r--sci-physics/fastjet/fastjet-3.0.3-r1.ebuild8
-rw-r--r--sci-physics/fastjet/metadata.xml13
3 files changed, 14 insertions, 14 deletions
diff --git a/sci-physics/fastjet/ChangeLog b/sci-physics/fastjet/ChangeLog
index 1ae1637c6dc0..6ca01b990f85 100644
--- a/sci-physics/fastjet/ChangeLog
+++ b/sci-physics/fastjet/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-physics/fastjet
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/fastjet/ChangeLog,v 1.5 2012/10/14 19:33:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/fastjet/ChangeLog,v 1.6 2012/10/16 19:00:28 jlec Exp $
+
+ 16 Oct 2012; Justin Lecher <jlec@gentoo.org> fastjet-3.0.3-r1.ebuild,
+ metadata.xml:
+ Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the
+ updated fortran-2.eclass
14 Oct 2012; Justin Lecher <jlec@gentoo.org> fastjet-3.0.3-r1.ebuild:
Prepare for fortran2.eclass update
diff --git a/sci-physics/fastjet/fastjet-3.0.3-r1.ebuild b/sci-physics/fastjet/fastjet-3.0.3-r1.ebuild
index 0d9969aa7dfb..8c7b30168a7b 100644
--- a/sci-physics/fastjet/fastjet-3.0.3-r1.ebuild
+++ b/sci-physics/fastjet/fastjet-3.0.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/fastjet/fastjet-3.0.3-r1.ebuild,v 1.2 2012/10/14 19:33:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/fastjet/fastjet-3.0.3-r1.ebuild,v 1.3 2012/10/16 19:00:28 jlec Exp $
EAPI=4
@@ -22,14 +22,10 @@ IUSE="cgal doc examples +plugins static-libs"
RDEPEND="cgal? ( sci-mathematics/cgal )"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen[dot] )
- plugins? ( virtual/fortran sci-physics/siscone )"
+ plugins? ( sci-physics/siscone )"
PATCHES=( "${FILESDIR}"/${P}-system-siscone.patch )
-pkg_setup() {
- use plugins && fortran-2_pkg_setup
-}
-
src_configure() {
use cgal && has_version sci-mathematics/cgal[gmp] && append-ldflags -lgmp
local myeconfargs=(
diff --git a/sci-physics/fastjet/metadata.xml b/sci-physics/fastjet/metadata.xml
index 63f715fe8303..dd3b54b23cca 100644
--- a/sci-physics/fastjet/metadata.xml
+++ b/sci-physics/fastjet/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-physics</herd>
-<longdescription lang="en">
+ <herd>sci-physics</herd>
+ <longdescription lang="en">
The FastJet package provides a fast implementation of the
longitudinally invariant kt longitudinally invariant inclusive
Cambridge/Aachen and anti-kt jet finders and a uniform interface
@@ -10,10 +10,9 @@
mechanism. It also includes tools for calculating jet areas and
performing background (pileup/UE) subtraction.
</longdescription>
- <use>
- <flag name='plugins'> Build all standard and C++ plugins </flag>
- <flag name='cgal'> Use <pkg>sci-mathematics/cgal</pkg> instead of
+ <use>
+ <flag name="plugins"> Build all standard and C++ plugins </flag>
+ <flag name="cgal"> Use <pkg>sci-mathematics/cgal</pkg> instead of
bundled algorithms</flag>
- </use>
+ </use>
</pkgmetadata>
-