-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=6
-inherit readme.gentoo
+inherit readme.gentoo-r1
DESCRIPTION="Motif Reference Manual"
HOMEPAGE="http://www.motifzone.net/"
S="${WORKDIR}"
DOCS="*.pdf"
-DOC_CONTENTS="The source code for the manual is available at
- ftp://ftp.ics.com/openmotif/openmotif-${PV}-manual.src.tgz"
+
+src_install() {
+ local DOC_CONTENTS="The source code for the manual is available at
+ ftp://ftp.ics.com/openmotif/openmotif-${PV}-manual.src.tgz"
+ default
+ readme.gentoo_create_doc
+}