Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/gforth: gforth-0.6.2-r1.ebuild ChangeLog
Date: Sat, 06 Sep 2008 06:50:41
Message-Id: E1Kbrcz-0002x0-EB@stork.gentoo.org
1 ulm 08/09/06 06:50:37
2
3 Modified: gforth-0.6.2-r1.ebuild ChangeLog
4 Log:
5 Use elisp-compile instead of elisp-comp, bug 235576. Fix compile failure with USE=emacs, bug 227523 comment 2.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
7
8 Revision Changes Path
9 1.6 dev-lang/gforth/gforth-0.6.2-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gforth/gforth-0.6.2-r1.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gforth/gforth-0.6.2-r1.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gforth/gforth-0.6.2-r1.ebuild?r1=1.5&r2=1.6
14
15 Index: gforth-0.6.2-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.6.2-r1.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- gforth-0.6.2-r1.ebuild 17 Mar 2008 15:56:08 -0000 1.5
22 +++ gforth-0.6.2-r1.ebuild 6 Sep 2008 06:50:36 -0000 1.6
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/dev-lang/gforth/gforth-0.6.2-r1.ebuild,v 1.5 2008/03/17 15:56:08 coldwind Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.6.2-r1.ebuild,v 1.6 2008/09/06 06:50:36 ulm Exp $
28
29 inherit elisp-common eutils toolchain-funcs flag-o-matic
30
31 @@ -55,7 +55,7 @@
32 || die "econf failed"
33 make || die
34 if use emacs; then
35 - elisp-comp *.el || die
36 + elisp-compile *.el || die
37 fi
38 }
39
40 @@ -71,8 +71,8 @@
41 dodoc AUTHORS BUGS ChangeLog NEWS* README* ToDo doc/glossaries.doc doc/*.ps
42
43 if use emacs; then
44 - elisp-install ${PN} *.el *.elc
45 - elisp-site-file-install "${FILESDIR}"/${SITEFILE}
46 + elisp-install ${PN} *.el *.elc || die
47 + elisp-site-file-install "${FILESDIR}"/${SITEFILE} || die
48 fi
49 }
50
51
52
53
54 1.26 dev-lang/gforth/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gforth/ChangeLog?rev=1.26&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gforth/ChangeLog?rev=1.26&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gforth/ChangeLog?r1=1.25&r2=1.26
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-lang/gforth/ChangeLog,v
63 retrieving revision 1.25
64 retrieving revision 1.26
65 diff -u -r1.25 -r1.26
66 --- ChangeLog 23 Aug 2008 05:21:14 -0000 1.25
67 +++ ChangeLog 6 Sep 2008 06:50:36 -0000 1.26
68 @@ -1,6 +1,11 @@
69 # ChangeLog for dev-lang/gforth
70 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/ChangeLog,v 1.25 2008/08/23 05:21:14 jer Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/ChangeLog,v 1.26 2008/09/06 06:50:36 ulm Exp $
73 +
74 + 06 Sep 2008; Ulrich Mueller <ulm@g.o> files/gforth.el-gentoo.patch,
75 + gforth-0.6.2-r1.ebuild:
76 + Use elisp-compile instead of elisp-comp, bug 235576. Fix compile failure
77 + with USE=emacs, bug 227523 comment 2.
78
79 23 Aug 2008; Jeroen Roovers <jer@g.o> metadata.xml:
80 Add GLEP 56 USE flag descriptions.