Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/glpk: glpk-4.45.ebuild ChangeLog
Date: Fri, 02 Dec 2011 22:10:09
Message-Id: 20111202220955.8C6872004B@flycatcher.gentoo.org
1 hwoarang 11/12/02 22:09:55
2
3 Modified: glpk-4.45.ebuild ChangeLog
4 Log:
5 Add missing zlib dependency. Stable on amd64. Bug #391517
6
7 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 sci-mathematics/glpk/glpk-4.45.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.45.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.45.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.45.ebuild?r1=1.5&r2=1.6
15
16 Index: glpk-4.45.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.45.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- glpk-4.45.ebuild 1 Dec 2011 17:22:17 -0000 1.5
23 +++ glpk-4.45.ebuild 2 Dec 2011 22:09:55 -0000 1.6
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/glpk/glpk-4.45.ebuild,v 1.5 2011/12/01 17:22:17 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.45.ebuild,v 1.6 2011/12/02 22:09:55 hwoarang Exp $
29
30 EAPI=2
31 inherit flag-o-matic
32 @@ -12,9 +12,10 @@
33
34 SLOT="0"
35 IUSE="doc examples gmp odbc mysql static-libs"
36 -KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux"
37 +KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux"
38
39 -RDEPEND="odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) )
40 +RDEPEND="sys-libs/zlib
41 + odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) )
42 gmp? ( dev-libs/gmp )
43 mysql? ( virtual/mysql )"
44
45
46
47
48 1.52 sci-mathematics/glpk/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/ChangeLog?rev=1.52&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/ChangeLog?rev=1.52&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/ChangeLog?r1=1.51&r2=1.52
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v
57 retrieving revision 1.51
58 retrieving revision 1.52
59 diff -u -r1.51 -r1.52
60 --- ChangeLog 1 Dec 2011 17:22:17 -0000 1.51
61 +++ ChangeLog 2 Dec 2011 22:09:55 -0000 1.52
62 @@ -1,6 +1,9 @@
63 # ChangeLog for sci-mathematics/glpk
64 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.51 2011/12/01 17:22:17 jer Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.52 2011/12/02 22:09:55 hwoarang Exp $
67 +
68 + 02 Dec 2011; Markos Chandras <hwoarang@g.o> glpk-4.45.ebuild:
69 + Add missing zlib dependency. Stable on amd64. Bug #391517
70
71 01 Dec 2011; Jeroen Roovers <jer@g.o> glpk-4.45.ebuild:
72 Stable for HPPA (bug #391517).