From: James Le Cuirot Date: Mon, 23 Apr 2018 20:37:27 +0000 (+0100) Subject: dev-java/java-sdk-docs: Replace broken ${DISTDIR} message X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=37019f9f72392ad5ff343e190dfc6920332c5136;p=gentoo.git dev-java/java-sdk-docs: Replace broken ${DISTDIR} message Closes: https://bugs.gentoo.org/653894 Package-Manager: Portage-2.3.31, Repoman-2.3.9 --- diff --git a/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.172.ebuild b/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.172.ebuild index 49c3f8aaeb78..1791bdf62037 100644 --- a/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.172.ebuild +++ b/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.172.ebuild @@ -27,7 +27,7 @@ S="${WORKDIR}/docs" pkg_nofetch() { einfo "Please download ${SRC_URI} from" einfo "${DOWNLOAD_URL}" - einfo "by agreeing to the license and place it in ${DISTDIR}" + einfo "by agreeing to the license and place it in your distfiles directory." einfo "" einfo "If you find the file on the download page replaced with a higher" einfo "version, please report it in bug #67266 (link below)." diff --git a/dev-java/java-sdk-docs/java-sdk-docs-9.0.4.ebuild b/dev-java/java-sdk-docs/java-sdk-docs-9.0.4.ebuild index 865ee06d1665..35edb42957fb 100644 --- a/dev-java/java-sdk-docs/java-sdk-docs-9.0.4.ebuild +++ b/dev-java/java-sdk-docs/java-sdk-docs-9.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ S="${WORKDIR}/docs" pkg_nofetch() { einfo "Please download ${SRC_URI} from" einfo "${DOWNLOAD_URL}" - einfo "by agreeing to the license and place it in ${DISTDIR}" + einfo "by agreeing to the license and place it in your distfiles directory." einfo "" einfo "If you find the file on the download page replaced with a higher" einfo "version, please report it in bug #67266 (link below)."