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 3C3D213933E for ; Wed, 14 Jul 2021 07:32:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7992EE0ACE; Wed, 14 Jul 2021 07:32:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 62D14E0ACE for ; Wed, 14 Jul 2021 07:32:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 16534342B2A for ; Wed, 14 Jul 2021 07:32:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5464A798 for ; Wed, 14 Jul 2021 07:32:29 +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: <1626247943.bdbf80a26ffcd258e57e2e57b5ded4ee96d56927.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/hyperspec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild X-VCS-Directories: dev-lisp/hyperspec/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: bdbf80a26ffcd258e57e2e57b5ded4ee96d56927 X-VCS-Branch: master Date: Wed, 14 Jul 2021 07:32:29 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fd5cb3fa-b232-4365-b4d0-23861baf88a2 X-Archives-Hash: 216628c7ca0ecc52d4109b1a21fd799c commit: bdbf80a26ffcd258e57e2e57b5ded4ee96d56927 Author: Ulrich Müller gentoo org> AuthorDate: Wed Jul 14 07:31:27 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Jul 14 07:32:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdbf80a2 dev-lisp/hyperspec: Fix documentation path, EAPI 8 Closes: https://bugs.gentoo.org/802114 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> .../{hyperspec-7.0-r1.ebuild => hyperspec-7.0-r2.ebuild} | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild b/dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild similarity index 62% rename from dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild rename to dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild index a5bf5ee0c5e..8f42e8c8c73 100644 --- a/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild +++ b/dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 MY_PV=${PV/./-} MY_P=HyperSpec-${MY_PV} @@ -9,16 +9,10 @@ MY_P=HyperSpec-${MY_PV} DESCRIPTION="Common Lisp ANSI-standard Hyperspec" HOMEPAGE="http://www.lispworks.com/reference/HyperSpec/" SRC_URI="ftp://ftp.lispworks.com/pub/software_tools/reference/${MY_P}.tar.gz" +S="${WORKDIR}" + LICENSE="HyperSpec" SLOT="0" KEYWORDS="amd64 ppc sparc x86" -IUSE="" -DEPEND="" - -S=${WORKDIR}/ -src_install() { - dodir /usr/share/doc/${P} - cp -r HyperSpec* "${D}/usr/share/doc/${P}" - dosym /usr/share/doc/${P} /usr/share/doc/hyperspec -} +DOCS="HyperSpec*"