* [gentoo-commits] gentoo-x86 commit in app-emacs/navi2ch: ChangeLog navi2ch-1.8.2.ebuild
@ 2009-03-01 23:52 Matsuu Takuto (matsuu)
0 siblings, 0 replies; only message in thread
From: Matsuu Takuto (matsuu) @ 2009-03-01 23:52 UTC (permalink / raw
To: gentoo-commits
matsuu 09/03/01 23:52:47
Modified: ChangeLog
Added: navi2ch-1.8.2.ebuild
Log:
Version bumped.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Revision Changes Path
1.51 app-emacs/navi2ch/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/navi2ch/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/navi2ch/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/navi2ch/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/navi2ch/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 8 Jan 2009 08:48:08 -0000 1.50
+++ ChangeLog 1 Mar 2009 23:52:46 -0000 1.51
@@ -1,6 +1,11 @@
# ChangeLog for app-emacs/navi2ch
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/navi2ch/ChangeLog,v 1.50 2009/01/08 08:48:08 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/navi2ch/ChangeLog,v 1.51 2009/03/01 23:52:46 matsuu Exp $
+
+*navi2ch-1.8.2 (01 Mar 2009)
+
+ 01 Mar 2009; MATSUU Takuto <matsuu@gentoo.org> +navi2ch-1.8.2.ebuild:
+ Version bumped.
08 Jan 2009; Christian Faulhammer <fauli@gentoo.org>
-navi2ch-1.7.5_p20070510.ebuild, -navi2ch-1.7.5_p20080325.ebuild:
1.1 app-emacs/navi2ch/navi2ch-1.8.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/navi2ch/navi2ch-1.8.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/navi2ch/navi2ch-1.8.2.ebuild?rev=1.1&content-type=text/plain
Index: navi2ch-1.8.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/navi2ch/navi2ch-1.8.2.ebuild,v 1.1 2009/03/01 23:52:46 matsuu Exp $
inherit elisp
DESCRIPTION="A navigator for 2ch"
HOMEPAGE="http://navi2ch.sourceforge.net/"
SRC_URI="mirror://sourceforge/navi2ch/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
SITEFILE=50${PN}-gentoo.el
src_compile() {
econf \
--with-lispdir=${SITELISP}/${PN} \
--with-icondir=${SITEETC}/${PN} \
|| die "econf failed"
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
elisp-install ${PN} contrib/*.el || die "elisp-install failed"
elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
|| die "elisp-site-file-install failed"
dodoc ChangeLog* NEWS README TODO
newdoc contrib/README README.contrib
}
pkg_postinst() {
elisp-site-regen
elog
elog "Please add to your ~/.emacs"
elog "If you use mona-font,"
elog "\t(setq navi2ch-mona-enable t)"
elog "If you use izonmoji-mode,"
elog "\t(require 'izonmoji-mode)"
elog "\t(add-hook 'navi2ch-bm-mode-hook 'izonmoji-mode-on)"
elog "\t(add-hook 'navi2ch-article-mode-hook 'izonmoji-mode-on)"
elog "\t(add-hook 'navi2ch-popup-article-mode-hook 'izonmoji-mode-on)"
elog
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-03-01 23:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-01 23:52 [gentoo-commits] gentoo-x86 commit in app-emacs/navi2ch: ChangeLog navi2ch-1.8.2.ebuild Matsuu Takuto (matsuu)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox