Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/pymacs: pymacs-0.23.ebuild ChangeLog
Date: Mon, 24 Nov 2008 10:37:02
Message-Id: E1L4YoO-0007nA-Ek@stork.gentoo.org
1 opfer 08/11/24 10:37:00
2
3 Modified: pymacs-0.23.ebuild ChangeLog
4 Log:
5 Additional USE=test dependency is not needed as the real failure from bug 232497 is connected to USE=doc
6 (Portage version: 2.1.4.5)
7
8 Revision Changes Path
9 1.12 app-emacs/pymacs/pymacs-0.23.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/pymacs/pymacs-0.23.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/pymacs/pymacs-0.23.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/pymacs/pymacs-0.23.ebuild?r1=1.11&r2=1.12
14
15 Index: pymacs-0.23.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.23.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- pymacs-0.23.ebuild 20 Nov 2008 14:43:51 -0000 1.11
22 +++ pymacs-0.23.ebuild 24 Nov 2008 10:37:00 -0000 1.12
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/app-emacs/pymacs/pymacs-0.23.ebuild,v 1.11 2008/11/20 14:43:51 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.23.ebuild,v 1.12 2008/11/24 10:37:00 opfer Exp $
28
29 inherit distutils elisp
30
31 @@ -14,7 +14,6 @@
32 KEYWORDS="amd64 arm ~hppa ia64 ppc ppc64 s390 sh x86 ~x86-fbsd"
33 IUSE="doc test"
34
35 -# additional test? dependency is needed for aeguill.sty (bug 232497)
36 # additional doc? dependencies for multirow.sty and aeguill.sty (bug 247703)
37 DEPEND="
38 doc? ( dev-python/docutils
39 @@ -22,9 +21,6 @@
40 || ( ( dev-texlive/texlive-latexextra
41 dev-texlive/texlive-langfrench )
42 app-text/tetex
43 - app-text/ptex ) )
44 - test? ( || ( dev-texlive/texlive-langfrench
45 - app-text/tetex
46 app-text/ptex ) )"
47 RDEPEND=""
48
49
50
51
52 1.38 app-emacs/pymacs/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/pymacs/ChangeLog?rev=1.38&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/pymacs/ChangeLog?rev=1.38&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/pymacs/ChangeLog?r1=1.37&r2=1.38
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v
61 retrieving revision 1.37
62 retrieving revision 1.38
63 diff -u -r1.37 -r1.38
64 --- ChangeLog 20 Nov 2008 14:43:51 -0000 1.37
65 +++ ChangeLog 24 Nov 2008 10:37:00 -0000 1.38
66 @@ -1,6 +1,10 @@
67 # ChangeLog for app-emacs/pymacs
68 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.37 2008/11/20 14:43:51 ulm Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.38 2008/11/24 10:37:00 opfer Exp $
71 +
72 + 24 Nov 2008; Christian Faulhammer <opfer@g.o> pymacs-0.23.ebuild:
73 + Additional USE=test dependency is not needed as the real failure from bug
74 + 232497 is connected to USE=doc
75
76 20 Nov 2008; Ulrich Mueller <ulm@g.o> pymacs-0.23.ebuild:
77 Additional dependencies with USE=doc for multirow.sty and aeguill.sty,