Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/mendeleydesktop/
Date: Tue, 05 Feb 2019 20:56:15
Message-Id: 1549400155.021ec7bab05ba0a1fd0997975c6eb84f260f10d7.bkohler@gentoo
1 commit: 021ec7bab05ba0a1fd0997975c6eb84f260f10d7
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 5 20:46:20 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 20:55:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=021ec7ba
7
8 sci-misc/mendeleydesktop: 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 sci-misc/mendeleydesktop/mendeleydesktop-1.19.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-misc/mendeleydesktop/mendeleydesktop-1.19.2.ebuild b/sci-misc/mendeleydesktop/mendeleydesktop-1.19.2.ebuild
17 index f725c16531f..f7cb5882851 100644
18 --- a/sci-misc/mendeleydesktop/mendeleydesktop-1.19.2.ebuild
19 +++ b/sci-misc/mendeleydesktop/mendeleydesktop-1.19.2.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 @@ -54,7 +54,7 @@ PATCHES=(
27 pkg_nofetch() {
28 elog "Please download ${A} from:"
29 elog "http://www.mendeley.com/download-mendeley-desktop/"
30 - elog "and move it to ${DISTDIR}"
31 + elog "and move it to your DISTDIR directory."
32 }
33
34 src_unpack() {