commit: 11a508e4dca741d7dd057c525ca55d58456a9d67
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 21:54:45 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 21:54:45 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=11a508e4
dev-lisp/hyperspec: Updates header
dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild
b/dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild
index d126554..cf081cd 100644
--- a/dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild
+++ b/dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
-EAPI="2"
+EAPI=2
MY_PV=${PV/./-}
MY_P=HyperSpec-${MY_PV}
@@ -20,7 +20,7 @@ IUSE=""
S="${WORKDIR}"
src_install() {
- dodir /usr/share/doc/${PF} || die
- cp -a HyperSpec* ${D}/usr/share/doc/${PF} || die
- dosym /usr/share/doc/${PF} /usr/share/doc/${PN} || die
+ dodir "/usr/share/doc/${PF}" || die
+ cp -a HyperSpec* "${D}/usr/share/doc/${PF}" || die
+ dosym "/usr/share/doc/${PF} /usr/share/doc/${PN}" || die
}