Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/voro++: voro++-0.4.6.ebuild ChangeLog
Date: Tue, 25 Feb 2014 03:03:58
Message-Id: 20140225030351.B102C2004B@flycatcher.gentoo.org
1 ottxor 14/02/25 03:03:51
2
3 Modified: voro++-0.4.6.ebuild ChangeLog
4 Log:
5 fixed multilib
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2000586)
8
9 Revision Changes Path
10 1.2 sci-libs/voro++/voro++-0.4.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/voro++/voro++-0.4.6.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/voro++/voro++-0.4.6.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/voro++/voro++-0.4.6.ebuild?r1=1.1&r2=1.2
15
16 Index: voro++-0.4.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/voro++/voro++-0.4.6.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- voro++-0.4.6.ebuild 24 Feb 2014 23:36:07 -0000 1.1
23 +++ voro++-0.4.6.ebuild 25 Feb 2014 03:03:51 -0000 1.2
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/voro++/voro++-0.4.6.ebuild,v 1.1 2014/02/24 23:36:07 ottxor Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/voro++/voro++-0.4.6.ebuild,v 1.2 2014/02/25 03:03:51 ottxor Exp $
29
30 EAPI=5
31
32 -inherit cmake-utils
33 +inherit cmake-utils multilib
34
35 DESCRIPTION="A 3D Voronoi cell software library"
36 HOMEPAGE="http://math.lbl.gov/voro++/"
37 @@ -12,10 +12,15 @@
38
39 LICENSE="BSD"
40 SLOT="0"
41 -KEYWORDS="~amd64"
42 +KEYWORDS="~amd64 ~x86"
43 IUSE=""
44
45 DEPEND=""
46 RDEPEND="${DEPEND}"
47
48 PATCHES=( "${FILESDIR}/${P}-cmake.patch" )
49 +
50 +src_configure() {
51 + mycmakeargs=( -DLIB=$(get_libdir) )
52 + cmake-utils_src_configure
53 +}
54
55
56
57 1.2 sci-libs/voro++/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/voro++/ChangeLog?rev=1.2&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/voro++/ChangeLog?rev=1.2&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/voro++/ChangeLog?r1=1.1&r2=1.2
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/sci-libs/voro++/ChangeLog,v
66 retrieving revision 1.1
67 retrieving revision 1.2
68 diff -u -r1.1 -r1.2
69 --- ChangeLog 24 Feb 2014 23:36:07 -0000 1.1
70 +++ ChangeLog 25 Feb 2014 03:03:51 -0000 1.2
71 @@ -1,6 +1,9 @@
72 # ChangeLog for sci-libs/voro++
73 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/voro++/ChangeLog,v 1.1 2014/02/24 23:36:07 ottxor Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/voro++/ChangeLog,v 1.2 2014/02/25 03:03:51 ottxor Exp $
76 +
77 + 25 Feb 2014; Christoph Junghans <ottxor@g.o> voro++-0.4.6.ebuild:
78 + fixed multilib
79
80 *voro++-0.4.6 (24 Feb 2014)