Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/glpk: glpk-4.54.ebuild ChangeLog
Date: Mon, 01 Sep 2014 16:41:22
Message-Id: 20140901164118.901A44724@oystercatcher.gentoo.org
1 mgorny 14/09/01 16:41:18
2
3 Modified: glpk-4.54.ebuild ChangeLog
4 Log:
5 Remove := subslot operator from || () block since it is meaningless and broken.
6
7 (Portage version: 2.2.11_p178/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.2 sci-mathematics/glpk/glpk-4.54.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.54.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.54.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.54.ebuild?r1=1.1&r2=1.2
15
16 Index: glpk-4.54.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.54.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- glpk-4.54.ebuild 5 Apr 2014 21:32:03 -0000 1.1
23 +++ glpk-4.54.ebuild 1 Sep 2014 16:41:18 -0000 1.2
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-mathematics/glpk/glpk-4.54.ebuild,v 1.1 2014/04/05 21:32:03 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.54.ebuild,v 1.2 2014/09/01 16:41:18 mgorny Exp $
29
30 EAPI=5
31
32 @@ -23,7 +23,7 @@
33 sys-libs/zlib:0=
34 gmp? ( dev-libs/gmp:0= )
35 mysql? ( virtual/mysql )
36 - odbc? ( || ( dev-db/libiodbc:0= dev-db/unixODBC:0= ) )"
37 + odbc? ( || ( dev-db/libiodbc:0 dev-db/unixODBC:0 ) )"
38 DEPEND="${RDEPEND}
39 virtual/pkgconfig"
40
41
42
43
44 1.72 sci-mathematics/glpk/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/ChangeLog?rev=1.72&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/ChangeLog?rev=1.72&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/ChangeLog?r1=1.71&r2=1.72
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v
53 retrieving revision 1.71
54 retrieving revision 1.72
55 diff -u -r1.71 -r1.72
56 --- ChangeLog 15 Apr 2014 15:35:08 -0000 1.71
57 +++ ChangeLog 1 Sep 2014 16:41:18 -0000 1.72
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sci-mathematics/glpk
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.71 2014/04/15 15:35:08 bicatali Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.72 2014/09/01 16:41:18 mgorny Exp $
63 +
64 + 01 Sep 2014; Michał Górny <mgorny@g.o> glpk-4.54.ebuild:
65 + Remove := subslot operator from || () block since it is meaningless and
66 + broken.
67
68 *glpk-4.48 (15 Apr 2014)