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.32.ebuild ChangeLog
Date: Tue, 28 Oct 2008 08:54:12
Message-Id: E1KukL3-0007XR-Ra@stork.gentoo.org
1 bicatali 08/10/28 08:54:09
2
3 Modified: glpk-4.32.ebuild ChangeLog
4 Log:
5 Fixed doc install, bug #244710, thanks octoploid
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7 x86_64)
7
8 Revision Changes Path
9 1.2 sci-mathematics/glpk/glpk-4.32.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/glpk/glpk-4.32.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/glpk/glpk-4.32.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/glpk/glpk-4.32.ebuild?r1=1.1&r2=1.2
14
15 Index: glpk-4.32.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.32.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- glpk-4.32.ebuild 27 Oct 2008 15:36:25 -0000 1.1
22 +++ glpk-4.32.ebuild 28 Oct 2008 08:54:09 -0000 1.2
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.32.ebuild,v 1.1 2008/10/27 15:36:25 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.32.ebuild,v 1.2 2008/10/28 08:54:09 bicatali Exp $
28
29 inherit flag-o-matic
30
31 @@ -52,7 +52,7 @@
32 fi
33 if use doc; then
34 cd "${S}"/doc
35 - doins memo/gomory.djvu || die "failed to instal memo"
36 + doins notes/gomory.djvu || die "failed to instal memo"
37 dodoc *.ps *.txt || die "failed to install manual files"
38 fi
39 }
40
41
42
43 1.27 sci-mathematics/glpk/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/glpk/ChangeLog?rev=1.27&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/glpk/ChangeLog?rev=1.27&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/glpk/ChangeLog?r1=1.26&r2=1.27
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v
52 retrieving revision 1.26
53 retrieving revision 1.27
54 diff -u -r1.26 -r1.27
55 --- ChangeLog 27 Oct 2008 15:36:25 -0000 1.26
56 +++ ChangeLog 28 Oct 2008 08:54:09 -0000 1.27
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sci-mathematics/glpk
59 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.26 2008/10/27 15:36:25 bicatali Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.27 2008/10/28 08:54:09 bicatali Exp $
62 +
63 + 28 Oct 2008; Sébastien Fabbro <bicatali@g.o> glpk-4.32.ebuild:
64 + Fixed doc install, bug #244710, thanks octoploid
65
66 *glpk-4.32 (27 Oct 2008)