public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/thepeg/
Date: Sat,  9 Nov 2013 08:55:52 +0000 (UTC)	[thread overview]
Message-ID: <1383959884.c5735a923bddfe3de0d449a494a770aad53d49df.jlec@gentoo> (raw)

commit:     c5735a923bddfe3de0d449a494a770aad53d49df
Author:     Jauhien Piatlicki (jauhien) <piatlicki <AT> gmail <DOT> com>
AuthorDate: Sat Nov  9 01:18:04 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Nov  9 01:18:04 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c5735a92

sci-physics/thepeg: USE flags fixed for ver. 1.9.0

---
 sci-physics/thepeg/ChangeLog                                       | 6 ++++++
 sci-physics/thepeg/metadata.xml                                    | 1 +
 sci-physics/thepeg/{thepeg-1.9.0.ebuild => thepeg-1.9.0-r1.ebuild} | 6 ++++--
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/sci-physics/thepeg/ChangeLog b/sci-physics/thepeg/ChangeLog
index 723b533..5914b9e 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 e41238c..8fe6a10 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
similarity index 92%
rename from sci-physics/thepeg/thepeg-1.9.0.ebuild
rename to sci-physics/thepeg/thepeg-1.9.0-r1.ebuild
index a9d8b3c..d65e8df 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)
 }
 


             reply	other threads:[~2013-11-09  8:55 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-09  8:55 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-08-30 18:11 [gentoo-commits] proj/sci:master commit in: sci-physics/thepeg/ Jauhien Piatlicki
2014-08-31 17:11 Jauhien Piatlicki
2014-08-31 10:54 Jauhien Piatlicki
2014-05-07 23:19 Sebastien Fabbro
2014-05-07 23:19 Sebastien Fabbro
2013-11-07 20:05 Alexey Shvetsov
2012-09-10  8:16 Kacper Kowalik
2012-09-10  8:16 Kacper Kowalik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1383959884.c5735a923bddfe3de0d449a494a770aad53d49df.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox