From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 198DC138247 for ; Sat, 9 Nov 2013 08:55:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D7ADE09B6; Sat, 9 Nov 2013 08:55:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0732E09B9 for ; Sat, 9 Nov 2013 08:55:54 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1B6933F262 for ; Sat, 9 Nov 2013 08:55:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 79798E54C4 for ; Sat, 9 Nov 2013 08:55:52 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1383959884.c5735a923bddfe3de0d449a494a770aad53d49df.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/thepeg/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/thepeg/ChangeLog sci-physics/thepeg/metadata.xml sci-physics/thepeg/thepeg-1.9.0-r1.ebuild sci-physics/thepeg/thepeg-1.9.0.ebuild X-VCS-Directories: sci-physics/thepeg/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c5735a923bddfe3de0d449a494a770aad53d49df X-VCS-Branch: master Date: Sat, 9 Nov 2013 08:55:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b6d38159-c67e-4595-8e1a-30409a56e829 X-Archives-Hash: 78c023a2320eda72b5ee26e7de783ac7 commit: c5735a923bddfe3de0d449a494a770aad53d49df Author: Jauhien Piatlicki (jauhien) gmail com> AuthorDate: Sat Nov 9 01:18:04 2013 +0000 Commit: Justin Lecher gentoo 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) + -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 +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. + Adds support for sci-physics/fastjet Adds support for High Energy Physics Monte Carlo Generators sci-physics/hepmc Adds support for sci-physics/lhapdf 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) }