Gentoo Archives: gentoo-commits

From: "Thomas Kahle (tomka)" <tomka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/polymake: ChangeLog polymake-2.11.ebuild
Date: Mon, 26 Dec 2011 08:33:00
Message-Id: 20111226083249.81D852004B@flycatcher.gentoo.org
1 tomka 11/12/26 08:32:49
2
3 Modified: ChangeLog polymake-2.11.ebuild
4 Log:
5 Fix drop-jreality-patch and libexecdir, thanks Benjamin Lorenz
6
7 (Portage version: 2.1.10.43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 sci-mathematics/polymake/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/polymake/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/polymake/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/polymake/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 25 Dec 2011 15:21:49 -0000 1.7
23 +++ ChangeLog 26 Dec 2011 08:32:49 -0000 1.8
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sci-mathematics/polymake
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/ChangeLog,v 1.7 2011/12/25 15:21:49 tomka Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/ChangeLog,v 1.8 2011/12/26 08:32:49 tomka Exp $
29 +
30 + 26 Dec 2011; Thomas Kahle <tomka@g.o> polymake-2.11.ebuild,
31 + files/polymake-2.11-drop-jreality.patch:
32 + Fix drop-jreality-patch and libexecdir, thanks Benjamin Lorenz
33
34 *polymake-2.11 (25 Dec 2011)
35
36
37
38
39 1.2 sci-mathematics/polymake/polymake-2.11.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/polymake/polymake-2.11.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/polymake/polymake-2.11.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/polymake/polymake-2.11.ebuild?r1=1.1&r2=1.2
44
45 Index: polymake-2.11.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/polymake-2.11.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- polymake-2.11.ebuild 25 Dec 2011 15:21:49 -0000 1.1
52 +++ polymake-2.11.ebuild 26 Dec 2011 08:32:49 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/polymake-2.11.ebuild,v 1.1 2011/12/25 15:21:49 tomka Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/polymake-2.11.ebuild,v 1.2 2011/12/26 08:32:49 tomka Exp $
58
59 EAPI=2
60
61 @@ -31,7 +31,7 @@
62 src_prepare() {
63 # embedded jreality is a precompiled desaster (bug #346073)
64 epatch "${FILESDIR}/${P}"-drop-jreality.patch
65 - # Assign a soname (reported upstream, no answer)
66 + # Assign a soname
67 epatch "${FILESDIR}/2.10"-soname.patch
68 rm -rf java_build/jreality
69
70 @@ -60,7 +60,7 @@
71 --without-java \
72 --without-prereq \
73 --libdir=/usr/$(get_libdir) \
74 - --libexecdir=/usr/$(get_libdir) \
75 + --libexecdir=/usr/$(get_libdir)/polymake \
76 "${myconf}" || die
77 }