Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lisp/gcl: gcl-2.6.10.ebuild ChangeLog gcl-2.6.8_pre20130314.ebuild
Date: Sun, 30 Mar 2014 09:01:04
Message-Id: 20140330090100.1BDD82005C@flycatcher.gentoo.org
1 grozin 14/03/30 09:01:00
2
3 Modified: gcl-2.6.10.ebuild ChangeLog
4 Removed: gcl-2.6.8_pre20130314.ebuild
5 Log:
6 New patches to gcl-2.6.10 for compatibility with readline-6.3 and gmp-6
7
8 (Portage version: 2.2.10/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
9
10 Revision Changes Path
11 1.2 dev-lisp/gcl/gcl-2.6.10.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/gcl/gcl-2.6.10.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/gcl/gcl-2.6.10.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/gcl/gcl-2.6.10.ebuild?r1=1.1&r2=1.2
16
17 Index: gcl-2.6.10.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.10.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- gcl-2.6.10.ebuild 4 Feb 2014 16:24:08 -0000 1.1
24 +++ gcl-2.6.10.ebuild 30 Mar 2014 09:00:59 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.10.ebuild,v 1.1 2014/02/04 16:24:08 grozin Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.10.ebuild,v 1.2 2014/03/30 09:00:59 grozin Exp $
30
31 EAPI=5
32 inherit elisp-common eutils flag-o-matic
33 @@ -56,7 +56,9 @@
34 epatch "${WORKDIR}"/fedora/reloc-type.patch
35 epatch "${WORKDIR}"/fedora/largefile.patch
36
37 - epatch "${FILESDIR}"/tcl.patch
38 + epatch "${FILESDIR}"/${PN}-tcl-8.6.patch
39 + epatch "${FILESDIR}"/${PN}-gmp-6.patch
40 + epatch "${FILESDIR}"/${PN}-readline-6.3.patch
41
42 sed -e 's|"-fomit-frame-pointer"|""|' -i configure
43 sed -e 's|@EXT@||g' debian/in.gcl.1 > gcl.1
44
45
46
47 1.63 dev-lisp/gcl/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/gcl/ChangeLog?rev=1.63&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/gcl/ChangeLog?rev=1.63&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/gcl/ChangeLog?r1=1.62&r2=1.63
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v
56 retrieving revision 1.62
57 retrieving revision 1.63
58 diff -u -r1.62 -r1.63
59 --- ChangeLog 4 Feb 2014 16:24:08 -0000 1.62
60 +++ ChangeLog 30 Mar 2014 09:00:59 -0000 1.63
61 @@ -1,6 +1,11 @@
62 # ChangeLog for dev-lisp/gcl
63 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v 1.62 2014/02/04 16:24:08 grozin Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v 1.63 2014/03/30 09:00:59 grozin Exp $
66 +
67 + 30 Mar 2014; Andrey Grozin <grozin@g.o> -gcl-2.6.8_pre20130314.ebuild,
68 + gcl-2.6.10.ebuild, +files/gcl-readline-6.3.patch, +files/gcl-gmp-6.patch,
69 + +files/gcl-tcl-8.6.patch, -files/tcl.patch:
70 + New patches to gcl-2.6.10 for compatibility with readline-6.3 and gmp-6
71
72 *gcl-2.6.10 (04 Feb 2014)