Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/coinor-utils: metadata.xml coinor-utils-2.9.11.ebuild ChangeLog
Date: Wed, 29 Jan 2014 11:03:37
Message-Id: 20140129110332.29C2F2004C@flycatcher.gentoo.org
1 jlec 14/01/29 11:03:32
2
3 Modified: metadata.xml coinor-utils-2.9.11.ebuild ChangeLog
4 Log:
5 sci-libs/coinor-utils: Don't rely on previous installation, #499656
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.2 sci-libs/coinor-utils/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/coinor-utils/metadata.xml?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/coinor-utils/metadata.xml?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/coinor-utils/metadata.xml?r1=1.1&r2=1.2
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/coinor-utils/metadata.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- metadata.xml 14 Jan 2014 17:51:59 -0000 1.1
23 +++ metadata.xml 29 Jan 2014 11:03:31 -0000 1.2
24 @@ -1,15 +1,15 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 -<herd>sci</herd>
29 -<longdescription lang="en">
30 + <herd>sci</herd>
31 + <longdescription lang="en">
32 CoinUtils (Coin-or Utilities) is a collection of classes that are
33 generally useful to COmputational INfrastructure for Operations
34 Research (COIN-OR) projects. These include vector, matrix, mps file
35 reading classes.
36 </longdescription>
37 -<use>
38 - <flag name='glpk'>Enable GNU Linear Programming Kit
39 + <use>
40 + <flag name="glpk">Enable GNU Linear Programming Kit
41 <pkg>sci-mathematics/glpk</pkg> support</flag>
42 -</use>
43 + </use>
44 </pkgmetadata>
45
46
47
48 1.3 sci-libs/coinor-utils/coinor-utils-2.9.11.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/coinor-utils/coinor-utils-2.9.11.ebuild?rev=1.3&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/coinor-utils/coinor-utils-2.9.11.ebuild?rev=1.3&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/coinor-utils/coinor-utils-2.9.11.ebuild?r1=1.2&r2=1.3
53
54 Index: coinor-utils-2.9.11.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sci-libs/coinor-utils/coinor-utils-2.9.11.ebuild,v
57 retrieving revision 1.2
58 retrieving revision 1.3
59 diff -u -r1.2 -r1.3
60 --- coinor-utils-2.9.11.ebuild 15 Jan 2014 20:00:22 -0000 1.2
61 +++ coinor-utils-2.9.11.ebuild 29 Jan 2014 11:03:31 -0000 1.3
62 @@ -1,6 +1,6 @@
63 # Copyright 1999-2014 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/coinor-utils/coinor-utils-2.9.11.ebuild,v 1.2 2014/01/15 20:00:22 bicatali Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/coinor-utils/coinor-utils-2.9.11.ebuild,v 1.3 2014/01/29 11:03:31 jlec Exp $
67
68 EAPI=5
69
70 @@ -31,9 +31,18 @@
71
72 S="${WORKDIR}/${MYPN}-${PV}/${MYPN}"
73
74 +src_prepare() {
75 + dodir /usr
76 + sed \
77 + -e "s:lib/pkgconfig:$(get_libdir)/pkgconfig:g" \
78 + -i configure || die
79 + autotools-utils_src_prepare
80 +}
81 +
82 src_configure() {
83 local myeconfargs=(
84 --enable-dependency-linking
85 + --with-coin-instdir="${ED}"/usr
86 $(use_enable zlib)
87 $(use_enable bzip2 bzlib)
88 $(use_with doc dot)
89
90
91
92 1.3 sci-libs/coinor-utils/ChangeLog
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/coinor-utils/ChangeLog?rev=1.3&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/coinor-utils/ChangeLog?rev=1.3&content-type=text/plain
96 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/coinor-utils/ChangeLog?r1=1.2&r2=1.3
97
98 Index: ChangeLog
99 ===================================================================
100 RCS file: /var/cvsroot/gentoo-x86/sci-libs/coinor-utils/ChangeLog,v
101 retrieving revision 1.2
102 retrieving revision 1.3
103 diff -u -r1.2 -r1.3
104 --- ChangeLog 15 Jan 2014 20:00:22 -0000 1.2
105 +++ ChangeLog 29 Jan 2014 11:03:32 -0000 1.3
106 @@ -1,6 +1,10 @@
107 # ChangeLog for sci-libs/coinor-utils
108 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
109 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/coinor-utils/ChangeLog,v 1.2 2014/01/15 20:00:22 bicatali Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/coinor-utils/ChangeLog,v 1.3 2014/01/29 11:03:32 jlec Exp $
111 +
112 + 29 Jan 2014; Justin Lecher <jlec@g.o> coinor-utils-2.9.11.ebuild,
113 + metadata.xml:
114 + Don't rely on previous installation, #499656
115
116 14 Jan 2014; Sébastien Fabbro <bicatali@g.o>
117 coinor-utils-2.9.11.ebuild: