From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D19B138206 for ; Fri, 19 Jan 2018 07:42:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35C2EE089A; Fri, 19 Jan 2018 07:42:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FACBE089A for ; Fri, 19 Jan 2018 07:42:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA115335C31 for ; Fri, 19 Jan 2018 07:42:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F0AD15D for ; Fri, 19 Jan 2018 07:42:27 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1516347734.01d6afe7fd2407801fb2c9681b9fb846ce028596.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/motif-reference-manual/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r1.ebuild app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild X-VCS-Directories: app-doc/motif-reference-manual/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 01d6afe7fd2407801fb2c9681b9fb846ce028596 X-VCS-Branch: master Date: Fri, 19 Jan 2018 07:42:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 80a1248c-a2e6-4a96-b6f3-c2c859cb6bd1 X-Archives-Hash: 6118302de9b53685df7b166c1ecc1465 commit: 01d6afe7fd2407801fb2c9681b9fb846ce028596 Author: Ulrich Müller gentoo org> AuthorDate: Fri Jan 19 07:41:39 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Jan 19 07:42:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d6afe7 app-doc/motif-reference-manual: Bump to EAPI 6. Straight to stable, since only pre-built documentation is installed. Package-Manager: Portage-2.3.19, Repoman-2.3.6 ...0-r1.ebuild => motif-reference-manual-2.3.0-r2.ebuild} | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r1.ebuild b/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild similarity index 63% rename from app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r1.ebuild rename to app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild index fe30fd1feb5..570cadda83e 100644 --- a/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r1.ebuild +++ b/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild @@ -1,9 +1,9 @@ -# 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/" @@ -15,5 +15,10 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~ppc-aix ~amd64 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 +}