public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-physics/hepmc: ChangeLog hepmc-2.05.00.ebuild
@ 2009-06-24  4:17 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 5+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2009-06-24  4:17 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/06/24 04:17:58

  Modified:             ChangeLog
  Added:                hepmc-2.05.00.ebuild
  Log:
  Version bump, thanks Ben Bannier for testing, closing bug #274975
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  sci-physics/hepmc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/hepmc/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	5 May 2009 19:37:24 -0000	1.6
+++ ChangeLog	24 Jun 2009 04:17:57 -0000	1.7
@@ -1,6 +1,12 @@
 # ChangeLog for sci-physics/hepmc
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/hepmc/ChangeLog,v 1.6 2009/05/05 19:37:24 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/hepmc/ChangeLog,v 1.7 2009/06/24 04:17:57 bicatali Exp $
+
+*hepmc-2.05.00 (24 Jun 2009)
+
+  24 Jun 2009; Sébastien Fabbro <bicatali@gentoo.org>
+  +hepmc-2.05.00.ebuild:
+  Version bump, thanks Ben Bannier for testing, closing bug #274975
 
   05 May 2009; Christian Faulhammer <fauli@gentoo.org> hepmc-2.04.00.ebuild:
   stable x86, bug 245875



1.1                  sci-physics/hepmc/hepmc-2.05.00.ebuild

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

Index: hepmc-2.05.00.ebuild
===================================================================
# 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.1 2009/06/24 04:17:57 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"

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
}






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

* [gentoo-commits] gentoo-x86 commit in sci-physics/hepmc: ChangeLog hepmc-2.05.00.ebuild
@ 2009-12-08  3:09 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2009-12-08  3:09 UTC (permalink / raw
  To: gentoo-commits

jer         09/12/08 03:09:16

  Modified:             ChangeLog hepmc-2.05.00.ebuild
  Log:
  Stable for HPPA (bug #294444).
  (Portage version: 2.2_rc56/cvs/Linux i686)

Revision  Changes    Path
1.8                  sci-physics/hepmc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/hepmc/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	24 Jun 2009 04:17:57 -0000	1.7
+++ ChangeLog	8 Dec 2009 03:09:15 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for sci-physics/hepmc
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/hepmc/ChangeLog,v 1.7 2009/06/24 04:17:57 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/hepmc/ChangeLog,v 1.8 2009/12/08 03:09:15 jer Exp $
+
+  08 Dec 2009; Jeroen Roovers <jer@gentoo.org> hepmc-2.05.00.ebuild:
+  Stable for HPPA (bug #294444).
 
 *hepmc-2.05.00 (24 Jun 2009)
 



1.2                  sci-physics/hepmc/hepmc-2.05.00.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/hepmc/hepmc-2.05.00.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/hepmc/hepmc-2.05.00.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/hepmc/hepmc-2.05.00.ebuild?r1=1.1&r2=1.2

Index: hepmc-2.05.00.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/hepmc/hepmc-2.05.00.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hepmc-2.05.00.ebuild	24 Jun 2009 04:17:57 -0000	1.1
+++ hepmc-2.05.00.ebuild	8 Dec 2009 03:09:15 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.1 2009/06/24 04:17:57 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/hepmc/hepmc-2.05.00.ebuild,v 1.2 2009/12/08 03:09:15 jer Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+KEYWORDS="~amd64 hppa ~sparc ~x86"
 IUSE="doc examples gev cm"
 
 DEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in sci-physics/hepmc: ChangeLog hepmc-2.05.00.ebuild
@ 2009-12-09 22:57 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-12-09 22:57 UTC (permalink / raw
  To: gentoo-commits

fauli       09/12/09 22:57:00

  Modified:             ChangeLog hepmc-2.05.00.ebuild
  Log:
  stable x86, bug 294444
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.9                  sci-physics/hepmc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/hepmc/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	8 Dec 2009 03:09:15 -0000	1.8
+++ ChangeLog	9 Dec 2009 22:57:00 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for sci-physics/hepmc
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/hepmc/ChangeLog,v 1.8 2009/12/08 03:09:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/hepmc/ChangeLog,v 1.9 2009/12/09 22:57:00 fauli Exp $
+
+  09 Dec 2009; Christian Faulhammer <fauli@gentoo.org> hepmc-2.05.00.ebuild:
+  stable x86, bug 294444
 
   08 Dec 2009; Jeroen Roovers <jer@gentoo.org> hepmc-2.05.00.ebuild:
   Stable for HPPA (bug #294444).



1.3                  sci-physics/hepmc/hepmc-2.05.00.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/hepmc/hepmc-2.05.00.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/hepmc/hepmc-2.05.00.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/hepmc/hepmc-2.05.00.ebuild?r1=1.2&r2=1.3

Index: hepmc-2.05.00.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/hepmc/hepmc-2.05.00.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hepmc-2.05.00.ebuild	8 Dec 2009 03:09:15 -0000	1.2
+++ hepmc-2.05.00.ebuild	9 Dec 2009 22:57:00 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.2 2009/12/08 03:09:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/hepmc/hepmc-2.05.00.ebuild,v 1.3 2009/12/09 22:57:00 fauli Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 hppa ~sparc ~x86"
+KEYWORDS="~amd64 hppa ~sparc x86"
 IUSE="doc examples gev cm"
 
 DEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in sci-physics/hepmc: ChangeLog hepmc-2.05.00.ebuild
@ 2009-12-10 20:48 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2009-12-10 20:48 UTC (permalink / raw
  To: gentoo-commits

maekke      09/12/10 20:48:15

  Modified:             ChangeLog hepmc-2.05.00.ebuild
  Log:
  amd64 stable, bug #294444
  (Portage version: 2.2_rc56/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 sci-physics/hepmc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/hepmc/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	9 Dec 2009 22:57:00 -0000	1.9
+++ ChangeLog	10 Dec 2009 20:48:15 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for sci-physics/hepmc
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/hepmc/ChangeLog,v 1.9 2009/12/09 22:57:00 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/hepmc/ChangeLog,v 1.10 2009/12/10 20:48:15 maekke Exp $
+
+  10 Dec 2009; Markus Meier <maekke@gentoo.org> hepmc-2.05.00.ebuild:
+  amd64 stable, bug #294444
 
   09 Dec 2009; Christian Faulhammer <fauli@gentoo.org> hepmc-2.05.00.ebuild:
   stable x86, bug 294444



1.4                  sci-physics/hepmc/hepmc-2.05.00.ebuild

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

Index: hepmc-2.05.00.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/hepmc/hepmc-2.05.00.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hepmc-2.05.00.ebuild	9 Dec 2009 22:57:00 -0000	1.3
+++ hepmc-2.05.00.ebuild	10 Dec 2009 20:48:15 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.3 2009/12/09 22:57:00 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/hepmc/hepmc-2.05.00.ebuild,v 1.4 2009/12/10 20:48:15 maekke Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 hppa ~sparc x86"
+KEYWORDS="amd64 hppa ~sparc x86"
 IUSE="doc examples gev cm"
 
 DEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in sci-physics/hepmc: ChangeLog hepmc-2.05.00.ebuild
@ 2009-12-28 18:54 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2009-12-28 18:54 UTC (permalink / raw
  To: gentoo-commits

armin76     09/12/28 18:54:23

  Modified:             ChangeLog hepmc-2.05.00.ebuild
  Log:
  sparc stable wrt #294444
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.11                 sci-physics/hepmc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/hepmc/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	10 Dec 2009 20:48:15 -0000	1.10
+++ ChangeLog	28 Dec 2009 18:54:23 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for sci-physics/hepmc
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/hepmc/ChangeLog,v 1.10 2009/12/10 20:48:15 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/hepmc/ChangeLog,v 1.11 2009/12/28 18:54:23 armin76 Exp $
+
+  28 Dec 2009; Raúl Porcel <armin76@gentoo.org> hepmc-2.05.00.ebuild:
+  sparc stable wrt #294444
 
   10 Dec 2009; Markus Meier <maekke@gentoo.org> hepmc-2.05.00.ebuild:
   amd64 stable, bug #294444



1.5                  sci-physics/hepmc/hepmc-2.05.00.ebuild

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

Index: hepmc-2.05.00.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/hepmc/hepmc-2.05.00.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hepmc-2.05.00.ebuild	10 Dec 2009 20:48:15 -0000	1.4
+++ hepmc-2.05.00.ebuild	28 Dec 2009 18:54:23 -0000	1.5
@@ -1,6 +1,6 @@
 # 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.4 2009/12/10 20:48:15 maekke Exp $
+# $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
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 hppa ~sparc x86"
+KEYWORDS="amd64 hppa sparc x86"
 IUSE="doc examples gev cm"
 
 DEPEND=""






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

end of thread, other threads:[~2009-12-28 18:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-10 20:48 [gentoo-commits] gentoo-x86 commit in sci-physics/hepmc: ChangeLog hepmc-2.05.00.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-28 18:54 Raul Porcel (armin76)
2009-12-09 22:57 Christian Faulhammer (fauli)
2009-12-08  3:09 Jeroen Roovers (jer)
2009-06-24  4:17 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