From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3BF2D1381FA for ; Wed, 7 May 2014 23:20:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C693DE09F6; Wed, 7 May 2014 23:20:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F97BE09F8 for ; Wed, 7 May 2014 23:20:00 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1829633FAAE for ; Wed, 7 May 2014 23:19:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id B5E4E187A8 for ; Wed, 7 May 2014 23:19:56 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1399504313.4c553666ff6789877717ac88fde42f21891ebf2f.bicatali@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/herwig++/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/herwig++/ChangeLog sci-physics/herwig++/herwig++-2.6.3.ebuild sci-physics/herwig++/herwig++-2.7.0-r1.ebuild sci-physics/herwig++/herwig++-2.7.0.ebuild X-VCS-Directories: sci-physics/herwig++/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 4c553666ff6789877717ac88fde42f21891ebf2f X-VCS-Branch: master Date: Wed, 7 May 2014 23:19:56 +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: 6944eacb-e96c-4ecc-8688-6e0a361aec74 X-Archives-Hash: 4d77ba7ef4f90a5629bbe516a09670f0 commit: 4c553666ff6789877717ac88fde42f21891ebf2f Author: Sébastien Fabbro gentoo org> AuthorDate: Wed May 7 23:11:53 2014 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Wed May 7 23:11:53 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4c553666 sci-physics/herwig++: Switch to autotools-utils, a few more link fixes, prefix love Package-Manager: portage-2.2.8-prefix --- sci-physics/herwig++/ChangeLog | 10 ++++- sci-physics/herwig++/herwig++-2.6.3.ebuild | 50 ----------------------- sci-physics/herwig++/herwig++-2.7.0-r1.ebuild | 57 +++++++++++++++++++++++++++ sci-physics/herwig++/herwig++-2.7.0.ebuild | 51 ------------------------ 4 files changed, 65 insertions(+), 103 deletions(-) diff --git a/sci-physics/herwig++/ChangeLog b/sci-physics/herwig++/ChangeLog index 83bafb0..c38c984 100644 --- a/sci-physics/herwig++/ChangeLog +++ b/sci-physics/herwig++/ChangeLog @@ -1,7 +1,14 @@ # ChangeLog for sci-physics/herwig++ -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*herwig++-2.7.0-r1 (07 May 2014) + + 07 May 2014; Sébastien Fabbro +herwig++-2.7.0-r1.ebuild, + -herwig++-2.6.3.ebuild, -herwig++-2.7.0.ebuild: + sci-physics/herwig++: Switch to autotools-utils, a few more link fixes, prefix + love + *herwig++-2.7.0 (04 Nov 2013) 04 Nov 2013; Jauhien Piatlicki +herwig++-2.7.0.ebuild, @@ -34,4 +41,3 @@ 08 Sep 2012; Jauhien Piatlicki (jauhien) +herwig++-2.6.0.ebuild, +files/herwig++-2.6.0-looptools.patch, +metadata.xml: New Ebuild for bug #433060 - diff --git a/sci-physics/herwig++/herwig++-2.6.3.ebuild b/sci-physics/herwig++/herwig++-2.6.3.ebuild deleted file mode 100644 index ff9d609..0000000 --- a/sci-physics/herwig++/herwig++-2.6.3.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit autotools eutils - -MYP=Herwig++-${PV} - -DESCRIPTION="High-Energy Physics event generator" -HOMEPAGE="http://herwig.hepforge.org/" -SRC_URI="http://www.hepforge.org/archive/herwig/${MYP}.tar.bz2" - -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="fastjet" - -DEPEND="dev-libs/boost - virtual/fortran - sci-libs/gsl - sci-physics/LoopTools - dev-lang/perl - =sci-physics/thepeg-1.8.3 - fastjet? ( sci-physics/fastjet )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MYP}" - -src_prepare() { - epatch "${FILESDIR}/${P}-looptools.patch" - find -name 'Makefile.am' -exec sed -i '1ipkgdatadir=$(datadir)/herwig++' {} \; \ - || die "changing pkgdatadir name failed" - eautoreconf -} - -src_configure() { - econf \ - --disable-silent-rules \ - --with-boost="${EPREFIX}"/usr \ - --with-thepeg="${EPREFIX}"/usr \ - $(use_with fastjet fastjet "${EPREFIX}"/usr) -} - -pkg_preinst () { - sed -i "s%${ED}%%g" "${ED}"/usr/share/herwig++/defaults/PDF.in || die - sed -i "s%${ED}%%g" "${ED}"/usr/share/herwig++/HerwigDefaults.rpo || die -} diff --git a/sci-physics/herwig++/herwig++-2.7.0-r1.ebuild b/sci-physics/herwig++/herwig++-2.7.0-r1.ebuild new file mode 100644 index 0000000..330652e --- /dev/null +++ b/sci-physics/herwig++/herwig++-2.7.0-r1.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +AUTOTOOLS_AUTORECONF=1 +AUTOTOOLS_IN_SOURCE_BUILD=1 + +inherit autotools-utils eutils flag-o-matic multilib + +MYP=Herwig++-${PV} + +DESCRIPTION="High-Energy Physics event generator" +HOMEPAGE="http://herwig.hepforge.org/" +SRC_URI="http://www.hepforge.org/archive/herwig/${MYP}.tar.bz2" + +LICENSE="GPL-2" + +SLOT="0/14" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="c++0x fastjet static-libs" + +RDEPEND=" + dev-libs/boost:0= + sci-libs/gsl:0= + sci-physics/looptools:0= + >=sci-physics/thepeg-1.9.1:0= + fastjet? ( sci-physics/fastjet:0= )" +DEPEND="${RDEPEND} + virtual/fortran" + +S="${WORKDIR}/${MYP}" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-2.6.3-looptools.patch + find -name 'Makefile.am' -exec \ + sed -i -e '1ipkgdatadir=$(datadir)/herwig++' {} \; || die + autotools-utils_src_prepare +} + +src_configure() { + use prefix && \ + append-ldflags -Wl,-rpath,"${EPREFIX}"/usr/$(get_libdir)/ThePEG + local myeconfargs=( + --with-boost="${EPREFIX}"/usr + --with-thepeg="${EPREFIX}"/usr + $(use_enable c++0x stdcxx11) + $(use_with fastjet fastjet "${EPREFIX}"/usr) + ) + autotools-utils_src_configure +} + +pkg_preinst () { + sed -i -e "s|${ED}||g" "${ED}"/usr/share/herwig++/defaults/PDF.in || die + sed -i -e "s|${ED}||g" "${ED}"/usr/share/herwig++/HerwigDefaults.rpo || die +} diff --git a/sci-physics/herwig++/herwig++-2.7.0.ebuild b/sci-physics/herwig++/herwig++-2.7.0.ebuild deleted file mode 100644 index d24dc40..0000000 --- a/sci-physics/herwig++/herwig++-2.7.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit autotools eutils - -MYP=Herwig++-${PV} - -DESCRIPTION="High-Energy Physics event generator" -HOMEPAGE="http://herwig.hepforge.org/" -SRC_URI="http://www.hepforge.org/archive/herwig/${MYP}.tar.bz2" - -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="c++0x fastjet" - -DEPEND="dev-libs/boost - virtual/fortran - sci-libs/gsl - sci-physics/LoopTools - dev-lang/perl - =sci-physics/thepeg-1.9.0* - fastjet? ( sci-physics/fastjet )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MYP}" - -src_prepare() { - epatch "${FILESDIR}/${PN}-2.6.3-looptools.patch" - find -name 'Makefile.am' -exec sed -i '1ipkgdatadir=$(datadir)/herwig++' {} \; \ - || die "changing pkgdatadir name failed" - eautoreconf -} - -src_configure() { - econf \ - --disable-silent-rules \ - --with-boost="${EPREFIX}"/usr \ - --with-thepeg="${EPREFIX}"/usr \ - $(use_enable c++0x stdcxx11) - $(use_with fastjet fastjet "${EPREFIX}"/usr) -} - -pkg_preinst () { - sed -i "s%${ED}%%g" "${ED}"/usr/share/herwig++/defaults/PDF.in || die - sed -i "s%${ED}%%g" "${ED}"/usr/share/herwig++/HerwigDefaults.rpo || die -}