diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 13:57:18 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 13:57:18 -0600 |
commit | 2a7dec60829a8cdb7f42917dcfe71b6a7346de2d (patch) | |
tree | 52452107320606756f7158758338d3319fa5de37 /www-plugins | |
parent | net-analyzer/nessus-bin: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-2a7dec60829a8cdb7f42917dcfe71b6a7346de2d.tar.gz gentoo-2a7dec60829a8cdb7f42917dcfe71b6a7346de2d.tar.bz2 gentoo-2a7dec60829a8cdb7f42917dcfe71b6a7346de2d.zip |
www-plugins/google-talkplugin: don't reference ${DISTDIR} in pkg_nofetch
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'www-plugins')
3 files changed, 6 insertions, 6 deletions
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 index 4f12100784ab..99e714c32ab8 100644 --- a/www-plugins/google-talkplugin/google-talkplugin-5.41.0.0.ebuild +++ b/www-plugins/google-talkplugin/google-talkplugin-5.41.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -70,7 +70,7 @@ pkg_nofetch() { elog "with ${PV}+. If you can get the distfile from e.g. another computer of yours, or search" use amd64 && MY_PKG="${MY_PKG/i386/amd64}" elog "it with google: https://www.google.com/search?q=intitle:%22index+of%22+${MY_PKG}" - elog "and copy the file ${MY_PKG} to ${DISTDIR}." + elog "and copy ${MY_PKG} to your DISTDIR directory." else einfo "This version is no longer available from Google." einfo "Note that Gentoo cannot mirror the distfiles due to license reasons, so we have to follow the bump." 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 index aed970ece94c..31e21372df51 100644 --- a/www-plugins/google-talkplugin/google-talkplugin-5.41.3.0.ebuild +++ b/www-plugins/google-talkplugin/google-talkplugin-5.41.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -70,7 +70,7 @@ pkg_nofetch() { elog "with ${PV}+. If you can get the distfile from e.g. another computer of yours, or search" use amd64 && MY_PKG="${MY_PKG/i386/amd64}" elog "it with google: https://www.google.com/search?q=intitle:%22index+of%22+${MY_PKG}" - elog "and copy the file ${MY_PKG} to ${DISTDIR}." + elog "and copy ${MY_PKG} to your DISTDIR directory." else einfo "This version is no longer available from Google." einfo "Note that Gentoo cannot mirror the distfiles due to license reasons, so we have to follow the bump." diff --git a/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild b/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild index aed970ece94c..31e21372df51 100644 --- a/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild +++ b/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -70,7 +70,7 @@ pkg_nofetch() { elog "with ${PV}+. If you can get the distfile from e.g. another computer of yours, or search" use amd64 && MY_PKG="${MY_PKG/i386/amd64}" elog "it with google: https://www.google.com/search?q=intitle:%22index+of%22+${MY_PKG}" - elog "and copy the file ${MY_PKG} to ${DISTDIR}." + elog "and copy ${MY_PKG} to your DISTDIR directory." else einfo "This version is no longer available from Google." einfo "Note that Gentoo cannot mirror the distfiles due to license reasons, so we have to follow the bump." |