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/lhapdf: lhapdf-5.8.2.ebuild ChangeLog lhapdf-5.8.1.ebuild lhapdf-5.8.0.ebuild
Date: Tue, 27 Apr 2010 16:28:07
Message-Id: 20100427162805.2584E2C04C@corvid.gentoo.org
1 bicatali 10/04/27 16:28:04
2
3 Modified: lhapdf-5.8.2.ebuild ChangeLog
4 Removed: lhapdf-5.8.1.ebuild lhapdf-5.8.0.ebuild
5 Log:
6 Removed old, LHAPATH in tests more robust
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-physics/lhapdf/lhapdf-5.8.2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/lhapdf/lhapdf-5.8.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/lhapdf/lhapdf-5.8.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/lhapdf/lhapdf-5.8.2.ebuild?r1=1.1&r2=1.2
15
16 Index: lhapdf-5.8.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/lhapdf-5.8.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- lhapdf-5.8.2.ebuild 23 Mar 2010 02:37:22 -0000 1.1
23 +++ lhapdf-5.8.2.ebuild 27 Apr 2010 16:28:04 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/lhapdf-5.8.2.ebuild,v 1.1 2010/03/23 02:37:22 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/lhapdf-5.8.2.ebuild,v 1.2 2010/04/27 16:28:04 bicatali Exp $
29
30 EAPI=2
31
32 @@ -41,7 +41,7 @@
33 src_test() {
34 # need to make a bogus link for octave test
35 ln -s "${DISTDIR}" PDFsets
36 - LHAPATH="${DISTDIR}" \
37 + LHAPATH="${PWD}/PDFsets" \
38 LD_LIBRARY_PATH="${PWD}/lib/.libs:${LD_LIBRARY_PATH}" \
39 emake check || die "emake check failed"
40 }
41
42
43
44 1.10 sci-physics/lhapdf/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/lhapdf/ChangeLog?rev=1.10&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/lhapdf/ChangeLog?rev=1.10&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/lhapdf/ChangeLog?r1=1.9&r2=1.10
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/ChangeLog,v
53 retrieving revision 1.9
54 retrieving revision 1.10
55 diff -u -r1.9 -r1.10
56 --- ChangeLog 23 Mar 2010 02:37:22 -0000 1.9
57 +++ ChangeLog 27 Apr 2010 16:28:04 -0000 1.10
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sci-physics/lhapdf
60 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/ChangeLog,v 1.9 2010/03/23 02:37:22 bicatali Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/ChangeLog,v 1.10 2010/04/27 16:28:04 bicatali Exp $
63 +
64 + 27 Apr 2010; Sébastien Fabbro <bicatali@g.o> -lhapdf-5.8.0.ebuild,
65 + -lhapdf-5.8.1.ebuild, lhapdf-5.8.2.ebuild:
66 + Removed old, LHAPATH in tests more robust
67
68 *lhapdf-5.8.2 (23 Mar 2010)