diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-08-12 16:33:52 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-08-12 16:33:52 +0000 |
commit | c1705bd30a65983bad7bb5dcf6100c476bd1b625 (patch) | |
tree | 340f1c6c4d1575ccc47f92fa4d6e94140760b4b7 /sci-physics | |
parent | Change clhep dependency, clhep-2.1 api incompatible (diff) | |
download | historical-c1705bd30a65983bad7bb5dcf6100c476bd1b625.tar.gz historical-c1705bd30a65983bad7bb5dcf6100c476bd1b625.tar.bz2 historical-c1705bd30a65983bad7bb5dcf6100c476bd1b625.zip |
Version bump
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/clhep/ChangeLog | 8 | ||||
-rw-r--r-- | sci-physics/clhep/clhep-2.1.0.0.ebuild (renamed from sci-physics/clhep/clhep-2.0.4.5.ebuild) | 13 | ||||
-rw-r--r-- | sci-physics/hepmc/ChangeLog | 8 | ||||
-rw-r--r-- | sci-physics/hepmc/hepmc-2.05.00.ebuild | 48 | ||||
-rw-r--r-- | sci-physics/hepmc/hepmc-2.06.01.ebuild (renamed from sci-physics/hepmc/hepmc-2.06.00.ebuild) | 2 |
5 files changed, 22 insertions, 57 deletions
diff --git a/sci-physics/clhep/ChangeLog b/sci-physics/clhep/ChangeLog index dae318569f06..2963f351c1ce 100644 --- a/sci-physics/clhep/ChangeLog +++ b/sci-physics/clhep/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-physics/clhep # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/clhep/ChangeLog,v 1.27 2010/07/18 12:38:35 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/clhep/ChangeLog,v 1.28 2010/08/12 16:33:52 bicatali Exp $ + +*clhep-2.1.0.0 (12 Aug 2010) + + 12 Aug 2010; Sébastien Fabbro <bicatali@gentoo.org> + -clhep-2.0.4.5.ebuild, +clhep-2.1.0.0.ebuild: + Version bump 18 Jul 2010; <nixnut@gentoo.org> clhep-2.0.4.6.ebuild: ppc stable #318457 diff --git a/sci-physics/clhep/clhep-2.0.4.5.ebuild b/sci-physics/clhep/clhep-2.1.0.0.ebuild index 23be61680e4e..af6a42c1a3e7 100644 --- a/sci-physics/clhep/clhep-2.0.4.5.ebuild +++ b/sci-physics/clhep/clhep-2.1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/clhep/clhep-2.0.4.5.ebuild,v 1.7 2010/01/31 15:37:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/clhep/clhep-2.1.0.0.ebuild,v 1.1 2010/08/12 16:33:52 bicatali Exp $ EAPI=2 inherit autotools eutils @@ -10,16 +10,16 @@ HOMEPAGE="http://www.cern.ch/clhep" SRC_URI="http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/${P}.tgz" LICENSE="public-domain" SLOT="2" -KEYWORDS="amd64 hppa ppc sparc x86" +KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" -IUSE="exceptions" +IUSE="exceptions static-libs" RDEPEND="" DEPEND="${RDEPEND}" S="${WORKDIR}/${PV}/CLHEP" src_prepare() { - for d in $(find . -name configure.in); do + for d in $(find . -name configure.ac); do # respect user flags and fix some compilers stuff sed -i \ -e 's:^g++):*g++):g' \ @@ -36,12 +36,13 @@ src_prepare() { ${d} || die # fixing parallel build done - epatch "${FILESDIR}/${P}-gcc4.3.patch" eautoreconf } src_configure() { - econf $(use_enable exceptions) + econf \ + $(use_enable exceptions) \ + $(use_enable static-libs static) } src_install() { diff --git a/sci-physics/hepmc/ChangeLog b/sci-physics/hepmc/ChangeLog index ca31fa0a2b26..4e348dd12096 100644 --- a/sci-physics/hepmc/ChangeLog +++ b/sci-physics/hepmc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-physics/hepmc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/hepmc/ChangeLog,v 1.17 2010/07/10 19:00:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/hepmc/ChangeLog,v 1.18 2010/08/12 16:32:42 bicatali Exp $ + +*hepmc-2.06.01 (12 Aug 2010) + + 12 Aug 2010; Sébastien Fabbro <bicatali@gentoo.org> + -hepmc-2.05.00.ebuild, -hepmc-2.06.00.ebuild, +hepmc-2.06.01.ebuild: + Version bump 10 Jul 2010; Raúl Porcel <armin76@gentoo.org> hepmc-2.05.01.ebuild: sparc stable wrt #318461 diff --git a/sci-physics/hepmc/hepmc-2.05.00.ebuild b/sci-physics/hepmc/hepmc-2.05.00.ebuild deleted file mode 100644 index 42a651aec144..000000000000 --- a/sci-physics/hepmc/hepmc-2.05.00.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/hepmc/hepmc-2.05.00.ebuild,v 1.5 2009/12/28 18:54:23 armin76 Exp $ - -EAPI=2 - -MYP=HepMC-${PV} - -DESCRIPTION="Event Record for Monte Carlo Generators" -HOMEPAGE="https://savannah.cern.ch/projects/hepmc/" -SRC_URI="http://lcgapp.cern.ch/project/simu/HepMC/download/${MYP}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 hppa sparc x86" -IUSE="doc examples gev cm" - -DEPEND="" - -S="${WORKDIR}/${MYP}" - -src_configure() { - # random default choice: use MeV over GeV and mm over cm - local length_conf="MM" - use cm && length_conf="CM" - local momentum_conf="MEV" - use gev && momentum_conf="GEV" - econf \ - --with-length=${length_conf} \ - --with-momentum=${momentum_conf} -} - -src_install() { - emake \ - DESTDIR="${D}" \ - INSTALLDIR=/usr/share/doc/${PF}/examples \ - doc_installdir=/usr/share/doc/${PF} \ - install || die "emake install failed" - - dodoc README AUTHORS ChangeLog - insinto /usr/share/doc/${PF} - if use doc; then - doins -r doc/html || die - else - rm -f "${D}"/usr/share/doc/${PF}/*pdf - fi - use examples || rm -rf "${D}"/usr/share/doc/${PF}/examples -} diff --git a/sci-physics/hepmc/hepmc-2.06.00.ebuild b/sci-physics/hepmc/hepmc-2.06.01.ebuild index 7699445f7e73..e77d3248de47 100644 --- a/sci-physics/hepmc/hepmc-2.06.00.ebuild +++ b/sci-physics/hepmc/hepmc-2.06.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/hepmc/hepmc-2.06.00.ebuild,v 1.1 2010/06/08 05:15:07 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/hepmc/hepmc-2.06.01.ebuild,v 1.1 2010/08/12 16:32:42 bicatali Exp $ EAPI=2 |