summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild')
-rw-r--r--dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild b/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild
deleted file mode 100644
index a5bf5ee0c5e9..000000000000
--- a/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PV=${PV/./-}
-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"
-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
-}