Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/lpsolve: lpsolve-5.5.2.0.ebuild ChangeLog
Date: Tue, 26 Jul 2011 20:23:53
Message-Id: 20110726202342.8AF982004B@flycatcher.gentoo.org
1 scarabeus 11/07/26 20:23:42
2
3 Modified: lpsolve-5.5.2.0.ebuild ChangeLog
4 Log:
5 Fix duplication of the README per bug #376513. Add switch for static libs. Punt .la file for shared lib.
6
7 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild?r1=1.1&r2=1.2
15
16 Index: lpsolve-5.5.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- lpsolve-5.5.2.0.ebuild 24 Jul 2011 11:43:57 -0000 1.1
23 +++ lpsolve-5.5.2.0.ebuild 26 Jul 2011 20:23:42 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild,v 1.1 2011/07/24 11:43:57 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild,v 1.2 2011/07/26 20:23:42 scarabeus Exp $
29
30 EAPI=4
31
32 @@ -11,7 +11,19 @@
33 LICENSE="LGPL-2.1"
34 SLOT="0"
35 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
36 -IUSE=""
37 +IUSE="static-libs"
38
39 DEPEND="sci-libs/colamd"
40 RDEPEND="${DEPEND}"
41 +
42 +src_configure() {
43 + econf \
44 + $(use_enable static-libs static) \
45 + --docdir="${EPREFIX}/usr/share/doc/${PF}"
46 +}
47 +
48 +src_install() {
49 + default
50 + # required because it does not provide .pc file
51 + use static-libs || find "${ED}" -name '*.la' -exec rm -f {} +
52 +}
53
54
55
56 1.2 sci-mathematics/lpsolve/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/ChangeLog?rev=1.2&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/ChangeLog?rev=1.2&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/ChangeLog?r1=1.1&r2=1.2
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/ChangeLog,v
65 retrieving revision 1.1
66 retrieving revision 1.2
67 diff -u -r1.1 -r1.2
68 --- ChangeLog 24 Jul 2011 11:43:57 -0000 1.1
69 +++ ChangeLog 26 Jul 2011 20:23:42 -0000 1.2
70 @@ -1,6 +1,10 @@
71 # ChangeLog for sci-mathematics/lpsolve
72 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/ChangeLog,v 1.1 2011/07/24 11:43:57 scarabeus Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/ChangeLog,v 1.2 2011/07/26 20:23:42 scarabeus Exp $
75 +
76 + 26 Jul 2011; Tomáš Chvátal <scarabeus@g.o> lpsolve-5.5.2.0.ebuild:
77 + Fix duplication of the README per bug #376513. Add switch for static libs.
78 + Punt .la file for shared lib.
79
80 *lpsolve-5.5.2.0 (24 Jul 2011)