summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@gmail.com>2017-06-05 13:27:22 +0200
committerChema Alonso Josa <nimiux@gentoo.org>2017-06-05 13:28:06 +0200
commit9abc44985996b92115e1b2c560f9382bba79f8bb (patch)
tree008ef19e7b44407cd2d6fde5f833198f86126e55
parentnet-vpn/i2pd: remove old 2.11.0 (diff)
downloadgentoo-9abc44985996b92115e1b2c560f9382bba79f8bb.tar.gz
gentoo-9abc44985996b92115e1b2c560f9382bba79f8bb.tar.bz2
gentoo-9abc44985996b92115e1b2c560f9382bba79f8bb.zip
dev-lisp/hyperspec: Removes fetch restrictions
Bug: https://bugs.gentoo.org/show_bug.cgi?id=583332 Closes: https://github.com/gentoo/gentoo/pull/4773 Package-Manager: Portage-2.3.5, Repoman-2.3.1
-rw-r--r--dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild15
1 files changed, 1 insertions, 14 deletions
diff --git a/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild b/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild
index 24c90a19ac76..b11c8d53f3b2 100644
--- a/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild
+++ b/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,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}"