diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-01-18 16:45:55 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-01-18 16:45:55 +0000 |
commit | 3f529e91e4626fb7c3095a0740dba885b1b06db9 (patch) | |
tree | a04facd24211b612092d260f97454a95eff02763 /sci-physics | |
parent | Drop old. (diff) | |
download | historical-3f529e91e4626fb7c3095a0740dba885b1b06db9.tar.gz historical-3f529e91e4626fb7c3095a0740dba885b1b06db9.tar.bz2 historical-3f529e91e4626fb7c3095a0740dba885b1b06db9.zip |
Drop old. Whitespace.
Package-Manager: portage-2.2.0_alpha16/cvs/Linux x86_64
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/hepmc/ChangeLog | 8 | ||||
-rw-r--r-- | sci-physics/hepmc/hepmc-2.06.01.ebuild | 58 | ||||
-rw-r--r-- | sci-physics/hepmc/hepmc-2.06.03.ebuild | 6 |
3 files changed, 9 insertions, 63 deletions
diff --git a/sci-physics/hepmc/ChangeLog b/sci-physics/hepmc/ChangeLog index 63ea8c52e854..48040833b434 100644 --- a/sci-physics/hepmc/ChangeLog +++ b/sci-physics/hepmc/ChangeLog @@ -1,6 +1,10 @@ # 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.19 2010/11/20 07:33:16 bicatali Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/hepmc/ChangeLog,v 1.20 2011/01/18 16:45:55 xarthisius Exp $ + + 18 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> -hepmc-2.06.01.ebuild, + hepmc-2.06.03.ebuild: + Drop old. Whitespace. *hepmc-2.06.03 (20 Nov 2010) diff --git a/sci-physics/hepmc/hepmc-2.06.01.ebuild b/sci-physics/hepmc/hepmc-2.06.01.ebuild deleted file mode 100644 index e77d3248de47..000000000000 --- a/sci-physics/hepmc/hepmc-2.06.01.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# 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.01.ebuild,v 1.1 2010/08/12 16:32:42 bicatali 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" - -RDEPEND="" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" - -S="${WORKDIR}/${MYP}" - -src_configure() { - # 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_compile() { - emake || die "emake failed" - if use doc; then - cd doc - doxygen doxygen.conf || die "doc building failed" - fi -} - -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 doc/*.pdf || 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.03.ebuild b/sci-physics/hepmc/hepmc-2.06.03.ebuild index 8eeaff93bd30..46f5da266a29 100644 --- a/sci-physics/hepmc/hepmc-2.06.03.ebuild +++ b/sci-physics/hepmc/hepmc-2.06.03.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/hepmc/hepmc-2.06.03.ebuild,v 1.1 2010/11/20 07:33:16 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/hepmc/hepmc-2.06.03.ebuild,v 1.2 2011/01/18 16:45:55 xarthisius Exp $ EAPI=2 @@ -17,7 +17,7 @@ IUSE="doc examples gev cm static-libs" RDEPEND="" DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" + doc? ( app-doc/doxygen )" S="${WORKDIR}/${MYP}" |