public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-physics/pythia: ChangeLog pythia-6.4.19.ebuild
@ 2008-12-13 16:54 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2008-12-13 16:54 UTC (permalink / raw
  To: gentoo-commits

bicatali    08/12/13 16:54:19

  Modified:             ChangeLog
  Added:                pythia-6.4.19.ebuild
  Log:
  Version bump. Now build our own tar ball to allow faster parallel build
  (Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 x86_64)

Revision  Changes    Path
1.5                  sci-physics/pythia/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/pythia/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/pythia/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/pythia/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	16 Sep 2008 21:43:43 -0000	1.4
+++ ChangeLog	13 Dec 2008 16:54:19 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for sci-physics/pythia
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v 1.4 2008/09/16 21:43:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v 1.5 2008/12/13 16:54:19 bicatali Exp $
+
+*pythia-6.4.19 (13 Dec 2008)
+
+  13 Dec 2008; Sébastien Fabbro <bicatali@gentoo.org>
+  +pythia-6.4.19.ebuild:
+  Version bump. Now build our own tar ball to allow faster parallel build
 
   16 Sep 2008; Jeroen Roovers <jer@gentoo.org> pythia-6.4.18.ebuild:
   Marked ~hppa (bug #231484).



1.1                  sci-physics/pythia/pythia-6.4.19.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/pythia/pythia-6.4.19.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/pythia/pythia-6.4.19.ebuild?rev=1.1&content-type=text/plain

Index: pythia-6.4.19.ebuild
===================================================================
# Copyright 1999-2008 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.1 2008/12/13 16:54:19 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
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-physics/pythia: ChangeLog pythia-6.4.19.ebuild
@ 2009-09-21  5:40 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2009-09-21  5:40 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/09/21 05:40:10

  Modified:             ChangeLog
  Added:                pythia-6.4.19.ebuild
  Log:
  re-add pythia-6.4.19.ebuild inadvertently removed
  (Portage version: 2.2_rc41/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.15                 sci-physics/pythia/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/pythia/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/pythia/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/pythia/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	19 Sep 2009 00:46:35 -0000	1.14
+++ ChangeLog	21 Sep 2009 05:40:09 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for sci-physics/pythia
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v 1.14 2009/09/19 00:46:35 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v 1.15 2009/09/21 05:40:09 bicatali Exp $
+
+  21 Sep 2009; Sébastien Fabbro <bicatali@gentoo.org>
+  +pythia-6.4.19.ebuild:
+  re-add pythia-6.4.19.ebuild inadvertently removed
 
   19 Sep 2009; Sébastien Fabbro <bicatali@gentoo.org>
   -pythia-6.4.19.ebuild, pythia-6.4.21.ebuild:



1.6                  sci-physics/pythia/pythia-6.4.19.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/pythia/pythia-6.4.19.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/pythia/pythia-6.4.19.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/pythia/pythia-6.4.19.ebuild?r1=1.5&r2=1.6







^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-21  5:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-13 16:54 [gentoo-commits] gentoo-x86 commit in sci-physics/pythia: ChangeLog pythia-6.4.19.ebuild Sebastien Fabbro (bicatali)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-21  5:40 Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox