Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/google-talkplugin/
Date: Tue, 05 Feb 2019 19:57:47
Message-Id: 1549396638.2a7dec60829a8cdb7f42917dcfe71b6a7346de2d.bkohler@gentoo
1 commit: 2a7dec60829a8cdb7f42917dcfe71b6a7346de2d
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 5 19:57:18 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 19:57:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a7dec60
7
8 www-plugins/google-talkplugin: 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 www-plugins/google-talkplugin/google-talkplugin-5.41.0.0.ebuild | 4 ++--
14 www-plugins/google-talkplugin/google-talkplugin-5.41.3.0.ebuild | 4 ++--
15 www-plugins/google-talkplugin/google-talkplugin-9999.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/www-plugins/google-talkplugin/google-talkplugin-5.41.0.0.ebuild b/www-plugins/google-talkplugin/google-talkplugin-5.41.0.0.ebuild
19 index 4f12100784a..99e714c32ab 100644
20 --- a/www-plugins/google-talkplugin/google-talkplugin-5.41.0.0.ebuild
21 +++ b/www-plugins/google-talkplugin/google-talkplugin-5.41.0.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -70,7 +70,7 @@ pkg_nofetch() {
29 elog "with ${PV}+. If you can get the distfile from e.g. another computer of yours, or search"
30 use amd64 && MY_PKG="${MY_PKG/i386/amd64}"
31 elog "it with google: https://www.google.com/search?q=intitle:%22index+of%22+${MY_PKG}"
32 - elog "and copy the file ${MY_PKG} to ${DISTDIR}."
33 + elog "and copy ${MY_PKG} to your DISTDIR directory."
34 else
35 einfo "This version is no longer available from Google."
36 einfo "Note that Gentoo cannot mirror the distfiles due to license reasons, so we have to follow the bump."
37
38 diff --git a/www-plugins/google-talkplugin/google-talkplugin-5.41.3.0.ebuild b/www-plugins/google-talkplugin/google-talkplugin-5.41.3.0.ebuild
39 index aed970ece94..31e21372df5 100644
40 --- a/www-plugins/google-talkplugin/google-talkplugin-5.41.3.0.ebuild
41 +++ b/www-plugins/google-talkplugin/google-talkplugin-5.41.3.0.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2018 Gentoo Foundation
44 +# Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=5
48 @@ -70,7 +70,7 @@ pkg_nofetch() {
49 elog "with ${PV}+. If you can get the distfile from e.g. another computer of yours, or search"
50 use amd64 && MY_PKG="${MY_PKG/i386/amd64}"
51 elog "it with google: https://www.google.com/search?q=intitle:%22index+of%22+${MY_PKG}"
52 - elog "and copy the file ${MY_PKG} to ${DISTDIR}."
53 + elog "and copy ${MY_PKG} to your DISTDIR directory."
54 else
55 einfo "This version is no longer available from Google."
56 einfo "Note that Gentoo cannot mirror the distfiles due to license reasons, so we have to follow the bump."
57
58 diff --git a/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild b/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild
59 index aed970ece94..31e21372df5 100644
60 --- a/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild
61 +++ b/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2018 Gentoo Foundation
64 +# Copyright 1999-2019 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=5
68 @@ -70,7 +70,7 @@ pkg_nofetch() {
69 elog "with ${PV}+. If you can get the distfile from e.g. another computer of yours, or search"
70 use amd64 && MY_PKG="${MY_PKG/i386/amd64}"
71 elog "it with google: https://www.google.com/search?q=intitle:%22index+of%22+${MY_PKG}"
72 - elog "and copy the file ${MY_PKG} to ${DISTDIR}."
73 + elog "and copy ${MY_PKG} to your DISTDIR directory."
74 else
75 einfo "This version is no longer available from Google."
76 einfo "Note that Gentoo cannot mirror the distfiles due to license reasons, so we have to follow the bump."