Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/glpk: glpk-4.45.ebuild ChangeLog
Date: Sun, 05 Feb 2012 14:27:27
Message-Id: 20120205142715.F0E922004B@flycatcher.gentoo.org
1 armin76 12/02/05 14:27:15
2
3 Modified: glpk-4.45.ebuild ChangeLog
4 Log:
5 alpha/sparc stable wrt #391517
6
7 (Portage version: 2.1.10.44/cvs/Linux ia64)
8
9 Revision Changes Path
10 1.7 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.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.45.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.45.ebuild?r1=1.6&r2=1.7
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.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- glpk-4.45.ebuild 2 Dec 2011 22:09:55 -0000 1.6
23 +++ glpk-4.45.ebuild 5 Feb 2012 14:27:15 -0000 1.7
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
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 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.45.ebuild,v 1.7 2012/02/05 14:27:15 armin76 Exp $
30
31 EAPI=2
32 inherit flag-o-matic
33 @@ -12,7 +12,7 @@
34
35 SLOT="0"
36 IUSE="doc examples gmp odbc mysql static-libs"
37 -KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux"
38 +KEYWORDS="alpha amd64 hppa ~ppc ~ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux"
39
40 RDEPEND="sys-libs/zlib
41 odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) )
42
43
44
45 1.53 sci-mathematics/glpk/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/ChangeLog?rev=1.53&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/ChangeLog?rev=1.53&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/ChangeLog?r1=1.52&r2=1.53
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v
54 retrieving revision 1.52
55 retrieving revision 1.53
56 diff -u -r1.52 -r1.53
57 --- ChangeLog 2 Dec 2011 22:09:55 -0000 1.52
58 +++ ChangeLog 5 Feb 2012 14:27:15 -0000 1.53
59 @@ -1,6 +1,9 @@
60 # ChangeLog for sci-mathematics/glpk
61 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.52 2011/12/02 22:09:55 hwoarang Exp $
63 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.53 2012/02/05 14:27:15 armin76 Exp $
65 +
66 + 05 Feb 2012; Raúl Porcel <armin76@g.o> glpk-4.45.ebuild:
67 + alpha/sparc stable wrt #391517
68
69 02 Dec 2011; Markos Chandras <hwoarang@g.o> glpk-4.45.ebuild:
70 Add missing zlib dependency. Stable on amd64. Bug #391517