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-20081210.ebuild ChangeLog
Date: Sun, 29 Mar 2009 22:30:32
Message-Id: E1Lo3WQ-0008VF-Fi@stork.gentoo.org
1 ulm 09/03/29 22:30:30
2
3 Modified: icicles-20081210.ebuild ChangeLog
4 Log:
5 Use autopatch feature of elisp.eclass.
6 (Portage version: 2.2_rc27/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 app-emacs/icicles/icicles-20081210.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/icicles/icicles-20081210.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/icicles/icicles-20081210.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/icicles/icicles-20081210.ebuild?r1=1.1&r2=1.2
14
15 Index: icicles-20081210.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emacs/icicles/icicles-20081210.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- icicles-20081210.ebuild 14 Dec 2008 20:56:44 -0000 1.1
22 +++ icicles-20081210.ebuild 29 Mar 2009 22:30:30 -0000 1.2
23 @@ -1,8 +1,8 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/icicles/icicles-20081210.ebuild,v 1.1 2008/12/14 20:56:44 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/icicles/icicles-20081210.ebuild,v 1.2 2009/03/29 22:30:30 ulm Exp $
29
30 -inherit elisp eutils
31 +inherit elisp
32
33 DESCRIPTION="Minibuffer input completion and cycling"
34 HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/Icicles"
35 @@ -15,10 +15,5 @@
36 IUSE=""
37
38 S="${WORKDIR}/${PN}"
39 +ELISP_PATCHES="${PN}-byte-compile-without-x.patch"
40 SITEFILE="50${PN}-gentoo.el"
41 -
42 -src_unpack() {
43 - unpack ${A}
44 - cd "${S}"
45 - epatch "${FILESDIR}/${PN}-byte-compile-without-x.patch"
46 -}
47
48
49
50 1.5 app-emacs/icicles/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/icicles/ChangeLog?rev=1.5&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/icicles/ChangeLog?rev=1.5&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/icicles/ChangeLog?r1=1.4&r2=1.5
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/app-emacs/icicles/ChangeLog,v
59 retrieving revision 1.4
60 retrieving revision 1.5
61 diff -u -r1.4 -r1.5
62 --- ChangeLog 29 Jan 2009 02:02:56 -0000 1.4
63 +++ ChangeLog 29 Mar 2009 22:30:30 -0000 1.5
64 @@ -1,6 +1,9 @@
65 # ChangeLog for app-emacs/icicles
66 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/icicles/ChangeLog,v 1.4 2009/01/29 02:02:56 fauli Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/icicles/ChangeLog,v 1.5 2009/03/29 22:30:30 ulm Exp $
69 +
70 + 29 Mar 2009; Ulrich Mueller <ulm@g.o> icicles-20081210.ebuild:
71 + Use autopatch feature of elisp.eclass.
72
73 29 Jan 2009; Christian Faulhammer <fauli@g.o>
74 -icicles-20071205.ebuild: