Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nessus-agent-bin/
Date: Tue, 05 Feb 2019 19:51:58
Message-Id: 1549396299.95d79ca140d7e044bb0e0689784bc11f30884dc3.bkohler@gentoo
1 commit: 95d79ca140d7e044bb0e0689784bc11f30884dc3
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 5 19:50:14 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=95d79ca1
7
8 net-analyzer/nessus-agent-bin: 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 net-analyzer/nessus-agent-bin/nessus-agent-bin-7.1.1.ebuild | 4 ++--
14 net-analyzer/nessus-agent-bin/nessus-agent-bin-7.1.2.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/net-analyzer/nessus-agent-bin/nessus-agent-bin-7.1.1.ebuild b/net-analyzer/nessus-agent-bin/nessus-agent-bin-7.1.1.ebuild
18 index 0596ff7eaa4..c56eacb41b0 100644
19 --- a/net-analyzer/nessus-agent-bin/nessus-agent-bin-7.1.1.ebuild
20 +++ b/net-analyzer/nessus-agent-bin/nessus-agent-bin-7.1.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -31,7 +31,7 @@ S="${WORKDIR}"
28
29 pkg_nofetch() {
30 einfo "Please download ${A} from ${HOMEPAGE}/agent-download"
31 - einfo "The archive should then be placed into ${DISTDIR}."
32 + einfo "The archive should then be placed into your DISTDIR directory."
33 }
34
35 src_install() {
36
37 diff --git a/net-analyzer/nessus-agent-bin/nessus-agent-bin-7.1.2.ebuild b/net-analyzer/nessus-agent-bin/nessus-agent-bin-7.1.2.ebuild
38 index fe50f423bbb..661ac250565 100644
39 --- a/net-analyzer/nessus-agent-bin/nessus-agent-bin-7.1.2.ebuild
40 +++ b/net-analyzer/nessus-agent-bin/nessus-agent-bin-7.1.2.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Authors
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=7
47 @@ -31,7 +31,7 @@ S="${WORKDIR}"
48
49 pkg_nofetch() {
50 einfo "Please download ${A} from ${HOMEPAGE}/download/nessus-agents"
51 - einfo "The archive should then be placed into ${DISTDIR}."
52 + einfo "The archive should then be placed into your DISTDIR directory."
53 }
54
55 src_install() {