summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2010-07-13 17:01:28 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2010-07-13 17:01:28 +0000
commit59dcb1531eaef7be66453dd53fe4f95db38891ac (patch)
tree5e3e33a716bba05986f2c84ca85ed803471a656b /sci-physics
parentMissing dev-util/pkgconfig DEPEND wrt #227599 by Evil Compile Person. (diff)
downloadgentoo-2-59dcb1531eaef7be66453dd53fe4f95db38891ac.tar.gz
gentoo-2-59dcb1531eaef7be66453dd53fe4f95db38891ac.tar.bz2
gentoo-2-59dcb1531eaef7be66453dd53fe4f95db38891ac.zip
Bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/pythia/ChangeLog8
-rw-r--r--sci-physics/pythia/pythia-6.4.19.ebuild66
-rw-r--r--sci-physics/pythia/pythia-6.4.23.ebuild (renamed from sci-physics/pythia/pythia-6.4.21.ebuild)10
3 files changed, 12 insertions, 72 deletions
diff --git a/sci-physics/pythia/ChangeLog b/sci-physics/pythia/ChangeLog
index 98817c7f19d6..3aa4e30844e6 100644
--- a/sci-physics/pythia/ChangeLog
+++ b/sci-physics/pythia/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-physics/pythia
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v 1.26 2010/07/10 19:02:16 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v 1.27 2010/07/13 17:01:28 bicatali Exp $
+
+*pythia-6.4.23 (13 Jul 2010)
+
+ 13 Jul 2010; Sébastien Fabbro <bicatali@gentoo.org>
+ -pythia-6.4.19.ebuild, -pythia-6.4.21.ebuild, +pythia-6.4.23.ebuild:
+ Bump
10 Jul 2010; Raúl Porcel <armin76@gentoo.org> pythia-6.4.22.ebuild:
sparc stable wrt #318465
diff --git a/sci-physics/pythia/pythia-6.4.19.ebuild b/sci-physics/pythia/pythia-6.4.19.ebuild
deleted file mode 100644
index d811dcfbffa5..000000000000
--- a/sci-physics/pythia/pythia-6.4.19.ebuild
+++ /dev/null
@@ -1,66 +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/pythia/pythia-6.4.19.ebuild,v 1.6 2009/09/21 05:40:09 bicatali Exp $
-
-EAPI=2
-inherit fortran versionator autotools
-
-MV=$(get_major_version)
-MY_PN=${PN}${MV}
-DOC_PV=0613
-EX_PV=6.4.18
-
-DESCRIPTION="Lund Monte Carlo high-energy physics event generator"
-HOMEPAGE="http://projects.hepforge.org/pythia6/"
-
-# pythia6 from root is needed for some files to interface pythia6 with root.
-# To produce a split version on mirror do:
-# svn export http://svn.hepforge.org/pythia6/tags/v_6_4_19/ pythia-6.4.19
-# tar cjf pythia-6.4.19.tar.bz2
-SRC_URI="mirror://gentoo/${P}.tar.bz2
- ftp://root.cern.ch/root/pythia6.tar.gz
- doc? ( http://home.thep.lu.se/~torbjorn/pythia/lutp${DOC_PV}man2.pdf )
- examples? ( mirror://gentoo/${PN}-${EX_PV}-examples.tar.bz2 )"
-
-LICENSE="public-domain"
-SLOT="6"
-KEYWORDS="amd64 ~hppa sparc x86"
-IUSE="doc examples"
-DEPEND=""
-
-FORTRAN="gfortran ifc g77"
-
-src_prepare() {
- cp ../pythia6/tpythia6_called_from_cc.F .
- cp ../pythia6/pythia6_common_address.c .
- cat > configure.ac <<-EOF
- AC_INIT(${PN},${PV})
- AM_INIT_AUTOMAKE
- AC_PROG_F77
- AC_PROG_LIBTOOL
- AC_CHECK_LIB(m,sqrt)
- AC_CONFIG_FILES(Makefile)
- AC_OUTPUT
- EOF
- echo "lib_LTLIBRARIES = libpythia6.la" > Makefile.am
- echo "libpythia6_la_SOURCES = \ " >> Makefile.am
- # replace wildcard from makefile to ls in shell
- for f in py*.f struct*.f up*.f fh*.f; do
- echo " ${f} \\" >> Makefile.am
- done
- echo " ssmssm.f sugra.f visaje.f pdfset.f \\" >> Makefile.am
- echo " tpythia6_called_from_cc.F pythia6_common_address.c" >> Makefile.am
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc update_notes.txt README
- insinto /usr/share/doc/${PF}/
- if use doc; then
- doins "${DISTDIR}"/lutp${DOC_PV}man2.pdf || die
- fi
- if use examples; then
- doins -r "${WORKDIR}"/examples || die
- fi
-}
diff --git a/sci-physics/pythia/pythia-6.4.21.ebuild b/sci-physics/pythia/pythia-6.4.23.ebuild
index c3f2091a7575..8385f6b09e95 100644
--- a/sci-physics/pythia/pythia-6.4.21.ebuild
+++ b/sci-physics/pythia/pythia-6.4.23.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-6.4.21.ebuild,v 1.2 2009/09/19 00:46:35 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-6.4.23.ebuild,v 1.1 2010/07/13 17:01:28 bicatali Exp $
EAPI=2
inherit versionator autotools
@@ -14,9 +14,9 @@ DESCRIPTION="Lund Monte Carlo high-energy physics event generator"
HOMEPAGE="http://projects.hepforge.org/pythia6/"
# pythia6 from root is needed for some files to interface pythia6 with root.
-# To produce a split version on mirror do:
-# svn export http://svn.hepforge.org/pythia6/tags/v_6_4_19/ pythia-6.4.19
-# tar cjf pythia-6.4.19.tar.bz2
+# To produce a split version on mirror do, replace the 6.4.x by the current version
+# svn export http://svn.hepforge.org/pythia6/tags/v_6_4_x/ pythia-6.4.x
+# tar cjf pythia-6.4.x.tar.bz2
SRC_URI="mirror://gentoo/${P}.tar.bz2
ftp://root.cern.ch/root/pythia6.tar.gz
doc? ( http://home.thep.lu.se/~torbjorn/pythia/lutp${DOC_PV}man2.pdf )