commit: cfb4772fe187284c4a855161395dccd0db41e999
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 5 18:34:15 2019 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Feb 5 18:45:09 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfb4772f
sci-chemistry/procheck: don't reference ${DISTDIR} in pkg_nofetch
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
sci-chemistry/procheck/procheck-3.5.4-r3.ebuild | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/sci-chemistry/procheck/procheck-3.5.4-r3.ebuild
b/sci-chemistry/procheck/procheck-3.5.4-r3.ebuild
index 4b188e5a982..cc536d671b8 100644
--- a/sci-chemistry/procheck/procheck-3.5.4-r3.ebuild
+++ b/sci-chemistry/procheck/procheck-3.5.4-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -25,11 +25,12 @@ S="${WORKDIR}/${PN}"
pkg_nofetch() {
elog "Please visit
http://www.ebi.ac.uk/thornton-srv/software/PROCHECK/download.html"
- elog "And follow the instruction for downloading."
- elog "Files should be stored in following way"
- elog "${PN}.tar.gz -> ${DISTDIR}/${P}.tar.gz"
- elog "README -> ${DISTDIR}/${P}-README"
- use doc && elog "manual.tar.gz -> ${DISTDIR}/${P}-manual.tar.gz"
+ elog "and follow the instruction for downloading."
+ elog "Files should be renamed in the following way before being copied
to your"
+ elog "DISTDIR directory:"
+ elog " ${PN}.tar.gz -> ${P}.tar.gz"
+ elog " README -> ${P}-README"
+ use doc && elog " manual.tar.gz -> ${P}-manual.tar.gz"
}
PATCHES=(