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-chemistry/procheck/
Date: Tue, 05 Feb 2019 18:46:22
Message-Id: 1549392309.cfb4772fe187284c4a855161395dccd0db41e999.bkohler@gentoo
1 commit: cfb4772fe187284c4a855161395dccd0db41e999
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 5 18:34:15 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 18:45:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfb4772f
7
8 sci-chemistry/procheck: 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-chemistry/procheck/procheck-3.5.4-r3.ebuild | 13 +++++++------
14 1 file changed, 7 insertions(+), 6 deletions(-)
15
16 diff --git a/sci-chemistry/procheck/procheck-3.5.4-r3.ebuild b/sci-chemistry/procheck/procheck-3.5.4-r3.ebuild
17 index 4b188e5a982..cc536d671b8 100644
18 --- a/sci-chemistry/procheck/procheck-3.5.4-r3.ebuild
19 +++ b/sci-chemistry/procheck/procheck-3.5.4-r3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 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 @@ -25,11 +25,12 @@ S="${WORKDIR}/${PN}"
27
28 pkg_nofetch() {
29 elog "Please visit http://www.ebi.ac.uk/thornton-srv/software/PROCHECK/download.html"
30 - elog "And follow the instruction for downloading."
31 - elog "Files should be stored in following way"
32 - elog "${PN}.tar.gz -> ${DISTDIR}/${P}.tar.gz"
33 - elog "README -> ${DISTDIR}/${P}-README"
34 - use doc && elog "manual.tar.gz -> ${DISTDIR}/${P}-manual.tar.gz"
35 + elog "and follow the instruction for downloading."
36 + elog "Files should be renamed in the following way before being copied to your"
37 + elog "DISTDIR directory:"
38 + elog " ${PN}.tar.gz -> ${P}.tar.gz"
39 + elog " README -> ${P}-README"
40 + use doc && elog " manual.tar.gz -> ${P}-manual.tar.gz"
41 }
42
43 PATCHES=(