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