Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/hyperspec/
Date: Mon, 05 Jun 2017 11:20:15
Message-Id: 1496661607.86af8a20da36777678d6c857f80456a69e35d401.nimiux@gentoo
1 commit: 86af8a20da36777678d6c857f80456a69e35d401
2 Author: Yegor Timoshenko <yegortimoshenko <AT> gmail <DOT> com>
3 AuthorDate: Mon Jun 5 11:16:38 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 5 11:20:07 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=86af8a20
7
8 dev-lisp/hyperspec: Removes fetch restrictions
9
10 Bug: https://bugs.gentoo.org/show_bug.cgi?id=583332
11 Closes: https://github.com/gentoo/gentoo/pull/4773
12
13 dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild | 16 +---------------
14 1 file changed, 1 insertion(+), 15 deletions(-)
15
16 diff --git a/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild b/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild
17 index 190ac7c5..b11c8d53 100644
18 --- a/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild
19 +++ b/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild
20 @@ -1,6 +1,5 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25
26 EAPI=6
27
28 @@ -16,21 +15,8 @@ KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
29 IUSE=""
30 DEPEND=""
31
32 -RESTRICT="mirror fetch"
33 -
34 S=${WORKDIR}/
35
36 -pkg_nofetch() {
37 - while read line; do elog "${line}"; done <<EOF
38 -
39 -The HyperSpec cannot be redistributed. Download the ${MY_P}.tar.gz
40 -file from http://www.lispworks.com/documentation/HyperSpec/ and move it to
41 -/usr/portage/distfiles before rerunning emerge. The legal conditions are
42 -described at http://www.lispworks.com/reference/HyperSpec/Front/Help.htm#Legal
43 -
44 -EOF
45 -}
46 -
47 src_install() {
48 dodir /usr/share/doc/${P}
49 cp -r HyperSpec* "${D}/usr/share/doc/${P}"