diff options
Diffstat (limited to 'app-emacs/zenirc/zenirc-2.112-r1.ebuild')
-rw-r--r-- | app-emacs/zenirc/zenirc-2.112-r1.ebuild | 16 |
1 files 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 b0c761c87450..3caa910d7d9a 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 } |