Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-physics/meep: meep-0.10.1.ebuild ChangeLog
Date: Sun, 03 Aug 2008 14:32:19
Message-Id: E1KPed6-0002Lf-Aj@stork.gentoo.org
1 markusle 08/08/03 14:32:16
2
3 Modified: meep-0.10.1.ebuild ChangeLog
4 Log:
5 Removed doc USE flag since generation of meep.pdf requires hdf5 and describes a deprecated C++ API (fixes bug #233269).
6 (Portage version: 2.2_rc5/cvs/Linux 2.6.26-SENTINEL-1 i686)
7
8 Revision Changes Path
9 1.5 sci-physics/meep/meep-0.10.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/meep/meep-0.10.1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/meep/meep-0.10.1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/meep/meep-0.10.1.ebuild?r1=1.4&r2=1.5
14
15 Index: meep-0.10.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-physics/meep/meep-0.10.1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- meep-0.10.1.ebuild 29 Jun 2008 00:20:39 -0000 1.4
22 +++ meep-0.10.1.ebuild 3 Aug 2008 14:32:15 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/meep/meep-0.10.1.ebuild,v 1.4 2008/06/29 00:20:39 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/meep/meep-0.10.1.ebuild,v 1.5 2008/08/03 14:32:15 markusle Exp $
28
29 inherit eutils autotools
30
31 @@ -11,7 +11,7 @@
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35 -IUSE="bindist doc examples hdf5 guile mpi"
36 +IUSE="bindist examples hdf5 guile mpi"
37
38 DEPEND="sci-libs/fftw
39 !bindist? ( sci-libs/gsl )
40 @@ -34,6 +34,7 @@
41 fi
42 }
43
44 +
45 src_unpack() {
46 unpack ${A}
47 cd "${S}"
48 @@ -55,9 +56,6 @@
49 emake install DESTDIR="${D}" || die "emake install failed"
50 dodoc AUTHORS NEWS README TODO || die "dodoc failed"
51 insinto /usr/share/doc/${PF}
52 - if use doc; then
53 - doins doc/meep.pdf || die "install doc failed"
54 - fi
55 if use examples; then
56 doins -r examples || die "install examples failed"
57 fi
58 @@ -71,3 +69,4 @@
59 elog "that you use blas-atlas instead."
60 echo
61 }
62 +
63
64
65
66 1.4 sci-physics/meep/ChangeLog
67
68 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/meep/ChangeLog?rev=1.4&view=markup
69 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/meep/ChangeLog?rev=1.4&content-type=text/plain
70 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/meep/ChangeLog?r1=1.3&r2=1.4
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/sci-physics/meep/ChangeLog,v
75 retrieving revision 1.3
76 retrieving revision 1.4
77 diff -u -r1.3 -r1.4
78 --- ChangeLog 28 Jun 2008 13:14:21 -0000 1.3
79 +++ ChangeLog 3 Aug 2008 14:32:15 -0000 1.4
80 @@ -1,6 +1,10 @@
81 # ChangeLog for sci-physics/meep
82 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/meep/ChangeLog,v 1.3 2008/06/28 13:14:21 markusle Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/meep/ChangeLog,v 1.4 2008/08/03 14:32:15 markusle Exp $
85 +
86 + 03 Aug 2008; Markus Dittrich <markusle@g.o> meep-0.10.1.ebuild:
87 + Removed doc USE flag since generation of meep.pdf requires hdf5 and
88 + describes a deprecated C++ API (fixes bug #233269).
89
90 28 Jun 2008; Markus Dittrich <markusle@g.o> meep-0.10.1.ebuild:
91 Since blas-reference seems to result in a faulty meep, let's depend