Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-physics/root: ChangeLog root-5.16.00.ebuild
Date: Fri, 19 Oct 2007 11:02:38
Message-Id: E1IipSP-0006dx-Bv@stork.gentoo.org
1 bicatali 07/10/19 10:51:57
2
3 Modified: ChangeLog root-5.16.00.ebuild
4 Log:
5 Added a pause at the end of pkg_setup.
6 (Portage version: 2.1.3.14)
7
8 Revision Changes Path
9 1.12 sci-physics/root/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/root/ChangeLog?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/root/ChangeLog?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/root/ChangeLog?r1=1.11&r2=1.12
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- ChangeLog 18 Oct 2007 18:36:36 -0000 1.11
22 +++ ChangeLog 19 Oct 2007 10:51:56 -0000 1.12
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sci-physics/root
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.11 2007/10/18 18:36:36 fmccor Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.12 2007/10/19 10:51:56 bicatali Exp $
28 +
29 + 19 Oct 2007; Sébastien Fabbro <bicatali@g.o> root-5.16.00.ebuild:
30 + Added a pause at the end of pkg_setup.
31
32 18 Oct 2007; Ferris McCormick <fmccor@g.o> root-5.16.00.ebuild:
33 Sparc stable - Bug #196282 --- Hooray! It's been rough, but we made it.
34
35
36
37 1.6 sci-physics/root/root-5.16.00.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/root/root-5.16.00.ebuild?rev=1.6&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/root/root-5.16.00.ebuild?rev=1.6&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/root/root-5.16.00.ebuild?r1=1.5&r2=1.6
42
43 Index: root-5.16.00.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.16.00.ebuild,v
46 retrieving revision 1.5
47 retrieving revision 1.6
48 diff -u -r1.5 -r1.6
49 --- root-5.16.00.ebuild 18 Oct 2007 18:36:36 -0000 1.5
50 +++ root-5.16.00.ebuild 19 Oct 2007 10:51:56 -0000 1.6
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.16.00.ebuild,v 1.5 2007/10/18 18:36:36 fmccor Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.16.00.ebuild,v 1.6 2007/10/19 10:51:56 bicatali Exp $
56
57 inherit versionator flag-o-matic eutils toolchain-funcs qt3 fortran
58
59 @@ -49,6 +49,7 @@
60 elog "Example, for PYTHIA, you would do: "
61 elog "EXTRA_CONF=\"--enable-pythia --with-pythia-libdir=/usr/$(get_libdir)\" emerge root"
62 elog
63 + epause 10
64 if use cern; then
65 FORTRAN="gfortran g77 ifc"
66 fortran_pkg_setup
67
68
69
70 --
71 gentoo-commits@g.o mailing list