summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-02-24 12:32:21 +0100
committerManuel Rüger <mrueg@gentoo.org>2017-02-24 12:32:42 +0100
commit46115d1b28a4dc17a2442c36333ddbb8ebd0a368 (patch)
tree06166d44702f60cef6959c0d8a9b23e8e948b6b4
parentdev-libs/librep: remove old (diff)
downloadgentoo-46115d1b28a4dc17a2442c36333ddbb8ebd0a368.tar.gz
gentoo-46115d1b28a4dc17a2442c36333ddbb8ebd0a368.tar.bz2
gentoo-46115d1b28a4dc17a2442c36333ddbb8ebd0a368.zip
app-emacs/navi2ch: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--app-emacs/navi2ch/navi2ch-1.8.4.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/app-emacs/navi2ch/navi2ch-1.8.4.ebuild b/app-emacs/navi2ch/navi2ch-1.8.4.ebuild
deleted file mode 100644
index 5961018b720f..000000000000
--- a/app-emacs/navi2ch/navi2ch-1.8.4.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-inherit elisp
-
-DESCRIPTION="A navigator for the Japanese textboard 2ch"
-HOMEPAGE="http://navi2ch.sourceforge.net/"
-SRC_URI="mirror://sourceforge/navi2ch/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_configure() {
- econf \
- --with-lispdir="${EPREFIX}${SITELISP}/${PN}" \
- --with-icondir="${EPREFIX}${SITEETC}/${PN}"
-}
-
-# This is NOT redundant, elisp.eclass redefines src_compile
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- elisp-install ${PN} contrib/*.el || die
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
- dodoc ChangeLog* NEWS README TODO || die
- newdoc contrib/README README.contrib || die
-}
-
-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
-}