From b052fbf151106a4f47cac7fdf0ffff983decb773 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 1 Sep 2022 19:24:10 +0100 Subject: gentoo auto-resync : 01:09:2022 - 19:24:10 --- app-emacs/navi2ch/Manifest | 2 +- app-emacs/navi2ch/navi2ch-1.8.4-r1.ebuild | 44 ------------------------------- app-emacs/navi2ch/navi2ch-1.8.4-r2.ebuild | 44 +++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 45 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 (limited to 'app-emacs/navi2ch') diff --git a/app-emacs/navi2ch/Manifest b/app-emacs/navi2ch/Manifest index 2a8586ba336d..af5ac2247069 100644 --- a/app-emacs/navi2ch/Manifest +++ b/app-emacs/navi2ch/Manifest @@ -1,4 +1,4 @@ AUX 50navi2ch-gentoo.el 101 BLAKE2B 2747e516952995f06fd72ff022ea62a8270c3556bc9ea02c8467d3c75ac7f3b40bd8a8e6dba3bbfb6725307380196cc1772556fbec41cb2b6dac4b15beb81bfe SHA512 c7efdd0ef06c613628340a4f6f3a1a249e137eafb75542967b4a15c1114260375c9c527fc4e037c98041520d6771f03500f1e37b3d8392b67f6d3509a4a501fc DIST navi2ch-1.8.4.tar.gz 470499 BLAKE2B 55cc673365ac174de9d3919dc8579c76b0f1e2901c3e50b0c24d7b9b81c8ae2090e6b534e779c2a67a9b2bb1f693c3435dffe165a4a05516202be1edd507006d SHA512 3028ea05c1e264f734f5a7578a0eb7e7aa5f23dbe33ccf9b0659344dbbb36c140842100923bb77e82614307e9793fb73e2bff42d6308438410d80102e33a3184 -EBUILD navi2ch-1.8.4-r1.ebuild 1190 BLAKE2B 58e03de4b3ba7880f3df232cd2466306870b9d38db690eb338d474d7c3408226e3a7c51094a28d2af8b07c650843a5bbefe05a84eafd744fe019f05244bfc6b2 SHA512 5a9a78ce0bb4fe351e30d04fc06b90559d7e6d0ecbde75653423692c6fd935a7c7d9aa3913150ba6bd27835e07e07632eee4c3e97538771e38ca008387e101fe +EBUILD navi2ch-1.8.4-r2.ebuild 1187 BLAKE2B 95f9c0c7921f7c90896d869293ac615b56ff8bae8628aa706555dd6a584b62bf1a862dfc47cdacb91cbcda5e46d3b30d3e88d4cfbcdf464fea472cb03f2885af SHA512 7c7239ded6717ca4ad062d810fea7d8d725fa5654fa81d12e98a7be025b976c44e317614982aac85d9c43a12e3db9bb3f2a419fc4ba531dd0ca705216816c2b9 MISC metadata.xml 451 BLAKE2B 86bea5b898b5c3c5d462feee0f8c7bcff6a28548fd80e44a8069413dde80ec46dc4807aad633a97db0f1900cce207a9b99221cd5726ba3b49e8902b44b61b0c1 SHA512 197ff05f39c1c0ccd4f7df0fc895e96c14b878ed0d35cfefcc80f195c0f7e90fba9c2ea3215ac8367309763d1a9d4cd1fff59357fcfe40e4306360c0e38118dd 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