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: coinor-utils-2.9.11.ebuild ChangeLog
Date: Tue, 04 Feb 2014 10:44:38
Message-Id: 20140204104435.765392004C@flycatcher.gentoo.org
1 jlec 14/02/04 10:44:35
2
3 Modified: coinor-utils-2.9.11.ebuild ChangeLog
4 Log:
5 Move preparations to src_prepare; use usex()
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.4 sci-libs/coinor-utils/coinor-utils-2.9.11.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/coinor-utils/coinor-utils-2.9.11.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/coinor-utils/coinor-utils-2.9.11.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/coinor-utils/coinor-utils-2.9.11.ebuild?r1=1.3&r2=1.4
15
16 Index: coinor-utils-2.9.11.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/coinor-utils/coinor-utils-2.9.11.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- coinor-utils-2.9.11.ebuild 29 Jan 2014 11:03:31 -0000 1.3
23 +++ coinor-utils-2.9.11.ebuild 4 Feb 2014 10:44:35 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/coinor-utils/coinor-utils-2.9.11.ebuild,v 1.4 2014/02/04 10:44:35 jlec Exp $
29
30 EAPI=5
31
32 @@ -69,7 +69,7 @@
33 }
34
35 src_compile() {
36 - autotools-utils_src_compile all $(use doc && echo doxydoc)
37 + autotools-utils_src_compile all $(usex doc doxydoc "")
38 }
39
40 psrc_test() {
41
42
43
44 1.4 sci-libs/coinor-utils/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/coinor-utils/ChangeLog?rev=1.4&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/coinor-utils/ChangeLog?rev=1.4&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/coinor-utils/ChangeLog?r1=1.3&r2=1.4
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-libs/coinor-utils/ChangeLog,v
53 retrieving revision 1.3
54 retrieving revision 1.4
55 diff -u -r1.3 -r1.4
56 --- ChangeLog 29 Jan 2014 11:03:32 -0000 1.3
57 +++ ChangeLog 4 Feb 2014 10:44:35 -0000 1.4
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sci-libs/coinor-utils
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/coinor-utils/ChangeLog,v 1.3 2014/01/29 11:03:32 jlec Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/coinor-utils/ChangeLog,v 1.4 2014/02/04 10:44:35 jlec Exp $
63 +
64 + 04 Feb 2014; Justin Lecher <jlec@g.o> coinor-utils-2.9.11.ebuild:
65 + Move preparations to src_prepare; use usex()
66
67 29 Jan 2014; Justin Lecher <jlec@g.o> coinor-utils-2.9.11.ebuild,
68 metadata.xml: