From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1A05D138335 for ; Thu, 20 Dec 2018 17:06:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DAA3E0DB7; Thu, 20 Dec 2018 17:06:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E92B5E0DB7 for ; Thu, 20 Dec 2018 17:06:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D020335CA6 for ; Thu, 20 Dec 2018 17:06:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00BC44F4 for ; Thu, 20 Dec 2018 17:06:08 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1545325555.4270aa69a8316d3eb194e7960fceada7ab6a87e2.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/sun-jimi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/sun-jimi/sun-jimi-1.0-r3.ebuild X-VCS-Directories: dev-java/sun-jimi/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 4270aa69a8316d3eb194e7960fceada7ab6a87e2 X-VCS-Branch: master Date: Thu, 20 Dec 2018 17:06:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bb90dbe1-e447-46c3-9fb9-ba155ce91d71 X-Archives-Hash: bf745eeb742f49013b4a8f7ec1137b30 commit: 4270aa69a8316d3eb194e7960fceada7ab6a87e2 Author: Ben Kohler gentoo org> AuthorDate: Thu Dec 20 17:03:28 2018 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Dec 20 17:05:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4270aa69 dev-java/sun-jimi: don't reference ${DISTDIR} in pkg_nofetch Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Ben Kohler gentoo.org> dev-java/sun-jimi/sun-jimi-1.0-r3.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-java/sun-jimi/sun-jimi-1.0-r3.ebuild b/dev-java/sun-jimi/sun-jimi-1.0-r3.ebuild index ba659b246e7..25366df780b 100644 --- a/dev-java/sun-jimi/sun-jimi-1.0-r3.ebuild +++ b/dev-java/sun-jimi/sun-jimi-1.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -26,7 +26,8 @@ S=${WORKDIR}/Jimi pkg_nofetch() { local download_url="http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-java-client-419417.html#7259-jimi_sdk-1.0-oth-JPR" - einfo "Please download ${A} from the following url and place it in ${DISTDIR}" + einfo "Please download ${A} from the following url and place it into your" + einfo "DISTDIR directory:" einfo "${download_url} " }