summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2011-05-12 20:03:06 +0000
committerChristoph Junghans <ottxor@gentoo.org>2011-05-12 20:03:06 +0000
commit19bbf21ca3454fa478dc7a4a2dca70a20a07d3c2 (patch)
tree1bd9f2958b0413c9380cd44a5d75af800e102736 /www-plugins/google-talkplugin
parentSee bugs #365871, #365915, #366281 (diff)
downloadgentoo-2-19bbf21ca3454fa478dc7a4a2dca70a20a07d3c2.tar.gz
gentoo-2-19bbf21ca3454fa478dc7a4a2dca70a20a07d3c2.tar.bz2
gentoo-2-19bbf21ca3454fa478dc7a4a2dca70a20a07d3c2.zip
[www-plugins/google-talkplugin] 1.8.0.0 is no longer avialable (bug #366965)
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'www-plugins/google-talkplugin')
-rw-r--r--www-plugins/google-talkplugin/ChangeLog6
-rw-r--r--www-plugins/google-talkplugin/google-talkplugin-1.8.0.0.ebuild13
2 files changed, 13 insertions, 6 deletions
diff --git a/www-plugins/google-talkplugin/ChangeLog b/www-plugins/google-talkplugin/ChangeLog
index 3feb881a7ddd..05d6270b0484 100644
--- a/www-plugins/google-talkplugin/ChangeLog
+++ b/www-plugins/google-talkplugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-plugins/google-talkplugin
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.6 2011/04/27 17:35:13 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.7 2011/05/12 20:03:06 ottxor Exp $
+
+ 12 May 2011; Christoph Junghans <ottxor@gentoo.org>
+ google-talkplugin-1.8.0.0.ebuild:
+ 1.8.0.0 is no longer available (bug #366965)
*google-talkplugin-2.0.6.0 (27 Apr 2011)
diff --git a/www-plugins/google-talkplugin/google-talkplugin-1.8.0.0.ebuild b/www-plugins/google-talkplugin/google-talkplugin-1.8.0.0.ebuild
index 136ee2cd450a..771cd6ed826d 100644
--- a/www-plugins/google-talkplugin/google-talkplugin-1.8.0.0.ebuild
+++ b/www-plugins/google-talkplugin/google-talkplugin-1.8.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-1.8.0.0.ebuild,v 1.5 2011/04/09 21:17:30 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-1.8.0.0.ebuild,v 1.6 2011/05/12 20:03:06 ottxor Exp $
EAPI=3
@@ -27,7 +27,7 @@ SLOT="0"
KEYWORDS="-* amd64 ~x86"
#GoogleTalkPlugin binary contains openssl
LICENSE="google-talkplugin openssl"
-RESTRICT="strip mirror"
+RESTRICT="fetch strip"
#to get these run:
#for i in $(scanelf -n /opt/google/talkplugin/* | awk '/^ET/{gsub(/,/,"\n",$2);print $2}' | sort -u)
@@ -74,9 +74,12 @@ QA_DT_HASH="${INSTALL_BASE#/}/libnpgtpo3dautoplugin.so
# nofetch means upstream bumped and thus needs version bump
pkg_nofetch() {
- 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."
- einfo "Please file a version bump bug on http://bugs.gentoo.org (search existing bugs for ${PN} first!)."
+ elog "This version is no longer available from Google and the license prevents mirroring."
+ elog "This ebuild is intended for users who already downloaded it previously and have problems"
+ 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: http://www.google.com/search?q=intitle:%22index+of%22+${MY_PKG}"
+ elog "and copy the file ${MY_PKG} to ${DISTDIR}."
}
src_unpack() {