aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJauhien Piatlicki (jauhien) <piatlicki@gmail.com>2013-11-09 02:18:04 +0100
committerJauhien Piatlicki (jauhien) <piatlicki@gmail.com>2013-11-09 02:18:04 +0100
commitc5735a923bddfe3de0d449a494a770aad53d49df (patch)
treebc0235975dadda2dd6deea9ee484b26e92c3d189 /sci-physics
parentMerge pull request #133 from jauhien/master (diff)
downloadsci-c5735a923bddfe3de0d449a494a770aad53d49df.tar.gz
sci-c5735a923bddfe3de0d449a494a770aad53d49df.tar.bz2
sci-c5735a923bddfe3de0d449a494a770aad53d49df.zip
sci-physics/thepeg: USE flags fixed for ver. 1.9.0
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/thepeg/ChangeLog6
-rw-r--r--sci-physics/thepeg/metadata.xml1
-rw-r--r--sci-physics/thepeg/thepeg-1.9.0-r1.ebuild (renamed from sci-physics/thepeg/thepeg-1.9.0.ebuild)6
3 files changed, 11 insertions, 2 deletions
diff --git a/sci-physics/thepeg/ChangeLog b/sci-physics/thepeg/ChangeLog
index 723b53334..5914b9e7a 100644
--- a/sci-physics/thepeg/ChangeLog
+++ b/sci-physics/thepeg/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*thepeg-1.9.0-r1 (09 Nov 2013)
+
+ 09 Nov 2013; Jauhien Piatlicki (jauhien) <piatlicki@gmail.com>
+ -thepeg-1.9.0.ebuild, +thepeg-1.9.0-r1.ebuild, metadata.xml:
+ USEs fixed: fastjet USE added, lhapdf USE fixed
+
*thepeg-1.9.0 (04 Nov 2013)
04 Nov 2013; Jauhien Piatlicki <piatlicki@gmail.com> +thepeg-1.9.0.ebuild:
diff --git a/sci-physics/thepeg/metadata.xml b/sci-physics/thepeg/metadata.xml
index e41238c50..8fe6a1012 100644
--- a/sci-physics/thepeg/metadata.xml
+++ b/sci-physics/thepeg/metadata.xml
@@ -13,6 +13,7 @@
of the toolkit and which can be used by any event generator model.
</longdescription>
<use>
+ <flag name='fastjet'>Adds support for <pkg>sci-physics/fastjet</pkg></flag>
<flag name='hepmc'>Adds support for High Energy Physics Monte Carlo
Generators <pkg>sci-physics/hepmc</pkg></flag>
<flag name='lhapdf'>Adds support for <pkg>sci-physics/lhapdf</pkg></flag>
diff --git a/sci-physics/thepeg/thepeg-1.9.0.ebuild b/sci-physics/thepeg/thepeg-1.9.0-r1.ebuild
index a9d8b3cc2..d65e8df95 100644
--- a/sci-physics/thepeg/thepeg-1.9.0.ebuild
+++ b/sci-physics/thepeg/thepeg-1.9.0-r1.ebuild
@@ -20,11 +20,12 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="emacs hepmc java lhapdf test zlib"
+IUSE="emacs fastjet hepmc java lhapdf test zlib"
RDEPEND="sci-libs/gsl
dev-lang/perl
emacs? ( virtual/emacs )
+ fastjet? ( sci-physics/fastjet )
hepmc? ( sci-physics/hepmc )
java? ( >=virtual/jre-1.5 )
lhapdf? ( sci-physics/lhapdf )
@@ -57,9 +58,10 @@ src_prepare() {
src_configure() {
econf \
--disable-silent-rules \
+ $(use_with fastjet fastjet "${EPREFIX}"/usr) \
$(use_with hepmc hepmc "${EPREFIX}"/usr) \
$(use_with java javagui) \
- $(use_with lhapdf LHAPDF "${EPREFIX}"/usr) \
+ $(use_with lhapdf lhapdf "${EPREFIX}"/usr) \
$(use_with zlib zlib "${EPREFIX}"/usr)
}