Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lisp/gcl: gcl-2.6.7.ebuild gcl-2.6.7-r1.ebuild ChangeLog
Date: Sun, 20 Apr 2008 22:00:58
Message-Id: E1Jnhag-0001SA-Gl@stork.gentoo.org
1 flameeyes 08/04/20 22:00:54
2
3 Modified: gcl-2.6.7.ebuild gcl-2.6.7-r1.ebuild ChangeLog
4 Log:
5 Run eautoreconf in src_unpack phase, bug #207448.
6 (Portage version: 2.1.5_rc5)
7
8 Revision Changes Path
9 1.11 dev-lisp/gcl/gcl-2.6.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/gcl/gcl-2.6.7.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/gcl/gcl-2.6.7.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/gcl/gcl-2.6.7.ebuild?r1=1.10&r2=1.11
14
15 Index: gcl-2.6.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- gcl-2.6.7.ebuild 22 Jul 2007 08:06:08 -0000 1.10
22 +++ gcl-2.6.7.ebuild 20 Apr 2008 22:00:53 -0000 1.11
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7.ebuild,v 1.10 2007/07/22 08:06:08 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7.ebuild,v 1.11 2008/04/20 22:00:53 flameeyes Exp $
29
30 inherit elisp-common flag-o-matic autotools
31
32 @@ -30,11 +30,11 @@
33 mv ${T}/makefile ${S}/info/makefile
34 epatch ${FILESDIR}/${PV}-fix-configure.in-gentoo.patch || die
35 epatch ${FILESDIR}/${P}-fix-configure.in-bfd.patch || die
36 -}
37
38 -src_compile() {
39 eautoconf || die
40 +}
41
42 +src_compile() {
43 export SANDBOX_ON=0
44 local myconfig=""
45
46
47
48
49 1.6 dev-lisp/gcl/gcl-2.6.7-r1.ebuild
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/gcl/gcl-2.6.7-r1.ebuild?rev=1.6&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/gcl/gcl-2.6.7-r1.ebuild?rev=1.6&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/gcl/gcl-2.6.7-r1.ebuild?r1=1.5&r2=1.6
54
55 Index: gcl-2.6.7-r1.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7-r1.ebuild,v
58 retrieving revision 1.5
59 retrieving revision 1.6
60 diff -u -r1.5 -r1.6
61 --- gcl-2.6.7-r1.ebuild 22 Jul 2007 08:06:08 -0000 1.5
62 +++ gcl-2.6.7-r1.ebuild 20 Apr 2008 22:00:53 -0000 1.6
63 @@ -1,6 +1,6 @@
64 -# Copyright 1999-2007 Gentoo Foundation
65 +# Copyright 1999-2008 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7-r1.ebuild,v 1.5 2007/07/22 08:06:08 graaff Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7-r1.ebuild,v 1.6 2008/04/20 22:00:53 flameeyes Exp $
69
70 inherit elisp-common flag-o-matic autotools
71
72 @@ -29,12 +29,12 @@
73 sed -e "s/gcl-doc/${PF}/g" ${S}/info/makefile > ${T}/makefile
74 mv ${T}/makefile ${S}/info/makefile
75 epatch ${FILESDIR}/${PV}-fix-configure.in-gentoo.patch || die
76 -}
77
78 -src_compile() {
79 eautoconf || die
80 epatch ${FILESDIR}/flex-configure-LANG.patch # see Bug #122583
81 +}
82
83 +src_compile() {
84 export SANDBOX_ON=0
85 local myconfig=""
86
87
88
89
90 1.51 dev-lisp/gcl/ChangeLog
91
92 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/gcl/ChangeLog?rev=1.51&view=markup
93 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/gcl/ChangeLog?rev=1.51&content-type=text/plain
94 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/gcl/ChangeLog?r1=1.50&r2=1.51
95
96 Index: ChangeLog
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v
99 retrieving revision 1.50
100 retrieving revision 1.51
101 diff -u -r1.50 -r1.51
102 --- ChangeLog 22 Dec 2007 13:12:38 -0000 1.50
103 +++ ChangeLog 20 Apr 2008 22:00:53 -0000 1.51
104 @@ -1,6 +1,10 @@
105 # ChangeLog for dev-lisp/gcl
106 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
107 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v 1.50 2007/12/22 13:12:38 nixnut Exp $
108 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
109 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v 1.51 2008/04/20 22:00:53 flameeyes Exp $
110 +
111 + 20 Apr 2008; Diego Pettenò <flameeyes@g.o> gcl-2.6.7.ebuild,
112 + gcl-2.6.7-r1.ebuild:
113 + Run eautoreconf in src_unpack phase, bug #207448.
114
115 22 Dec 2007; nixnut <nixnut@g.o> gcl-2.6.7-r3.ebuild:
116 Stable on ppc wrt bug 201216
117
118
119
120 --
121 gentoo-commits@l.g.o mailing list