commit: eab8bb4b3f600cd783a59ba114b0b49554124353 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Mar 28 19:29:13 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Mar 28 19:36:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eab8bb4b
app-emacs/zenirc: EAPI 7, readme.gentoo-r1 Closes: https://bugs.gentoo.org/778713 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-emacs/zenirc/zenirc-2.112-r1.ebuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app-emacs/zenirc/zenirc-2.112-r1.ebuild b/app-emacs/zenirc/zenirc-2.112-r1.ebuild index b0c761c8745..3caa910d7d9 100644 --- a/app-emacs/zenirc/zenirc-2.112-r1.ebuild +++ b/app-emacs/zenirc/zenirc-2.112-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit readme.gentoo elisp +inherit elisp readme.gentoo-r1 DESCRIPTION="A full-featured scriptable IRC client for the Emacs text editor" HOMEPAGE="http://www.zenirc.org/" @@ -31,12 +31,12 @@ src_install() { doinfo doc/zenirc.info dodoc BUGS INSTALL NEWS README TODO - cd doc + local DOC_CONTENTS="Refer to the Info documentation and + ${SITELISP}/${PN}/zenirc-example.el for customization hints." + readme.gentoo_create_doc + + cd doc || die docinto doc dodoc 666.conspiracy FAQ README-OLD ctcp.doc irc-operators \ server-list tao-of-irc tour.of.irc undernet - - DOC_CONTENTS="Refer to the Info documentation and - ${SITELISP}/${PN}/zenirc-example.el for customization hints." - readme.gentoo_create_doc }