Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-physics/lhapdf: ChangeLog lhapdf-5.6.0.ebuild lhapdf-5.5.1.ebuild
Date: Fri, 20 Feb 2009 14:51:58
Message-Id: E1LaVRc-0002pv-Fj@stork.gentoo.org
1 flameeyes 09/02/20 13:29:32
2
3 Modified: ChangeLog lhapdf-5.6.0.ebuild lhapdf-5.5.1.ebuild
4 Log:
5 Remove checks for swig USE flags since the last version does not have them and they were unneeded before, too.
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 sci-physics/lhapdf/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/lhapdf/ChangeLog?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/lhapdf/ChangeLog?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/lhapdf/ChangeLog?r1=1.3&r2=1.4
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/ChangeLog,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- ChangeLog 25 Oct 2008 10:54:34 -0000 1.3
22 +++ ChangeLog 20 Feb 2009 13:29:32 -0000 1.4
23 @@ -1,6 +1,11 @@
24 # ChangeLog for sci-physics/lhapdf
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/ChangeLog,v 1.3 2008/10/25 10:54:34 markusle Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/ChangeLog,v 1.4 2009/02/20 13:29:32 flameeyes Exp $
29 +
30 + 20 Feb 2009; Diego E. Pettenò <flameeyes@g.o> lhapdf-5.5.1.ebuild,
31 + lhapdf-5.6.0.ebuild:
32 + Remove checks for swig USE flags since the last version does not have them
33 + and they were unneeded before, too.
34
35 *lhapdf-5.6.0 (25 Oct 2008)
36
37
38
39
40 1.2 sci-physics/lhapdf/lhapdf-5.6.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/lhapdf/lhapdf-5.6.0.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/lhapdf/lhapdf-5.6.0.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/lhapdf/lhapdf-5.6.0.ebuild?r1=1.1&r2=1.2
45
46 Index: lhapdf-5.6.0.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/lhapdf-5.6.0.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- lhapdf-5.6.0.ebuild 25 Oct 2008 10:54:34 -0000 1.1
53 +++ lhapdf-5.6.0.ebuild 20 Feb 2009 13:29:32 -0000 1.2
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2008 Gentoo Foundation
56 +# Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/lhapdf-5.6.0.ebuild,v 1.1 2008/10/25 10:54:34 markusle Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/lhapdf-5.6.0.ebuild,v 1.2 2009/02/20 13:29:32 flameeyes Exp $
60
61 inherit eutils fortran
62
63 @@ -19,10 +19,6 @@
64
65 pkg_setup() {
66 local err
67 - if use python && ! built_with_use dev-lang/swig python; then
68 - eerror "You need USE=python in dev-lang/swig for python support."
69 - err="${err} python"
70 - fi
71 # this is needed for formulas even with html output only
72 if use doc && ! built_with_use app-doc/doxygen latex; then
73 eerror "You need USE=latex in app-doc/doxygen for docs."
74
75
76
77 1.2 sci-physics/lhapdf/lhapdf-5.5.1.ebuild
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/lhapdf/lhapdf-5.5.1.ebuild?rev=1.2&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/lhapdf/lhapdf-5.5.1.ebuild?rev=1.2&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/lhapdf/lhapdf-5.5.1.ebuild?r1=1.1&r2=1.2
82
83 Index: lhapdf-5.5.1.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/lhapdf-5.5.1.ebuild,v
86 retrieving revision 1.1
87 retrieving revision 1.2
88 diff -u -r1.1 -r1.2
89 --- lhapdf-5.5.1.ebuild 4 Oct 2008 10:17:42 -0000 1.1
90 +++ lhapdf-5.5.1.ebuild 20 Feb 2009 13:29:32 -0000 1.2
91 @@ -1,6 +1,6 @@
92 -# Copyright 1999-2008 Gentoo Foundation
93 +# Copyright 1999-2009 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/lhapdf-5.5.1.ebuild,v 1.1 2008/10/04 10:17:42 bicatali Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/lhapdf-5.5.1.ebuild,v 1.2 2009/02/20 13:29:32 flameeyes Exp $
97
98 inherit eutils fortran
99
100 @@ -19,10 +19,6 @@
101
102 pkg_setup() {
103 local err
104 - if use python && ! built_with_use dev-lang/swig python; then
105 - eerror "You need USE=python in dev-lang/swig for python support."
106 - err="${err} python"
107 - fi
108 # this is needed for formulas even with html output only
109 if use doc && ! built_with_use app-doc/doxygen latex; then
110 eerror "You need USE=latex in app-doc/doxygen for docs."