summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2012-10-03 14:41:03 +0000
committerChristoph Junghans <ottxor@gentoo.org>2012-10-03 14:41:03 +0000
commitea07529a0f87f8df73972f3ef1c883737f9eb968 (patch)
tree54093c01b66202c1702b55e28db1336d5be03976 /www-plugins
parentFix building against boost-1.50, bug #425440. (diff)
downloadgentoo-2-ea07529a0f87f8df73972f3ef1c883737f9eb968.tar.gz
gentoo-2-ea07529a0f87f8df73972f3ef1c883737f9eb968.tar.bz2
gentoo-2-ea07529a0f87f8df73972f3ef1c883737f9eb968.zip
version bump (bug #437042)
(Portage version: 2.2.0_alpha134/cvs/Linux i686)
Diffstat (limited to 'www-plugins')
-rw-r--r--www-plugins/google-talkplugin/ChangeLog9
-rw-r--r--www-plugins/google-talkplugin/google-talkplugin-3.6.1.0.ebuild13
-rw-r--r--www-plugins/google-talkplugin/google-talkplugin-3.7.1.0.ebuild (renamed from www-plugins/google-talkplugin/google-talkplugin-3.5.1.0.ebuild)15
3 files changed, 22 insertions, 15 deletions
diff --git a/www-plugins/google-talkplugin/ChangeLog b/www-plugins/google-talkplugin/ChangeLog
index e8be69cb10fe..d64a45f8eaec 100644
--- a/www-plugins/google-talkplugin/ChangeLog
+++ b/www-plugins/google-talkplugin/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for www-plugins/google-talkplugin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.33 2012/09/24 00:49:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.34 2012/10/03 14:41:03 ottxor Exp $
+
+*google-talkplugin-3.7.1.0 (03 Oct 2012)
+
+ 03 Oct 2012; Christoph Junghans <ottxor@gentoo.org>
+ +google-talkplugin-3.7.1.0.ebuild, -google-talkplugin-3.5.1.0.ebuild,
+ google-talkplugin-3.6.1.0.ebuild:
+ version bump (bug #437042)
24 Sep 2012; Mike Frysinger <vapier@gentoo.org>
google-talkplugin-3.5.1.0.ebuild, google-talkplugin-3.6.1.0.ebuild,
diff --git a/www-plugins/google-talkplugin/google-talkplugin-3.6.1.0.ebuild b/www-plugins/google-talkplugin/google-talkplugin-3.6.1.0.ebuild
index a3e178564ab0..0629bab9ae85 100644
--- a/www-plugins/google-talkplugin/google-talkplugin-3.6.1.0.ebuild
+++ b/www-plugins/google-talkplugin/google-talkplugin-3.6.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-3.6.1.0.ebuild,v 1.2 2012/09/24 00:49:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-3.6.1.0.ebuild,v 1.3 2012/10/03 14:41:03 ottxor Exp $
EAPI=4
@@ -28,7 +28,7 @@ SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
#GoogleTalkPlugin binary contains openssl
LICENSE="google-talkplugin openssl"
-RESTRICT="strip mirror"
+RESTRICT="fetch strip"
RDEPEND="|| ( media-sound/pulseaudio media-libs/alsa-lib )
dev-libs/glib:2
@@ -75,9 +75,12 @@ 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!)."
+ 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() {
diff --git a/www-plugins/google-talkplugin/google-talkplugin-3.5.1.0.ebuild b/www-plugins/google-talkplugin/google-talkplugin-3.7.1.0.ebuild
index ff012e0b7b91..f6420fc4b9ac 100644
--- a/www-plugins/google-talkplugin/google-talkplugin-3.5.1.0.ebuild
+++ b/www-plugins/google-talkplugin/google-talkplugin-3.7.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-3.5.1.0.ebuild,v 1.3 2012/09/24 00:49:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-3.7.1.0.ebuild,v 1.1 2012/10/03 14:41:03 ottxor Exp $
EAPI=4
@@ -28,7 +28,7 @@ SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
#GoogleTalkPlugin binary contains openssl
LICENSE="google-talkplugin openssl"
-RESTRICT="fetch strip"
+RESTRICT="strip mirror"
RDEPEND="|| ( media-sound/pulseaudio media-libs/alsa-lib )
dev-libs/glib:2
@@ -36,7 +36,7 @@ RDEPEND="|| ( media-sound/pulseaudio media-libs/alsa-lib )
media-libs/fontconfig
media-libs/freetype:2
media-libs/libpng:1.2
- >=sys-libs/glibc-2.4
+ sys-libs/glibc
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/gtk+:2
@@ -75,12 +75,9 @@ done
# nofetch means upstream bumped and thus needs version bump
pkg_nofetch() {
- 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}."
+ 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!)."
}
src_unpack() {