mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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 <ulm@gentoo.org>
This commit is contained in:
@@ -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*"
|
||||
Reference in New Issue
Block a user