Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/phrap/
Date: Tue, 05 Feb 2019 18:08:16
Message-Id: 1549390060.50802ade08e8d9fb07ee2855e762403cf908541b.bkohler@gentoo
1 commit: 50802ade08e8d9fb07ee2855e762403cf908541b
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 5 18:06:30 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 18:07:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50802ade
7
8 sci-biology/phrap: don't reference ${DISTDIR} in pkg_nofetch
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 sci-biology/phrap/phrap-1.080812-r2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-biology/phrap/phrap-1.080812-r2.ebuild b/sci-biology/phrap/phrap-1.080812-r2.ebuild
17 index 6cccc6c61bf..08ea5a1fb71 100644
18 --- a/sci-biology/phrap/phrap-1.080812-r2.ebuild
19 +++ b/sci-biology/phrap/phrap-1.080812-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -27,7 +27,7 @@ PATCHES=( "${FILESDIR}/${PN}-1.080812-fix-build-system.patch" )
27 pkg_nofetch() {
28 einfo "Please visit http://www.phrap.org/phredphrapconsed.html and obtain the file"
29 einfo "\"distrib.tar.gz\", then rename it to \"phrap-${PV}-distrib.tar.gz\""
30 - einfo "and put it in ${DISTDIR}"
31 + einfo "and put it into your DISTDIR directory."
32 }
33
34 src_compile() {