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/consed/
Date: Tue, 05 Feb 2019 18:08:16
Message-Id: 1549390059.207f91c6d7009bccefafea108d00553ef21a5cdf.bkohler@gentoo
1 commit: 207f91c6d7009bccefafea108d00553ef21a5cdf
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 5 18:06:09 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 18:07:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=207f91c6
7
8 sci-biology/consed: 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/consed/consed-29.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sci-biology/consed/consed-29.ebuild b/sci-biology/consed/consed-29.ebuild
17 index d5417e31028..32eba4cb16d 100644
18 --- a/sci-biology/consed/consed-29.ebuild
19 +++ b/sci-biology/consed/consed-29.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 @@ -45,10 +45,10 @@ PATCHES=(
27 pkg_nofetch() {
28 einfo "Please visit ${HOMEPAGE} and obtain the file"
29 einfo "\"sources.tar.gz\", then rename it to \"${P}-sources.tar.gz\""
30 - einfo "and place it in ${DISTDIR},"
31 + einfo "and place it into your DISTDIR directory,"
32 einfo "obtain the file"
33 einfo "\"consed_linux.tar.gz\", then rename it to \"${P}-linux.tar.gz\""
34 - einfo "and place it in ${DISTDIR}"
35 + einfo "and place it into your DISTDIR directory."
36 }
37
38 src_prepare() {