Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/glpk: glpk-4.27.ebuild ChangeLog
Date: Wed, 26 Mar 2008 14:03:11
Message-Id: E1JeWDd-0003p8-CO@stork.gentoo.org
1 bicatali 08/03/26 14:03:09
2
3 Modified: glpk-4.27.ebuild ChangeLog
4 Log:
5 Fixed syntax errors
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.3 sci-mathematics/glpk/glpk-4.27.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/glpk/glpk-4.27.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/glpk/glpk-4.27.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/glpk/glpk-4.27.ebuild?r1=1.2&r2=1.3
14
15 Index: glpk-4.27.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.27.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- glpk-4.27.ebuild 25 Mar 2008 18:07:22 -0000 1.2
22 +++ glpk-4.27.ebuild 26 Mar 2008 14:03:08 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.27.ebuild,v 1.2 2008/03/25 18:07:22 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.27.ebuild,v 1.3 2008/03/26 14:03:08 bicatali Exp $
28
29 DESCRIPTION="GNU Linear Programming Kit"
30 LICENSE="GPL-3"
31 @@ -11,7 +11,7 @@
32 IUSE="doc gmp iodbc mysql"
33 KEYWORDS="~x86 ~amd64 ~ppc"
34
35 -DEPEND="odbc? ( dev-db/libiodbc )
36 +DEPEND="iodbc? ( dev-db/libiodbc )
37 gmp? ( dev-libs/gmp )
38 mysql? ( virtual/mysql )"
39
40 @@ -40,6 +40,6 @@
41 cd "${S}"/doc
42 dodoc *.ps *.txt || die "failed to install manual files"
43 insinto /usr/share/doc/${PF}
44 - doins memo/gomory.djvu || "failed to instal memo"
45 + doins memo/gomory.djvu || die "failed to instal memo"
46 fi
47 }
48
49
50
51 1.18 sci-mathematics/glpk/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/glpk/ChangeLog?rev=1.18&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/glpk/ChangeLog?rev=1.18&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/glpk/ChangeLog?r1=1.17&r2=1.18
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v
60 retrieving revision 1.17
61 retrieving revision 1.18
62 diff -u -r1.17 -r1.18
63 --- ChangeLog 25 Mar 2008 18:07:22 -0000 1.17
64 +++ ChangeLog 26 Mar 2008 14:03:08 -0000 1.18
65 @@ -1,6 +1,9 @@
66 # ChangeLog for sci-mathematics/glpk
67 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.17 2008/03/25 18:07:22 bicatali Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.18 2008/03/26 14:03:08 bicatali Exp $
70 +
71 + 26 Mar 2008; Sébastien Fabbro <bicatali@g.o> glpk-4.27.ebuild:
72 + Fixed syntax errors
73
74 25 Mar 2008; Sébastien Fabbro <bicatali@g.o> glpk-4.27.ebuild:
75 Added proper dependencies and use flag iodbc, mysql and gmp. Fixed
76
77
78
79 --
80 gentoo-commits@l.g.o mailing list