Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/xindy: xindy-2.3.ebuild ChangeLog
Date: Sat, 24 Apr 2010 11:12:37
Message-Id: 20100424111234.2984F2C04C@corvid.gentoo.org
1 aballier 10/04/24 11:12:34
2
3 Modified: xindy-2.3.ebuild ChangeLog
4 Log:
5 fix build with clisp-2.48, by Semen Cirit, bug #281271
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.10 app-text/xindy/xindy-2.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xindy/xindy-2.3.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xindy/xindy-2.3.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xindy/xindy-2.3.ebuild?r1=1.9&r2=1.10
14
15 Index: xindy-2.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/xindy/xindy-2.3.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- xindy-2.3.ebuild 30 May 2009 08:35:31 -0000 1.9
22 +++ xindy-2.3.ebuild 24 Apr 2010 11:12:33 -0000 1.10
23 @@ -1,6 +1,8 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/xindy/xindy-2.3.ebuild,v 1.9 2009/05/30 08:35:31 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/xindy/xindy-2.3.ebuild,v 1.10 2010/04/24 11:12:33 aballier Exp $
29 +
30 +inherit eutils
31
32 DESCRIPTION="A Flexible Indexing System"
33
34 @@ -18,6 +20,12 @@
35 DEPEND="${RDEPEND}
36 sys-devel/flex"
37
38 +src_unpack() {
39 + unpack ${A}
40 + cd "${S}"
41 + has_version '>=dev-lisp/clisp-2.48' && epatch "${FILESDIR}/${P}-clisp-2.48.patch"
42 +}
43 +
44 src_compile() {
45 local clisp_dir
46 clisp_dir=`clisp --version | grep "Installation directory:" | sed 's/Installation directory: //'`
47
48
49
50 1.10 app-text/xindy/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xindy/ChangeLog?rev=1.10&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xindy/ChangeLog?rev=1.10&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xindy/ChangeLog?r1=1.9&r2=1.10
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/app-text/xindy/ChangeLog,v
59 retrieving revision 1.9
60 retrieving revision 1.10
61 diff -u -r1.9 -r1.10
62 --- ChangeLog 30 May 2009 08:35:31 -0000 1.9
63 +++ ChangeLog 24 Apr 2010 11:12:33 -0000 1.10
64 @@ -1,6 +1,10 @@
65 # ChangeLog for app-text/xindy
66 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/app-text/xindy/ChangeLog,v 1.9 2009/05/30 08:35:31 ulm Exp $
68 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/app-text/xindy/ChangeLog,v 1.10 2010/04/24 11:12:33 aballier Exp $
70 +
71 + 24 Apr 2010; Alexis Ballier <aballier@g.o> xindy-2.3.ebuild,
72 + +files/xindy-2.3-clisp-2.48.patch:
73 + fix build with clisp-2.48, by Semen Cirit, bug #281271
74
75 30 May 2009; Ulrich Mueller <ulm@g.o> xindy-2.3.ebuild:
76 Remove app-text/tetex from dependencies, bug 227443.