summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-03-28 21:29:13 +0200
committerUlrich Müller <ulm@gentoo.org>2021-03-28 21:36:38 +0200
commiteab8bb4b3f600cd783a59ba114b0b49554124353 (patch)
tree7d97fe08cdb55d0f76f1aec031bc37e7d89e4842
parentapp-emacs/redo+: EAPI 7, readme.gentoo-r1 (diff)
downloadgentoo-eab8bb4b3f600cd783a59ba114b0b49554124353.tar.gz
gentoo-eab8bb4b3f600cd783a59ba114b0b49554124353.tar.bz2
gentoo-eab8bb4b3f600cd783a59ba114b0b49554124353.zip
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@gentoo.org>
-rw-r--r--app-emacs/zenirc/zenirc-2.112-r1.ebuild16
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
}