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/w3mnav: ChangeLog w3mnav-0.5-r3.ebuild w3mnav-0.5-r2.ebuild
Date: Fri, 21 Sep 2007 09:24:59
Message-Id: E1IYebx-0003y0-M6@stork.gentoo.org
1 ulm 07/09/21 09:15:45
2
3 Modified: ChangeLog
4 Added: w3mnav-0.5-r3.ebuild
5 Removed: w3mnav-0.5-r2.ebuild
6 Log:
7 Move binding of keys to w3m-mode-hook. Fixes bug #193287.
8 (Portage version: 2.1.3.9)
9
10 Revision Changes Path
11 1.12 app-emacs/w3mnav/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/w3mnav/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/w3mnav/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/w3mnav/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emacs/w3mnav/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 20 Sep 2007 23:06:43 -0000 1.11
24 +++ ChangeLog 21 Sep 2007 09:15:45 -0000 1.12
25 @@ -1,6 +1,13 @@
26 # ChangeLog for app-emacs/w3mnav
27 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/w3mnav/ChangeLog,v 1.11 2007/09/20 23:06:43 ulm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/w3mnav/ChangeLog,v 1.12 2007/09/21 09:15:45 ulm Exp $
30 +
31 +*w3mnav-0.5-r3 (21 Sep 2007)
32 +
33 + 21 Sep 2007; Ulrich Mueller <ulm@g.o> files/75w3mnav-gentoo.el,
34 + -w3mnav-0.5-r2.ebuild, +w3mnav-0.5-r3.ebuild:
35 + Move binding of keys to w3m-mode-hook. Fixes bug #193287, thanks to Ivan
36 + Toshkov <ivan@×××××××.org> for the report and solution.
37
38 *w3mnav-0.5-r2 (20 Sep 2007)
39
40
41
42
43 1.1 app-emacs/w3mnav/w3mnav-0.5-r3.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/w3mnav/w3mnav-0.5-r3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/w3mnav/w3mnav-0.5-r3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: w3mnav-0.5-r3.ebuild
49 ===================================================================
50 # Copyright 1999-2007 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-emacs/w3mnav/w3mnav-0.5-r3.ebuild,v 1.1 2007/09/21 09:15:45 ulm Exp $
53
54 inherit elisp
55
56 DESCRIPTION="Add Info-like navigation keys to the emacs-w3m web browser"
57 HOMEPAGE="http://www.neilvandyke.org/w3mnav/"
58 SRC_URI="mirror://gentoo/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86"
63 IUSE=""
64
65 DEPEND="app-emacs/emacs-w3m"
66
67 SITEFILE=75${PN}-gentoo.el
68
69 src_compile() {
70 emacs -batch -q --no-site-file -L "${SITELISP}/emacs-w3m" \
71 -f batch-byte-compile w3mnav.el || die "byte-compile failed"
72 }
73
74
75
76 --
77 gentoo-commits@g.o mailing list