Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/hyperspec/
Date: Mon, 05 Jun 2017 11:28:18
Message-Id: 1496662086.9abc44985996b92115e1b2c560f9382bba79f8bb.nimiux@gentoo
1 commit: 9abc44985996b92115e1b2c560f9382bba79f8bb
2 Author: Yegor Timoshenko <yegortimoshenko <AT> gmail <DOT> com>
3 AuthorDate: Mon Jun 5 11:27:22 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 5 11:28:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9abc4498
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 Package-Manager: Portage-2.3.5, Repoman-2.3.1
14
15 dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild | 15 +--------------
16 1 file changed, 1 insertion(+), 14 deletions(-)
17
18 diff --git a/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild b/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild
19 index 24c90a19ac7..b11c8d53f3b 100644
20 --- a/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild
21 +++ b/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -15,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}"