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-emacs/icicles: icicles-20071205.ebuild ChangeLog
Date: Wed, 27 Aug 2008 13:19:45
Message-Id: E1KYKw1-0005kR-OM@stork.gentoo.org
1 ulm 08/08/27 13:19:41
2
3 Modified: icicles-20071205.ebuild ChangeLog
4 Log:
5 Use eclass default instead of elisp-comp, bug 235442.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
7
8 Revision Changes Path
9 1.2 app-emacs/icicles/icicles-20071205.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/icicles/icicles-20071205.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/icicles/icicles-20071205.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/icicles/icicles-20071205.ebuild?r1=1.1&r2=1.2
14
15 Index: icicles-20071205.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emacs/icicles/icicles-20071205.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- icicles-20071205.ebuild 23 Jan 2008 10:13:13 -0000 1.1
22 +++ icicles-20071205.ebuild 27 Aug 2008 13:19:41 -0000 1.2
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/icicles/icicles-20071205.ebuild,v 1.1 2008/01/23 10:13:13 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/icicles/icicles-20071205.ebuild,v 1.2 2008/08/27 13:19:41 ulm Exp $
28
29 inherit elisp eutils
30
31 @@ -23,7 +23,3 @@
32 unpack ${A}
33 epatch "${FILESDIR}/${PN}-byte-compile-without-x.patch"
34 }
35 -
36 -src_compile() {
37 - elisp-comp *.el || die "elisp-comp failed"
38 -}
39
40
41
42 1.2 app-emacs/icicles/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/icicles/ChangeLog?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/icicles/ChangeLog?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/icicles/ChangeLog?r1=1.1&r2=1.2
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-emacs/icicles/ChangeLog,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- ChangeLog 23 Jan 2008 10:13:13 -0000 1.1
55 +++ ChangeLog 27 Aug 2008 13:19:41 -0000 1.2
56 @@ -1,6 +1,9 @@
57 # ChangeLog for app-emacs/icicles
58 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/icicles/ChangeLog,v 1.1 2008/01/23 10:13:13 ulm Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/icicles/ChangeLog,v 1.2 2008/08/27 13:19:41 ulm Exp $
61 +
62 + 27 Aug 2008; Ulrich Mueller <ulm@g.o> icicles-20071205.ebuild:
63 + Use eclass default instead of elisp-comp, bug 235442.
64
65 *icicles-20071205 (23 Jan 2008)