Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/megacli/
Date: Tue, 05 Feb 2019 06:20:34
Message-Id: 1549321151.18323ff89f126ac5b0dc1072a8d1c964b35240be.bkohler@gentoo
1 commit: 18323ff89f126ac5b0dc1072a8d1c964b35240be
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 4 22:59:11 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 4 22:59:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18323ff8
7
8 sys-block/megacli: 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 sys-block/megacli/megacli-8.07.10.ebuild | 4 ++--
14 sys-block/megacli/megacli-8.07.14.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sys-block/megacli/megacli-8.07.10.ebuild b/sys-block/megacli/megacli-8.07.10.ebuild
18 index b8d98d13d67..1e136f4e315 100644
19 --- a/sys-block/megacli/megacli-8.07.10.ebuild
20 +++ b/sys-block/megacli/megacli-8.07.10.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=5
27 @@ -30,7 +30,7 @@ QA_PREBUILT="/opt/${PN}/${PN}
28 pkg_nofetch() {
29 einfo "Upstream has implement a mandatory clickthrough EULA for distfile download"
30 einfo "Please visit $SRC_URI"
31 - einfo "And place $A in ${DISTDIR}"
32 + einfo "And place $A into your DISTDIR directory"
33 }
34
35 src_unpack() {
36
37 diff --git a/sys-block/megacli/megacli-8.07.14.ebuild b/sys-block/megacli/megacli-8.07.14.ebuild
38 index b1b11afc3a9..cb55e6adb14 100644
39 --- a/sys-block/megacli/megacli-8.07.14.ebuild
40 +++ b/sys-block/megacli/megacli-8.07.14.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=5
47 @@ -30,7 +30,7 @@ QA_PREBUILT="/opt/${PN}/${PN}
48 pkg_nofetch() {
49 einfo "Upstream has implement a mandatory clickthrough EULA for distfile download"
50 einfo "Please visit $SRC_URI"
51 - einfo "And place $A in ${DISTDIR}"
52 + einfo "And place $A into your DISTDIR directory"
53 }
54
55 src_unpack() {