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/navi2ch: ChangeLog navi2ch-1.7.5_p20080325.ebuild
Date: Sun, 27 Apr 2008 17:56:57
Message-Id: E1JqB7O-00053t-Mq@stork.gentoo.org
1 ulm 08/04/27 17:56:54
2
3 Modified: ChangeLog
4 Added: navi2ch-1.7.5_p20080325.ebuild
5 Log:
6 Add CVS snapshot, bug 219449.
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.36 app-emacs/navi2ch/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/navi2ch/ChangeLog?rev=1.36&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/navi2ch/ChangeLog?rev=1.36&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/navi2ch/ChangeLog?r1=1.35&r2=1.36
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/navi2ch/ChangeLog,v
19 retrieving revision 1.35
20 retrieving revision 1.36
21 diff -u -r1.35 -r1.36
22 --- ChangeLog 25 Dec 2007 16:43:02 -0000 1.35
23 +++ ChangeLog 27 Apr 2008 17:56:54 -0000 1.36
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-emacs/navi2ch
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/navi2ch/ChangeLog,v 1.35 2007/12/25 16:43:02 phreak Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/navi2ch/ChangeLog,v 1.36 2008/04/27 17:56:54 ulm Exp $
30 +
31 +*navi2ch-1.7.5_p20080325 (27 Apr 2008)
32 +
33 + 27 Apr 2008; Ulrich Mueller <ulm@g.o> files/50navi2ch-gentoo.el,
34 + +navi2ch-1.7.5_p20080325.ebuild:
35 + Add CVS snapshot, bug 219449.
36
37 25 Dec 2007; Christian Heim <phreak@g.o> metadata.xml:
38 Removing usata from metadata.xml as per #22931.
39
40
41
42 1.1 app-emacs/navi2ch/navi2ch-1.7.5_p20080325.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/navi2ch/navi2ch-1.7.5_p20080325.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/navi2ch/navi2ch-1.7.5_p20080325.ebuild?rev=1.1&content-type=text/plain
46
47 Index: navi2ch-1.7.5_p20080325.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-emacs/navi2ch/navi2ch-1.7.5_p20080325.ebuild,v 1.1 2008/04/27 17:56:54 ulm Exp $
52
53 inherit elisp
54
55 MY_PV=${PV#*_p}
56 DESCRIPTION="A navigator for 2ch"
57 HOMEPAGE="http://navi2ch.sourceforge.net/"
58 SRC_URI="http://navi2ch.sourceforge.net/snapshot/${PN}-cvs_0.0.${MY_PV}-1.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
63 IUSE=""
64
65 SITEFILE=50${PN}-gentoo.el
66 S="${WORKDIR}/${PN}-cvs-${MY_PV}"
67
68 src_compile() {
69 econf \
70 --with-lispdir=${SITELISP}/${PN} \
71 --with-icondir=${SITEETC}/${PN} \
72 || die "econf failed"
73 emake || die "emake failed"
74 }
75
76 src_install() {
77 emake DESTDIR="${D}" install || die "emake install failed"
78 elisp-install ${PN} contrib/*.el || die "elisp-install failed"
79 elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
80 || die "elisp-site-file-install failed"
81 dodoc ChangeLog* NEWS README TODO
82 newdoc contrib/README README.contrib
83 }
84
85 pkg_postinst() {
86 elisp-site-regen
87 elog
88 elog "Please add to your ~/.emacs"
89 elog "If you use mona-font,"
90 elog "\t(setq navi2ch-mona-enable t)"
91 elog "If you use izonmoji-mode,"
92 elog "\t(require 'izonmoji-mode)"
93 elog "\t(add-hook 'navi2ch-bm-mode-hook 'izonmoji-mode-on)"
94 elog "\t(add-hook 'navi2ch-article-mode-hook 'izonmoji-mode-on)"
95 elog "\t(add-hook 'navi2ch-popup-article-mode-hook 'izonmoji-mode-on)"
96 elog
97 }
98
99
100
101 --
102 gentoo-commits@l.g.o mailing list