diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-08-09 17:00:01 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-08-09 17:00:01 +0000 |
commit | fbc0948939727af9aece56390eaee39b80caa334 (patch) | |
tree | a04db42f2d9357cec77efc120a431c1a0e1c65c9 /www-plugins/google-talkplugin | |
parent | Versio bump. bug #480380 (diff) | |
download | gentoo-2-fbc0948939727af9aece56390eaee39b80caa334.tar.gz gentoo-2-fbc0948939727af9aece56390eaee39b80caa334.tar.bz2 gentoo-2-fbc0948939727af9aece56390eaee39b80caa334.zip |
clean up
(Portage version: 2.2.0_alpha194/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'www-plugins/google-talkplugin')
-rw-r--r-- | www-plugins/google-talkplugin/ChangeLog | 6 | ||||
-rw-r--r-- | www-plugins/google-talkplugin/google-talkplugin-4.4.2.0.ebuild | 21 |
2 files changed, 21 insertions, 6 deletions
diff --git a/www-plugins/google-talkplugin/ChangeLog b/www-plugins/google-talkplugin/ChangeLog index 87703576a9db..6b30f2be50d5 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.58 2013/08/09 16:53:18 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.59 2013/08/09 17:00:01 ottxor Exp $ + + 09 Aug 2013; Christoph Junghans <ottxor@gentoo.org> + google-talkplugin-4.4.2.0.ebuild: + clean up *google-talkplugin-4.4.2.0 (09 Aug 2013) diff --git a/www-plugins/google-talkplugin/google-talkplugin-4.4.2.0.ebuild b/www-plugins/google-talkplugin/google-talkplugin-4.4.2.0.ebuild index d5f115acb25a..c391c1c6ee7d 100644 --- a/www-plugins/google-talkplugin/google-talkplugin-4.4.2.0.ebuild +++ b/www-plugins/google-talkplugin/google-talkplugin-4.4.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-4.4.2.0.ebuild,v 1.1 2013/08/09 16:53:18 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-4.4.2.0.ebuild,v 1.2 2013/08/09 17:00:01 ottxor Exp $ EAPI=5 @@ -29,7 +29,9 @@ SLOT="0" KEYWORDS="-* ~amd64 ~x86" #GoogleTalkPlugin binary contains openssl and celt LICENSE="Google-TOS openssl BSD system-libCg? ( NVIDIA-r1 )" -RESTRICT="strip mirror" + +OBSOLETE="no" +[[ $OBSOLETE = yes ]] && RESTRICT="fetch strip" || RESTRICT="strip mirror" RDEPEND="|| ( media-sound/pulseaudio media-libs/alsa-lib ) dev-libs/glib:2 @@ -69,9 +71,18 @@ done # 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!)." + if [[ ${OBSOLETE} = yes ]]; then + 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}." + 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." + einfo "Please file a version bump bug on http://bugs.gentoo.org (search existing bugs for ${PN} first!)." + fi } src_unpack() { |