commit: 37019f9f72392ad5ff343e190dfc6920332c5136 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Mon Apr 23 20:37:27 2018 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Mon Apr 23 20:42:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37019f9f
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 dev-java/java-sdk-docs/java-sdk-docs-1.8.0.172.ebuild | 2 +- dev-java/java-sdk-docs/java-sdk-docs-9.0.4.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 49c3f8aaeb7..1791bdf6203 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 865ee06d166..35edb42957f 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)."