public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-physics/pythia: pythia-8.1.65.ebuild pythia-6.4.26.ebuild ChangeLog pythia-8.1.45.ebuild metadata.xml pythia-6.4.24.ebuild
@ 2012-10-16 18:54 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-10-16 18:54 UTC (permalink / raw
  To: gentoo-commits

jlec        12/10/16 18:54:19

  Modified:             pythia-8.1.65.ebuild pythia-6.4.26.ebuild ChangeLog
                        pythia-8.1.45.ebuild metadata.xml
                        pythia-6.4.24.ebuild
  Log:
  sci-physics/pythia: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
  
  (Portage version: 2.2.0_alpha138/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)

Revision  Changes    Path
1.3                  sci-physics/pythia/pythia-8.1.65.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/pythia/pythia-8.1.65.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/pythia/pythia-8.1.65.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/pythia/pythia-8.1.65.ebuild?r1=1.2&r2=1.3

Index: pythia-8.1.65.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-8.1.65.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pythia-8.1.65.ebuild	8 Aug 2012 04:17:29 -0000	1.2
+++ pythia-8.1.65.ebuild	16 Oct 2012 18:54:19 -0000	1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-8.1.65.ebuild,v 1.2 2012/08/08 04:17:29 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-8.1.65.ebuild,v 1.3 2012/10/16 18:54:19 jlec Exp $
 
 EAPI=4
 
-inherit eutils versionator
+inherit eutils fortran-2 versionator
 
 MV=$(get_major_version)
 MY_P=${PN}$(replace_all_version_separators "" ${PV})
@@ -19,8 +19,7 @@
 IUSE="doc examples +hepmc static-libs"
 
 DEPEND="hepmc? ( sci-physics/hepmc )"
-RDEPEND="virtual/fortran
-	${DEPEND}"
+RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${MY_P}"
 



1.3                  sci-physics/pythia/pythia-6.4.26.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/pythia/pythia-6.4.26.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/pythia/pythia-6.4.26.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/pythia/pythia-6.4.26.ebuild?r1=1.2&r2=1.3

Index: pythia-6.4.26.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-6.4.26.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pythia-6.4.26.ebuild	8 Aug 2012 04:17:29 -0000	1.2
+++ pythia-6.4.26.ebuild	16 Oct 2012 18:54:19 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-6.4.26.ebuild,v 1.2 2012/08/08 04:17:29 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-6.4.26.ebuild,v 1.3 2012/10/16 18:54:19 jlec Exp $
 
 EAPI=4
 
@@ -18,7 +18,8 @@
 # To produce a split version, 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="http://dev.gentoo.org/~bicatali/${P}.tar.bz2
+SRC_URI="
+	http://dev.gentoo.org/~bicatali/${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 )"
@@ -28,9 +29,6 @@
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples static-libs"
 
-DEPEND="virtual/fortran"
-RDEPEND="${DEPEND}"
-
 src_prepare() {
 	cp ../pythia6/tpythia6_called_from_cc.F .
 	cp ../pythia6/pythia6_common_address.c .



1.47                 sci-physics/pythia/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/pythia/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/pythia/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/pythia/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	8 Aug 2012 04:17:29 -0000	1.46
+++ ChangeLog	16 Oct 2012 18:54:19 -0000	1.47
@@ -1,6 +1,12 @@
 # ChangeLog for sci-physics/pythia
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v 1.46 2012/08/08 04:17:29 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v 1.47 2012/10/16 18:54:19 jlec Exp $
+
+  16 Oct 2012; Justin Lecher <jlec@gentoo.org> pythia-6.4.24.ebuild,
+  pythia-6.4.26.ebuild, pythia-8.1.45.ebuild, pythia-8.1.65.ebuild,
+  metadata.xml:
+  Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the
+  updated fortran-2.eclass
 
   08 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> -pythia-8.1.62.ebuild,
   pythia-6.4.26.ebuild, pythia-8.1.65.ebuild:



1.10                 sci-physics/pythia/pythia-8.1.45.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/pythia/pythia-8.1.45.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/pythia/pythia-8.1.45.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/pythia/pythia-8.1.45.ebuild?r1=1.9&r2=1.10

Index: pythia-8.1.45.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-8.1.45.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pythia-8.1.45.ebuild	21 Jun 2011 14:32:06 -0000	1.9
+++ pythia-8.1.45.ebuild	16 Oct 2012 18:54:19 -0000	1.10
@@ -1,10 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-8.1.45.ebuild,v 1.9 2011/06/21 14:32:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-8.1.45.ebuild,v 1.10 2012/10/16 18:54:19 jlec Exp $
 
 EAPI=2
 
-inherit eutils versionator
+inherit eutils fortran-2 versionator
 
 MV=$(get_major_version)
 MY_P=${PN}$(replace_all_version_separators "" ${PV})
@@ -19,9 +19,7 @@
 IUSE="doc examples +hepmc static-libs"
 
 DEPEND="hepmc? ( sci-physics/hepmc )"
-RDEPEND="
-	virtual/fortran
-${DEPEND}"
+RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${MY_P}"
 



1.3                  sci-physics/pythia/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/pythia/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/pythia/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/pythia/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/pythia/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml	8 Sep 2008 23:43:20 -0000	1.2
+++ metadata.xml	16 Oct 2012 18:54:19 -0000	1.3
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci-physics</herd>
-<longdescription lang="en">
+	<herd>sci-physics</herd>
+	<longdescription lang="en">
   PYTHIA is a program for the generation of high-energy physics
   events, i.e. for the description of collisions at high energies
   between elementary particles such as e+, e-, p and pbar in various
@@ -13,8 +13,8 @@
   but also borrows many formulae and other knowledge from the
   literature.
 </longdescription>
-<use>
-  <flag name='hepmc'>Adds support for High Energy Physics Monte Carlo
+	<use>
+		<flag name="hepmc">Adds support for High Energy Physics Monte Carlo
   Generators <pkg>sci-physics/hepmc</pkg></flag>
-</use>
+	</use>
 </pkgmetadata>



1.9                  sci-physics/pythia/pythia-6.4.24.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/pythia/pythia-6.4.24.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/pythia/pythia-6.4.24.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/pythia/pythia-6.4.24.ebuild?r1=1.8&r2=1.9

Index: pythia-6.4.24.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-6.4.24.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pythia-6.4.24.ebuild	21 Jun 2011 14:39:48 -0000	1.8
+++ pythia-6.4.24.ebuild	16 Oct 2012 18:54:19 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-6.4.24.ebuild,v 1.8 2011/06/21 14:39:48 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-6.4.24.ebuild,v 1.9 2012/10/16 18:54:19 jlec Exp $
 
 EAPI=2
 
@@ -18,7 +18,8 @@
 # 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
+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 )"
@@ -28,9 +29,6 @@
 KEYWORDS="amd64 x86"
 IUSE="doc examples static-libs"
 
-DEPEND="virtual/fortran"
-RDEPEND="${DEPEND}"
-
 src_prepare() {
 	cp ../pythia6/tpythia6_called_from_cc.F .
 	cp ../pythia6/pythia6_common_address.c .





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-16 18:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-16 18:54 [gentoo-commits] gentoo-x86 commit in sci-physics/pythia: pythia-8.1.65.ebuild pythia-6.4.26.ebuild ChangeLog pythia-8.1.45.ebuild metadata.xml pythia-6.4.24.ebuild Justin Lecher (jlec)

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