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: polymake-2.12.ebuild ChangeLog
Date: Sun, 03 Jun 2012 14:54:16
Message-Id: 20120603145400.C91092004B@flycatcher.gentoo.org
1 tomka 12/06/03 14:54:00
2
3 Modified: polymake-2.12.ebuild ChangeLog
4 Log:
5 Fix libpolymake.so.0 symlink
6
7 (Portage version: 2.1.10.64/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-mathematics/polymake/polymake-2.12.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/polymake/polymake-2.12.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/polymake/polymake-2.12.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/polymake/polymake-2.12.ebuild?r1=1.1&r2=1.2
15
16 Index: polymake-2.12.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/polymake-2.12.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- polymake-2.12.ebuild 20 Apr 2012 13:32:19 -0000 1.1
23 +++ polymake-2.12.ebuild 3 Jun 2012 14:54:00 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/polymake-2.12.ebuild,v 1.1 2012/04/20 13:32:19 tomka Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/polymake-2.12.ebuild,v 1.2 2012/06/03 14:54:00 tomka Exp $
29
30 EAPI=2
31
32 @@ -66,6 +66,7 @@
33
34 src_install(){
35 emake -j1 DESTDIR="${D}" install || die "install failed"
36 + dosym libpolymake.so "${EPREFIX}/usr/$(get_libdir)/libpolymake.so.0" || die
37 }
38
39 pkg_postinst(){
40
41
42
43 1.10 sci-mathematics/polymake/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/polymake/ChangeLog?rev=1.10&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/polymake/ChangeLog?rev=1.10&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/polymake/ChangeLog?r1=1.9&r2=1.10
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/ChangeLog,v
52 retrieving revision 1.9
53 retrieving revision 1.10
54 diff -u -r1.9 -r1.10
55 --- ChangeLog 20 Apr 2012 13:32:19 -0000 1.9
56 +++ ChangeLog 3 Jun 2012 14:54:00 -0000 1.10
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sci-mathematics/polymake
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/ChangeLog,v 1.9 2012/04/20 13:32:19 tomka Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/ChangeLog,v 1.10 2012/06/03 14:54:00 tomka Exp $
62 +
63 + 03 Jun 2012; Thomas Kahle <tomka@g.o> polymake-2.12.ebuild:
64 + Fix libpolymake.so.0 symlink
65
66 *polymake-2.12 (20 Apr 2012)