Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/device-atlas-api-c/
Date: Tue, 05 Feb 2019 19:51:57
Message-Id: 1549396299.b742ba34a5b9dc5db2e78888ab79c2f8e9479909.bkohler@gentoo
1 commit: b742ba34a5b9dc5db2e78888ab79c2f8e9479909
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 5 19:48:46 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 19:51:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b742ba34
7
8 dev-libs/device-atlas-api-c: don't reference ${DISTDIR} in pkg_nofetch
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 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
17 index 4679d064f46..2177b9530f2 100644
18 --- a/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.3.ebuild
19 +++ b/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -30,7 +30,7 @@ PATCHES=(
27 pkg_nofetch() {
28 eerror "Please go to https://deviceatlas.com/deviceatlas-haproxy-module"
29 eerror "And download DeviceAtlas C API"
30 - eerror "Then place the file in ${DISTDIR}/${MY_P}.tgz"
31 + eerror "Save the file as ${MY_P}.tgz in your DISTDIR directory."
32 }
33
34 multilib_src_install_all() {