diff options
Diffstat (limited to 'app-emacs/navi2ch')
-rw-r--r-- | app-emacs/navi2ch/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/navi2ch/navi2ch-1.7.5_p20070510.ebuild | 49 | ||||
-rw-r--r-- | app-emacs/navi2ch/navi2ch-1.7.5_p20080325.ebuild | 49 |
3 files changed, 5 insertions, 99 deletions
diff --git a/app-emacs/navi2ch/ChangeLog b/app-emacs/navi2ch/ChangeLog index 68a9d5ed0742..1a8626220266 100644 --- a/app-emacs/navi2ch/ChangeLog +++ b/app-emacs/navi2ch/ChangeLog @@ -1,6 +1,10 @@ # 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.49 2009/01/07 15:25:45 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/navi2ch/ChangeLog,v 1.50 2009/01/08 08:48:08 fauli Exp $ + + 08 Jan 2009; Christian Faulhammer <fauli@gentoo.org> + -navi2ch-1.7.5_p20070510.ebuild, -navi2ch-1.7.5_p20080325.ebuild: + clean up 07 Jan 2009; Brent Baude <ranger@gentoo.org> navi2ch-1.8.1.ebuild: stable ppc64, bug 253327 diff --git a/app-emacs/navi2ch/navi2ch-1.7.5_p20070510.ebuild b/app-emacs/navi2ch/navi2ch-1.7.5_p20070510.ebuild deleted file mode 100644 index c6470a872ffc..000000000000 --- a/app-emacs/navi2ch/navi2ch-1.7.5_p20070510.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/navi2ch/navi2ch-1.7.5_p20070510.ebuild,v 1.6 2008/06/14 13:23:38 nixnut Exp $ - -inherit elisp - -MY_PV=${PV#*_p} -DESCRIPTION="A navigator for 2ch" -HOMEPAGE="http://navi2ch.sourceforge.net/" -SRC_URI="http://navi2ch.sourceforge.net/snapshot/${PN}-cvs_0.0.${MY_PV}-1.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ppc ppc64 sparc x86" -IUSE="" - -SITEFILE=50${PN}-gentoo.el -S="${WORKDIR}/${PN}-cvs-${MY_PV}" - -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 -} diff --git a/app-emacs/navi2ch/navi2ch-1.7.5_p20080325.ebuild b/app-emacs/navi2ch/navi2ch-1.7.5_p20080325.ebuild deleted file mode 100644 index ed8c8941d083..000000000000 --- a/app-emacs/navi2ch/navi2ch-1.7.5_p20080325.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $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 $ - -inherit elisp - -MY_PV=${PV#*_p} -DESCRIPTION="A navigator for 2ch" -HOMEPAGE="http://navi2ch.sourceforge.net/" -SRC_URI="http://navi2ch.sourceforge.net/snapshot/${PN}-cvs_0.0.${MY_PV}-1.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -SITEFILE=50${PN}-gentoo.el -S="${WORKDIR}/${PN}-cvs-${MY_PV}" - -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 -} |