From: Andrey Grozin Date: Thu, 15 Dec 2016 14:00:35 +0000 (+0700) Subject: dev-lisp/hyperspec: cleaning 7.0 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ab48131ac0e496482b97e41fbe70b00ab5deda79;p=gentoo.git dev-lisp/hyperspec: cleaning 7.0 Bug: 583332 Package-Manager: portage-2.3.3 --- diff --git a/dev-lisp/hyperspec/hyperspec-7.0.ebuild b/dev-lisp/hyperspec/hyperspec-7.0.ebuild deleted file mode 100644 index 1102360d763e..000000000000 --- a/dev-lisp/hyperspec/hyperspec-7.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -MY_PV=${PV/./-} - -DESCRIPTION="Common Lisp ANSI-standard Hyperspec" -HOMEPAGE="http://www.lispworks.com/reference/HyperSpec/" -SRC_URI="" -LICENSE="HyperSpec" -SLOT="0" -KEYWORDS="x86 amd64 sparc ppc" -IUSE="" -DEPEND="" - -# URL: ftp://ftp.lispworks.com/pub/software_tools/reference/HyperSpec-7-0.tar.gz - -S=${WORKDIR}/ - -src_unpack() { - if [ ! -f ${DISTDIR}/HyperSpec-${MY_PV}.tar.gz ]; then - while read line; do elog "${line}"; done <