Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@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, 30 May 2009 08:35:33
Message-Id: E1MAK2N-0004OS-Dm@stork.gentoo.org
1 ulm 09/05/30 08:35:31
2
3 Modified: xindy-2.3.ebuild ChangeLog
4 Log:
5 Remove app-text/tetex from dependencies, bug 227443.
6 (Portage version: 2.2_rc33/cvs/Linux i686)
7
8 Revision Changes Path
9 1.9 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.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xindy/xindy-2.3.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xindy/xindy-2.3.ebuild?r1=1.8&r2=1.9
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.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- xindy-2.3.ebuild 17 Jan 2009 14:53:04 -0000 1.8
22 +++ xindy-2.3.ebuild 30 May 2009 08:35:31 -0000 1.9
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-text/xindy/xindy-2.3.ebuild,v 1.8 2009/01/17 14:53:04 nixnut Exp $
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
29 DESCRIPTION="A Flexible Indexing System"
30
31 @@ -14,7 +14,7 @@
32 IUSE="doc"
33 RDEPEND="virtual/latex-base
34 >=dev-lisp/clisp-2.44.1-r1
35 - || ( dev-texlive/texlive-langcyrillic app-text/tetex app-text/ptex )"
36 + || ( dev-texlive/texlive-langcyrillic app-text/ptex )"
37 DEPEND="${RDEPEND}
38 sys-devel/flex"
39
40 @@ -22,7 +22,7 @@
41 local clisp_dir
42 clisp_dir=`clisp --version | grep "Installation directory:" | sed 's/Installation directory: //'`
43 econf \
44 - $(use_enable doc docs) \
45 + $(use_enable doc docs) \
46 --enable-external-clisp --enable-clisp-dir=${clisp_dir}
47 VARTEXFONTS="${T}/fonts" emake -j1 || die "Make failed"
48 }
49
50
51
52 1.9 app-text/xindy/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xindy/ChangeLog?rev=1.9&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xindy/ChangeLog?rev=1.9&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/xindy/ChangeLog?r1=1.8&r2=1.9
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/app-text/xindy/ChangeLog,v
61 retrieving revision 1.8
62 retrieving revision 1.9
63 diff -u -r1.8 -r1.9
64 --- ChangeLog 17 Jan 2009 14:53:04 -0000 1.8
65 +++ ChangeLog 30 May 2009 08:35:31 -0000 1.9
66 @@ -1,6 +1,9 @@
67 # ChangeLog for app-text/xindy
68 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/app-text/xindy/ChangeLog,v 1.8 2009/01/17 14:53:04 nixnut Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/app-text/xindy/ChangeLog,v 1.9 2009/05/30 08:35:31 ulm Exp $
71 +
72 + 30 May 2009; Ulrich Mueller <ulm@g.o> xindy-2.3.ebuild:
73 + Remove app-text/tetex from dependencies, bug 227443.
74
75 17 Jan 2009; nixnut <nixnut@g.o> xindy-2.3.ebuild:
76 ppc stable #254063