commit:     86af8a20da36777678d6c857f80456a69e35d401
Author:     Yegor Timoshenko <yegortimoshenko <AT> gmail <DOT> com>
AuthorDate: Mon Jun  5 11:16:38 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jun  5 11:20:07 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=86af8a20

dev-lisp/hyperspec: Removes fetch restrictions

Bug: https://bugs.gentoo.org/show_bug.cgi?id=583332
Closes: https://github.com/gentoo/gentoo/pull/4773

 dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild 
b/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild
index 190ac7c5..b11c8d53 100644
--- a/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild
+++ b/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=6
 
@@ -16,21 +15,8 @@ KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
 IUSE=""
 DEPEND=""
 
-RESTRICT="mirror fetch"
-
 S=${WORKDIR}/
 
-pkg_nofetch() {
-       while read line; do elog "${line}"; done <<EOF
-
-The HyperSpec cannot be redistributed. Download the ${MY_P}.tar.gz
-file from http://www.lispworks.com/documentation/HyperSpec/ and move it to
-/usr/portage/distfiles before rerunning emerge. The legal conditions are
-described at http://www.lispworks.com/reference/HyperSpec/Front/Help.htm#Legal
-
-EOF
-}
-
 src_install() {
        dodir /usr/share/doc/${P}
        cp -r HyperSpec* "${D}/usr/share/doc/${P}"

Reply via email to