Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/axiom: axiom-200711.ebuild ChangeLog
Date: Fri, 01 Feb 2008 17:26:18
Message-Id: E1JKzeW-0001nE-To@stork.gentoo.org
1 markusle 08/02/01 17:26:12
2
3 Modified: axiom-200711.ebuild ChangeLog
4 Log:
5 Fixed broken gcl configure (see bug #208326).
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.3 sci-mathematics/axiom/axiom-200711.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/axiom/axiom-200711.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/axiom/axiom-200711.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/axiom/axiom-200711.ebuild?r1=1.2&r2=1.3
14
15 Index: axiom-200711.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/axiom-200711.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- axiom-200711.ebuild 23 Jan 2008 18:25:44 -0000 1.2
22 +++ axiom-200711.ebuild 1 Feb 2008 17:26:12 -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/axiom/axiom-200711.ebuild,v 1.2 2008/01/23 18:25:44 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/axiom-200711.ebuild,v 1.3 2008/02/01 17:26:12 markusle Exp $
28
29 inherit eutils multilib flag-o-matic
30
31 @@ -27,7 +27,11 @@
32 cd "${S}"
33
34 cp "${FILESDIR}"/noweb-2.9-insecure-tmp-file.patch.input \
35 - "${S}"/zips/noweb-2.9-insecure-tmp-file.patch
36 + "${S}"/zips/noweb-2.9-insecure-tmp-file.patch \
37 + || die "Failed to fix noweb"
38 + cp "${FILESDIR}"/${P}-gcl-configure.patch \
39 + "${S}"/zips/gcl-2.6.7.configure.in.patch \
40 + || die "Failed to fix gcl-2.6.7 configure"
41 epatch "${FILESDIR}"/noweb-2.9-insecure-tmp-file.Makefile.patch \
42 || die "Failed to patch noweb security issue!"
43 }
44
45
46
47 1.16 sci-mathematics/axiom/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/axiom/ChangeLog?rev=1.16&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/axiom/ChangeLog?rev=1.16&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/axiom/ChangeLog?r1=1.15&r2=1.16
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/ChangeLog,v
56 retrieving revision 1.15
57 retrieving revision 1.16
58 diff -u -r1.15 -r1.16
59 --- ChangeLog 23 Jan 2008 16:42:25 -0000 1.15
60 +++ ChangeLog 1 Feb 2008 17:26:12 -0000 1.16
61 @@ -1,6 +1,11 @@
62 # ChangeLog for sci-mathematics/axiom
63 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/ChangeLog,v 1.15 2008/01/23 16:42:25 markusle Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/ChangeLog,v 1.16 2008/02/01 17:26:12 markusle Exp $
66 +
67 + 01 Feb 2008; Markus Dittrich <markusle@g.o>
68 + +files/axiom-200711-gcl-configure.patch, axiom-200711.ebuild:
69 + Fixed broken gcl configure (see bug #208326). Thanks much to
70 + Martin Väth <vaeth@××××××××××××××××××××××××.de> for this fix.
71
72 *axiom-200711 (23 Jan 2008)
73
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list