From f864d90c13e0c54762adb3065a3841d18c079943 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Wed, 31 Aug 2022 12:13:20 +0200 Subject: app-emacs/navi2ch: Update to EAPI 8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- app-emacs/navi2ch/navi2ch-1.8.4-r1.ebuild | 44 ------------------------------- app-emacs/navi2ch/navi2ch-1.8.4-r2.ebuild | 44 +++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 app-emacs/navi2ch/navi2ch-1.8.4-r1.ebuild create mode 100644 app-emacs/navi2ch/navi2ch-1.8.4-r2.ebuild diff --git a/app-emacs/navi2ch/navi2ch-1.8.4-r1.ebuild b/app-emacs/navi2ch/navi2ch-1.8.4-r1.ebuild deleted file mode 100644 index c18d019a8908..000000000000 --- a/app-emacs/navi2ch/navi2ch-1.8.4-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit elisp readme.gentoo-r1 - -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" - -SITEFILE="50${PN}-gentoo.el" - -src_configure() { - econf \ - --with-lispdir="${EPREFIX}${SITELISP}/${PN}" \ - --with-icondir="${EPREFIX}${SITEETC}/${PN}" -} - -src_compile() { - default -} - -src_install() { - emake DESTDIR="${D}" install - elisp-install ${PN} contrib/*.el - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - dodoc ChangeLog* NEWS README TODO - newdoc contrib/README README.contrib - - DOC_CONTENTS="Please add the following lines to your ~/.emacs file: - \n\nIf you use mona-font: - \n\t(setq navi2ch-mona-enable t) - \nIf you use izonmoji-mode: - \n\t(require 'izonmoji-mode) - \n\t(add-hook 'navi2ch-bm-mode-hook 'izonmoji-mode-on) - \n\t(add-hook 'navi2ch-article-mode-hook 'izonmoji-mode-on) - \n\t(add-hook 'navi2ch-popup-article-mode-hook 'izonmoji-mode-on)" - readme.gentoo_create_doc -} diff --git a/app-emacs/navi2ch/navi2ch-1.8.4-r2.ebuild b/app-emacs/navi2ch/navi2ch-1.8.4-r2.ebuild new file mode 100644 index 000000000000..b443b899c2af --- /dev/null +++ b/app-emacs/navi2ch/navi2ch-1.8.4-r2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp readme.gentoo-r1 + +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" + +SITEFILE="50${PN}-gentoo.el" + +src_configure() { + econf \ + --with-lispdir="${EPREFIX}${SITELISP}/${PN}" \ + --with-icondir="${EPREFIX}${SITEETC}/${PN}" +} + +src_compile() { + default +} + +src_install() { + emake DESTDIR="${D}" install + elisp-install ${PN} contrib/*.el + elisp-site-file-install "${FILESDIR}/${SITEFILE}" + dodoc ChangeLog* NEWS README TODO + newdoc contrib/README README.contrib + + DOC_CONTENTS="Please add the following lines to your ~/.emacs file: + \n\nIf you use mona-font: + \n\t(setq navi2ch-mona-enable t) + \nIf you use izonmoji-mode: + \n\t(require 'izonmoji-mode) + \n\t(add-hook 'navi2ch-bm-mode-hook 'izonmoji-mode-on) + \n\t(add-hook 'navi2ch-article-mode-hook 'izonmoji-mode-on) + \n\t(add-hook 'navi2ch-popup-article-mode-hook 'izonmoji-mode-on)" + readme.gentoo_create_doc +} -- cgit v1.2.3-65-gdbad