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-libs/minuit: metadata.xml ChangeLog minuit-5.20.00.ebuild
Date: Thu, 03 Jul 2008 10:16:38
Message-Id: E1KELrb-0004H9-Nc@stork.gentoo.org
1 bicatali 08/07/03 10:16:31
2
3 Modified: metadata.xml ChangeLog
4 Added: minuit-5.20.00.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.2 sci-libs/minuit/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/minuit/metadata.xml?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/minuit/metadata.xml?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/minuit/metadata.xml?r1=1.1&r2=1.2
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/minuit/metadata.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- metadata.xml 23 Feb 2007 01:52:46 -0000 1.1
23 +++ metadata.xml 3 Jul 2008 10:16:31 -0000 1.2
24 @@ -3,10 +3,10 @@
25 <pkgmetadata>
26 <herd>sci</herd>
27 <longdescription lang="en">
28 -Minuit provides a C++ library for non-linear optimization,
29 -and parameter error estimation. Widely used in High Energy Physics,
30 -originally as a fortran library, it has been entirely re-written from
31 -scratch in C++. It is now included in ROOT-5 and higher.
32 -This is the standaloneversion, quick to build and use.
33 + Minuit provides a C++ library for non-linear optimization,
34 + and parameter error estimation. Widely used in High Energy Physics,
35 + originally as a fortran library, it has been entirely re-written from
36 + scratch in C++. It is now included in ROOT-5 and higher.
37 + This is the stand-alone version, quick to build and use.
38 </longdescription>
39 </pkgmetadata>
40
41
42
43 1.7 sci-libs/minuit/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/minuit/ChangeLog?rev=1.7&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/minuit/ChangeLog?rev=1.7&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/minuit/ChangeLog?r1=1.6&r2=1.7
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-libs/minuit/ChangeLog,v
52 retrieving revision 1.6
53 retrieving revision 1.7
54 diff -u -r1.6 -r1.7
55 --- ChangeLog 1 Jun 2008 10:24:45 -0000 1.6
56 +++ ChangeLog 3 Jul 2008 10:16:31 -0000 1.7
57 @@ -1,6 +1,12 @@
58 # ChangeLog for sci-libs/minuit
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/minuit/ChangeLog,v 1.6 2008/06/01 10:24:45 markusle Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/minuit/ChangeLog,v 1.7 2008/07/03 10:16:31 bicatali Exp $
62 +
63 +*minuit-5.20.00 (03 Jul 2008)
64 +
65 + 03 Jul 2008; Sébastien Fabbro <bicatali@g.o>
66 + +files/minuit-5.20.00-gcc43.patch, metadata.xml, +minuit-5.20.00.ebuild:
67 + Version bump.
68
69 01 Jun 2008; Markus Dittrich <markusle@g.o>
70 +files/minuit-5.16.00-gcc4.3.patch, minuit-5.16.00.ebuild:
71
72
73
74 1.1 sci-libs/minuit/minuit-5.20.00.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/minuit/minuit-5.20.00.ebuild?rev=1.1&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/minuit/minuit-5.20.00.ebuild?rev=1.1&content-type=text/plain
78
79 Index: minuit-5.20.00.ebuild
80 ===================================================================
81 # Copyright 1999-2008 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 # $Header: /var/cvsroot/gentoo-x86/sci-libs/minuit/minuit-5.20.00.ebuild,v 1.1 2008/07/03 10:16:31 bicatali Exp $
84
85 inherit eutils
86
87 MY_PN=Minuit2
88
89 DESCRIPTION="A C++ physics analysis tool for function minimization"
90 HOMEPAGE="http://seal.web.cern.ch/seal/MathLibs/Minuit2/html/index.html"
91
92 SRC_URI="http://seal.web.cern.ch/seal/MathLibs/${MY_PN}/${MY_PN}-${PV}.tar.gz
93 doc? ( http://seal.cern.ch/documents/minuit/mnusersguide.pdf
94 http://seal.cern.ch/documents/minuit/mntutorial.pdf )"
95
96 LICENSE="GPL-2"
97 SLOT="0"
98 KEYWORDS="~x86 ~amd64"
99 IUSE="doc"
100 DEPEND="doc? ( app-doc/doxygen )"
101 RDEPEND=""
102
103 S="${WORKDIR}/${MY_PN}-${PV}"
104
105 src_unpack() {
106 unpack ${A}
107 cd "${S}"
108 epatch "${FILESDIR}"/${P}-gcc43.patch
109 }
110
111 src_compile() {
112 econf || die "econf failed"
113 emake || die "emake failed"
114 if use doc; then
115 emake docs || die "emake docs failed"
116 fi
117 }
118
119 src_test() {
120 emake check || die "emake check failed"
121 # make check only compiles the tests. run them
122 for d in test/Mn*; do
123 cd "${S}"/${d}
124 for t in test_*; do
125 ./${t} || die "${t} failed"
126 done
127 done
128 }
129
130 src_install() {
131 emake DESTDIR="${D}" install || die "emake install failed"
132 insinto /usr/share/doc/${PF}/MnTutorial
133 doins test/MnTutorial/*.{h,cxx}
134 if use doc; then
135 insinto /usr/share/doc/${PF}
136 doins "${DISTDIR}"/mn*.pdf || die "doins failed"
137 dohtml -r doc/html/* || die "dohtml failed"
138 fi
139 }
140
141
142
143 --
144 gentoo-commits@l.g.o mailing list