Gentoo Archives: gentoo-commits

From: "Michael Haubenwallner (haubi)" <haubi@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, 29 Apr 2011 14:02:18
Message-Id: 20110429140204.68E8620054@flycatcher.gentoo.org
1 haubi 11/04/29 14:02:04
2
3 Modified: glpk-4.45.ebuild ChangeLog
4 Log:
5 Add prefix keywords: ~ppc-aix and ~x86-linux for now.
6
7 (Portage version: 2.1.9.42/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 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.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.45.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.45.ebuild?r1=1.1&r2=1.2
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.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- glpk-4.45.ebuild 22 Dec 2010 05:57:59 -0000 1.1
23 +++ glpk-4.45.ebuild 29 Apr 2011 14:02:04 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 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.1 2010/12/22 05:57:59 bicatali Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.45.ebuild,v 1.2 2011/04/29 14:02:04 haubi 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 ~x86-fbsd"
38 +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-linux"
39
40 RDEPEND="odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) )
41 gmp? ( dev-libs/gmp )
42
43
44
45 1.47 sci-mathematics/glpk/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/ChangeLog?rev=1.47&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/ChangeLog?rev=1.47&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/ChangeLog?r1=1.46&r2=1.47
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v
54 retrieving revision 1.46
55 retrieving revision 1.47
56 diff -u -r1.46 -r1.47
57 --- ChangeLog 22 Dec 2010 05:57:59 -0000 1.46
58 +++ ChangeLog 29 Apr 2011 14:02:04 -0000 1.47
59 @@ -1,6 +1,9 @@
60 # ChangeLog for sci-mathematics/glpk
61 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.46 2010/12/22 05:57:59 bicatali Exp $
63 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.47 2011/04/29 14:02:04 haubi Exp $
65 +
66 + 29 Apr 2011; Michael Haubenwallner <haubi@g.o> glpk-4.45.ebuild:
67 + Add prefix keywords: ~ppc-aix and ~x86-linux for now.
68
69 *glpk-4.45 (22 Dec 2010)