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 EF497138334 for ; Tue, 5 Feb 2019 19:51:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4C69E0B20; Tue, 5 Feb 2019 19:51:56 +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 BC5B6E0B20 for ; Tue, 5 Feb 2019 19:51:56 +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 67B34335DCA for ; Tue, 5 Feb 2019 19:51:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEAFF537 for ; Tue, 5 Feb 2019 19:51:53 +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: <1549396299.b742ba34a5b9dc5db2e78888ab79c2f8e9479909.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/device-atlas-api-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.3.ebuild X-VCS-Directories: dev-libs/device-atlas-api-c/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: b742ba34a5b9dc5db2e78888ab79c2f8e9479909 X-VCS-Branch: master Date: Tue, 5 Feb 2019 19:51:53 +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: aec4de60-7e09-435f-81d2-ba19feaf1fae X-Archives-Hash: 2e69662ee4b577e3c36495d472d54fd2 commit: b742ba34a5b9dc5db2e78888ab79c2f8e9479909 Author: Ben Kohler gentoo org> AuthorDate: Tue Feb 5 19:48:46 2019 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Feb 5 19:51:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b742ba34 dev-libs/device-atlas-api-c: don't reference ${DISTDIR} in pkg_nofetch Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Ben Kohler gentoo.org> dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.3.ebuild b/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.3.ebuild index 4679d064f46..2177b9530f2 100644 --- a/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.3.ebuild +++ b/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -30,7 +30,7 @@ PATCHES=( pkg_nofetch() { eerror "Please go to https://deviceatlas.com/deviceatlas-haproxy-module" eerror "And download DeviceAtlas C API" - eerror "Then place the file in ${DISTDIR}/${MY_P}.tgz" + eerror "Save the file as ${MY_P}.tgz in your DISTDIR directory." } multilib_src_install_all() {