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/emacs-wget: emacs-wget-0.5.0.ebuild ChangeLog
Date: Wed, 27 Aug 2008 13:22:40
Message-Id: E1KYKyp-0005n4-9R@stork.gentoo.org
1 ulm 08/08/27 13:22:35
2
3 Modified: emacs-wget-0.5.0.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.11 app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild?r1=1.10&r2=1.11
14
15 Index: emacs-wget-0.5.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- emacs-wget-0.5.0.ebuild 2 Dec 2007 14:41:42 -0000 1.10
22 +++ emacs-wget-0.5.0.ebuild 27 Aug 2008 13:22:34 -0000 1.11
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild,v 1.10 2007/12/02 14:41:42 opfer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild,v 1.11 2008/08/27 13:22:34 ulm Exp $
29
30 inherit elisp
31
32 @@ -17,7 +17,3 @@
33
34 SITEFILE=65${PN}-gentoo.el
35 DOCS="ChangeLog README* USAGE*"
36 -
37 -src_compile() {
38 - elisp-comp *.el || die "elisp-comp failed"
39 -}
40
41
42
43 1.20 app-emacs/emacs-wget/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emacs-wget/ChangeLog?rev=1.20&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emacs-wget/ChangeLog?rev=1.20&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emacs-wget/ChangeLog?r1=1.19&r2=1.20
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/ChangeLog,v
52 retrieving revision 1.19
53 retrieving revision 1.20
54 diff -u -r1.19 -r1.20
55 --- ChangeLog 24 Mar 2008 21:32:03 -0000 1.19
56 +++ ChangeLog 27 Aug 2008 13:22:34 -0000 1.20
57 @@ -1,6 +1,9 @@
58 # ChangeLog for app-emacs/emacs-wget
59 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/ChangeLog,v 1.19 2008/03/24 21:32:03 ulm Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/ChangeLog,v 1.20 2008/08/27 13:22:34 ulm Exp $
62 +
63 + 27 Aug 2008; Ulrich Mueller <ulm@g.o> emacs-wget-0.5.0.ebuild:
64 + Use eclass default instead of elisp-comp, bug 235442.
65
66 24 Mar 2008; Ulrich Mueller <ulm@g.o> files/65emacs-wget-gentoo.el:
67 Set the load-path during site initialisation.