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/http-emacs: http-emacs-1.1-r1.ebuild http-emacs-1.1.ebuild ChangeLog
Date: Thu, 28 Aug 2008 06:43:48
Message-Id: E1KYbEP-0004JD-5c@stork.gentoo.org
1 ulm 08/08/28 06:43:45
2
3 Modified: http-emacs-1.1-r1.ebuild http-emacs-1.1.ebuild
4 ChangeLog
5 Log:
6 Use elisp-compile instead of elisp-comp, bug 235442.
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
8
9 Revision Changes Path
10 1.2 app-emacs/http-emacs/http-emacs-1.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/http-emacs/http-emacs-1.1-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/http-emacs/http-emacs-1.1-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/http-emacs/http-emacs-1.1-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: http-emacs-1.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/http-emacs/http-emacs-1.1-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- http-emacs-1.1-r1.ebuild 16 Oct 2007 21:25:14 -0000 1.1
23 +++ http-emacs-1.1-r1.ebuild 28 Aug 2008 06:43:44 -0000 1.2
24 @@ -1,10 +1,10 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/http-emacs/http-emacs-1.1-r1.ebuild,v 1.1 2007/10/16 21:25:14 ulm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/http-emacs/http-emacs-1.1-r1.ebuild,v 1.2 2008/08/28 06:43:44 ulm Exp $
30
31 inherit elisp
32
33 -DESCRIPTION="Fetch, render and post html pages and edit wiki pages via Emacs."
34 +DESCRIPTION="Fetch, render and post html pages and edit wiki pages via Emacs"
35 HOMEPAGE="http://emacswiki.org/cgi-bin/wiki.pl?SimpleWikiEditMode"
36 SRC_URI="http://savannah.nongnu.org/download/http-emacs/http-emacs.pkg/${PV}/${P}.tar.gz"
37
38 @@ -17,7 +17,3 @@
39 DOCS="CONTRIBUTORS"
40
41 SITEFILE=51${PN}-gentoo.el
42 -
43 -src_compile() {
44 - elisp-comp *.el || die "elisp-comp failed"
45 -}
46
47
48
49 1.11 app-emacs/http-emacs/http-emacs-1.1.ebuild
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/http-emacs/http-emacs-1.1.ebuild?rev=1.11&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/http-emacs/http-emacs-1.1.ebuild?rev=1.11&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/http-emacs/http-emacs-1.1.ebuild?r1=1.10&r2=1.11
54
55 Index: http-emacs-1.1.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/app-emacs/http-emacs/http-emacs-1.1.ebuild,v
58 retrieving revision 1.10
59 retrieving revision 1.11
60 diff -u -r1.10 -r1.11
61 --- http-emacs-1.1.ebuild 8 Oct 2007 14:34:33 -0000 1.10
62 +++ http-emacs-1.1.ebuild 28 Aug 2008 06:43:44 -0000 1.11
63 @@ -1,6 +1,6 @@
64 -# Copyright 1999-2007 Gentoo Foundation
65 +# Copyright 1999-2008 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/http-emacs/http-emacs-1.1.ebuild,v 1.10 2007/10/08 14:34:33 opfer Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/http-emacs/http-emacs-1.1.ebuild,v 1.11 2008/08/28 06:43:44 ulm Exp $
69
70 inherit elisp
71
72 @@ -17,5 +17,5 @@
73 SITEFILE=50http-emacs-gentoo.el
74
75 src_compile() {
76 - elisp-comp http-*.el || die "elisp-comp failed"
77 + elisp-compile http-*.el || die "elisp-compile failed"
78 }
79
80
81
82 1.11 app-emacs/http-emacs/ChangeLog
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/http-emacs/ChangeLog?rev=1.11&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/http-emacs/ChangeLog?rev=1.11&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/http-emacs/ChangeLog?r1=1.10&r2=1.11
87
88 Index: ChangeLog
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/app-emacs/http-emacs/ChangeLog,v
91 retrieving revision 1.10
92 retrieving revision 1.11
93 diff -u -r1.10 -r1.11
94 --- ChangeLog 16 Oct 2007 21:25:14 -0000 1.10
95 +++ ChangeLog 28 Aug 2008 06:43:44 -0000 1.11
96 @@ -1,6 +1,10 @@
97 # ChangeLog for app-emacs/http-emacs
98 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
99 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/http-emacs/ChangeLog,v 1.10 2007/10/16 21:25:14 ulm Exp $
100 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
101 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/http-emacs/ChangeLog,v 1.11 2008/08/28 06:43:44 ulm Exp $
102 +
103 + 28 Aug 2008; Ulrich Mueller <ulm@g.o> files/51http-emacs-gentoo.el,
104 + http-emacs-1.1.ebuild, http-emacs-1.1-r1.ebuild:
105 + Use elisp-compile instead of elisp-comp, bug 235442.
106
107 *http-emacs-1.1-r1 (16 Oct 2007)