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-libs/libcmatrix: metadata.xml ChangeLog libcmatrix-3.9.0.ebuild
Date: Wed, 31 Aug 2011 14:28:41
Message-Id: 20110831142827.5A7342004C@flycatcher.gentoo.org
1 jlec 11/08/31 14:28:27
2
3 Modified: metadata.xml ChangeLog
4 Added: libcmatrix-3.9.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 sci-libs/libcmatrix/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 3 Nov 2010 09:30:24 -0000 1.1
24 +++ metadata.xml 31 Aug 2011 14:28:27 -0000 1.2
25 @@ -1,11 +1,11 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 -<herd>sci</herd>
30 -<maintainer>
31 - <email>jlec@g.o</email>
32 -</maintainer>
33 -<use>
34 - <flag name='atlas'>Use of atlas blas implementation</flag>
35 -</use>
36 + <herd>sci</herd>
37 + <maintainer>
38 + <email>jlec@g.o</email>
39 + </maintainer>
40 + <use>
41 + <flag name="atlas">Use of atlas blas implementation</flag>
42 + </use>
43 </pkgmetadata>
44
45
46
47 1.5 sci-libs/libcmatrix/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?rev=1.5&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?rev=1.5&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?r1=1.4&r2=1.5
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v
56 retrieving revision 1.4
57 retrieving revision 1.5
58 diff -u -r1.4 -r1.5
59 --- ChangeLog 21 Apr 2011 06:38:32 -0000 1.4
60 +++ ChangeLog 31 Aug 2011 14:28:27 -0000 1.5
61 @@ -1,6 +1,16 @@
62 # ChangeLog for sci-libs/libcmatrix
63 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v 1.4 2011/04/21 06:38:32 jlec Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v 1.5 2011/08/31 14:28:27 jlec Exp $
66 +
67 + 31 Aug 2011; Justin Lecher <jlec@g.o> +files/3.9.0-atlas.patch,
68 + +libcmatrix-3.9.0.ebuild, metadata.xml:
69 + Version bump
70 +
71 +*libcmatrix-3.9.0 (31 Aug 2011)
72 +
73 + 31 Aug 2011; Justin Lecher <jlec@g.o> +files/3.9.0-atlas.patch,
74 + +libcmatrix-3.9.0.ebuild, metadata.xml:
75 + Version bump
76
77 21 Apr 2011; Justin Lecher <jlec@g.o> +files/3.2.1-atlas.patch,
78 files/3.2.1-shared.patch, libcmatrix-3.2.1.ebuild:
79
80
81
82 1.1 sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild?rev=1.1&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild?rev=1.1&content-type=text/plain
86
87 Index: libcmatrix-3.9.0.ebuild
88 ===================================================================
89 # Copyright 1999-2011 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 # $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild,v 1.1 2011/08/31 14:28:27 jlec Exp $
92
93 EAPI="3"
94
95 inherit autotools eutils
96
97 MY_P="${PN}${PV}_lite"
98
99 DESCRIPTION="lite version of pNMRsim"
100 HOMEPAGE="http://www.dur.ac.uk/paul.hodgkinson/pNMRsim/"
101 #SRC_URI="${HOMEPAGE}/${MY_P}.tar.gz"
102 SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.gz"
103
104 LICENSE="as-is"
105 SLOT="0"
106 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
107 IUSE="atlas sse threads"
108
109 RDEPEND="
110 sci-libs/minuit
111 atlas? ( || ( sci-libs/blas-atlas sci-libs/atlas ) )"
112 DEPEND="${RDEPEND}"
113
114 S="${WORKDIR}"/${PN}R3
115
116 src_prepare() {
117 epatch \
118 "${FILESDIR}"/3.2.1-shared.patch \
119 "${FILESDIR}"/3.2.1-minuit2.patch \
120 "${FILESDIR}"/3.2.1-gcc4.4.patch \
121 "${FILESDIR}"/3.2.1-gcc4.6.patch \
122 "${FILESDIR}"/${PV}-atlas.patch
123 eautoreconf
124 }
125
126 src_configure() {
127 econf \
128 --with-minuit \
129 $(use_with atlas) \
130 $(use_with sse) \
131 $(use_with threads)
132 }
133
134 src_install() {
135 dolib.so lib/*.so* || die "install failed"
136
137 insinto /usr/include/${PN}R3
138 doins include/* || die "no includes"
139
140 dodoc CHANGES docs/* || die "no docs"
141 }