Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-physics/clhep: metadata.xml ChangeLog clhep-2.1.2.2.ebuild
Date: Tue, 26 Jun 2012 06:09:35
Message-Id: 20120626060911.7C2F22004C@flycatcher.gentoo.org
1 jlec 12/06/26 06:09:11
2
3 Modified: metadata.xml ChangeLog clhep-2.1.2.2.ebuild
4 Log:
5 sci-physics/clhep: Add fix for automake-1.12, #423559; move to autotools-utils
6
7 (Portage version: 2.2.0_alpha113/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 sci-physics/clhep/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/clhep/metadata.xml?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/clhep/metadata.xml?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/clhep/metadata.xml?r1=1.2&r2=1.3
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-physics/clhep/metadata.xml,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- metadata.xml 6 Aug 2008 16:14:28 -0000 1.2
23 +++ metadata.xml 26 Jun 2012 06:09:11 -0000 1.3
24 @@ -1,13 +1,13 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 -<herd>sci-physics</herd>
29 -<longdescription lang="en">
30 + <herd>sci-physics</herd>
31 + <longdescription lang="en">
32 A Class Library for High Energy Physics is intended to be a set of
33 HEP-specific foundation and utility classes such as random
34 generators, physics vectors, geometry and linear algebra.
35 </longdescription>
36 -<use>
37 - <flag name='exceptions'>Enable zoom exceptions for user intervention</flag>
38 -</use>
39 + <use>
40 + <flag name="exceptions">Enable zoom exceptions for user intervention</flag>
41 + </use>
42 </pkgmetadata>
43
44
45
46 1.40 sci-physics/clhep/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/clhep/ChangeLog?rev=1.40&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/clhep/ChangeLog?rev=1.40&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/clhep/ChangeLog?r1=1.39&r2=1.40
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sci-physics/clhep/ChangeLog,v
55 retrieving revision 1.39
56 retrieving revision 1.40
57 diff -u -r1.39 -r1.40
58 --- ChangeLog 6 Jun 2012 04:37:11 -0000 1.39
59 +++ ChangeLog 26 Jun 2012 06:09:11 -0000 1.40
60 @@ -1,6 +1,10 @@
61 # ChangeLog for sci-physics/clhep
62 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/clhep/ChangeLog,v 1.39 2012/06/06 04:37:11 heroxbd Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/clhep/ChangeLog,v 1.40 2012/06/26 06:09:11 jlec Exp $
65 +
66 + 26 Jun 2012; Justin Lecher <jlec@g.o> clhep-2.1.2.2.ebuild,
67 + +files/clhep-2.1.2.2-automake-1.12.patch, metadata.xml:
68 + Add fix for automake-1.12, #423559; move to autotools-utils
69
70 06 Jun 2012; Benda Xu <heroxbd@g.o> clhep-2.1.2.2.ebuild:
71 keyword ~x86-linux and ~amd64-linux
72
73
74
75 1.3 sci-physics/clhep/clhep-2.1.2.2.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/clhep/clhep-2.1.2.2.ebuild?rev=1.3&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/clhep/clhep-2.1.2.2.ebuild?rev=1.3&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/clhep/clhep-2.1.2.2.ebuild?r1=1.2&r2=1.3
80
81 Index: clhep-2.1.2.2.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/sci-physics/clhep/clhep-2.1.2.2.ebuild,v
84 retrieving revision 1.2
85 retrieving revision 1.3
86 diff -u -r1.2 -r1.3
87 --- clhep-2.1.2.2.ebuild 6 Jun 2012 04:37:11 -0000 1.2
88 +++ clhep-2.1.2.2.ebuild 26 Jun 2012 06:09:11 -0000 1.3
89 @@ -1,9 +1,12 @@
90 # Copyright 1999-2012 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/clhep/clhep-2.1.2.2.ebuild,v 1.2 2012/06/06 04:37:11 heroxbd Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/clhep/clhep-2.1.2.2.ebuild,v 1.3 2012/06/26 06:09:11 jlec Exp $
94
95 EAPI=4
96 -inherit autotools eutils
97 +
98 +AUTOTOOLS_AUTORECONF=yes
99 +
100 +inherit autotools-utils
101
102 DESCRIPTION="High Energy Physics C++ library"
103 HOMEPAGE="http://www.cern.ch/clhep"
104 @@ -18,6 +21,8 @@
105
106 S="${WORKDIR}/${PV}/CLHEP"
107
108 +PATCHES=( "${FILESDIR}"/${P}-automake-1.12.patch )
109 +
110 src_prepare() {
111 local d
112 for d in $(find . -name configure.ac); do
113 @@ -37,11 +42,10 @@
114 ${d} || die
115 # fixing parallel build
116 done
117 - eautoreconf
118 + autotools-utils_src_prepare
119 }
120
121 src_configure() {
122 - econf \
123 - $(use_enable exceptions) \
124 - $(use_enable static-libs static)
125 + local myeconfargs=( $(use_enable exceptions) )
126 + autotools-utils_src_configure
127 }