Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/xmds: xmds-1.6.5.ebuild ChangeLog
Date: Sun, 29 Jun 2008 08:59:44
Message-Id: E1KCsl0-0004iM-OD@stork.gentoo.org
1 spock 08/06/29 08:59:38
2
3 Modified: xmds-1.6.5.ebuild ChangeLog
4 Log:
5 Fix bug #229691.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc8 x86_64)
7
8 Revision Changes Path
9 1.3 sci-mathematics/xmds/xmds-1.6.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/xmds/xmds-1.6.5.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/xmds/xmds-1.6.5.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/xmds/xmds-1.6.5.ebuild?r1=1.2&r2=1.3
14
15 Index: xmds-1.6.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/xmds/xmds-1.6.5.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- xmds-1.6.5.ebuild 15 Mar 2008 15:46:33 -0000 1.2
22 +++ xmds-1.6.5.ebuild 29 Jun 2008 08:59:38 -0000 1.3
23 @@ -1,6 +1,8 @@
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/xmds/xmds-1.6.5.ebuild,v 1.2 2008/03/15 15:46:33 spock Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/xmds/xmds-1.6.5.ebuild,v 1.3 2008/06/29 08:59:38 spock Exp $
28 +
29 +inherit eutils
30
31 doc_ver=20080226
32
33 @@ -20,6 +22,9 @@
34 unpack ${P}.tar.gz
35 cd "${S}"
36
37 + epatch "${FILESDIR}"/${PN}-1.6.5-gcc43.patch
38 + touch "${S}/source/version.h"
39 +
40 # Fix broken installation of sample scripts.
41 sed -i -e 's/install-data-am: install-dist_doc_examplesDATA install-man/install-data-am: install-man/' Makefile.in
42 }
43
44
45
46 1.4 sci-mathematics/xmds/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/xmds/ChangeLog?rev=1.4&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/xmds/ChangeLog?rev=1.4&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/xmds/ChangeLog?r1=1.3&r2=1.4
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/xmds/ChangeLog,v
55 retrieving revision 1.3
56 retrieving revision 1.4
57 diff -u -r1.3 -r1.4
58 --- ChangeLog 15 Mar 2008 15:46:33 -0000 1.3
59 +++ ChangeLog 29 Jun 2008 08:59:38 -0000 1.4
60 @@ -1,6 +1,10 @@
61 # ChangeLog for sci-mathematics/xmds
62 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/xmds/ChangeLog,v 1.3 2008/03/15 15:46:33 spock Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/xmds/ChangeLog,v 1.4 2008/06/29 08:59:38 spock Exp $
65 +
66 + 29 Jun 2008; Michał Januszewski <spock@g.o>
67 + +files/xmds-1.6.5-gcc43.patch, xmds-1.6.5.ebuild:
68 + Fix bug #229691.
69
70 15 Mar 2008; Michał Januszewski <spock@g.o> xmds-1.6.5.ebuild:
71 Fix installation of docs and examples.
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list