summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2010-08-12 16:32:42 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2010-08-12 16:32:42 +0000
commit20ac4f5ee38c694d61914c5c4649b37549dbec68 (patch)
tree165d9bfa91abd02c611a7238c4446c9814e8e0e5 /sci-physics/hepmc
parentChange clhep dependency, clhep-2.1 api incompatible (diff)
downloadgentoo-2-20ac4f5ee38c694d61914c5c4649b37549dbec68.tar.gz
gentoo-2-20ac4f5ee38c694d61914c5c4649b37549dbec68.tar.bz2
gentoo-2-20ac4f5ee38c694d61914c5c4649b37549dbec68.zip
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics/hepmc')
-rw-r--r--sci-physics/hepmc/ChangeLog8
-rw-r--r--sci-physics/hepmc/hepmc-2.05.00.ebuild48
-rw-r--r--sci-physics/hepmc/hepmc-2.06.01.ebuild (renamed from sci-physics/hepmc/hepmc-2.06.00.ebuild)2
3 files changed, 8 insertions, 50 deletions
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