summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2013-05-17 00:42:58 +0000
committerChristoph Junghans <ottxor@gentoo.org>2013-05-17 00:42:58 +0000
commit89c5346b74391f77adf3a44c4498ca2727337831 (patch)
tree3ec33cdbaf397a59b0765a87400ed0faa692926f /www-plugins
parentAdd live ebuild. (diff)
downloadgentoo-2-89c5346b74391f77adf3a44c4498ca2727337831.tar.gz
gentoo-2-89c5346b74391f77adf3a44c4498ca2727337831.tar.bz2
gentoo-2-89c5346b74391f77adf3a44c4498ca2727337831.zip
version bump (bug #470028, thx to Dennis)
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'www-plugins')
-rw-r--r--www-plugins/google-talkplugin/ChangeLog9
-rw-r--r--www-plugins/google-talkplugin/google-talkplugin-3.17.0.0.ebuild13
-rw-r--r--www-plugins/google-talkplugin/google-talkplugin-3.19.1.0.ebuild (renamed from www-plugins/google-talkplugin/google-talkplugin-3.10.2.0-r1.ebuild)30
3 files changed, 27 insertions, 25 deletions
diff --git a/www-plugins/google-talkplugin/ChangeLog b/www-plugins/google-talkplugin/ChangeLog
index 7f251a68e6e2..b3df77ff722b 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.51 2013/05/03 10:33:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.52 2013/05/17 00:42:58 ottxor Exp $
+
+*google-talkplugin-3.19.1.0 (17 May 2013)
+
+ 17 May 2013; Christoph Junghans <ottxor@gentoo.org>
+ +google-talkplugin-3.19.1.0.ebuild, -google-talkplugin-3.10.2.0-r1.ebuild,
+ google-talkplugin-3.17.0.0.ebuild:
+ version bump (bug #470028, thx to Dennis)
03 May 2013; Agostino Sarubbo <ago@gentoo.org>
google-talkplugin-3.17.0.0.ebuild:
diff --git a/www-plugins/google-talkplugin/google-talkplugin-3.17.0.0.ebuild b/www-plugins/google-talkplugin/google-talkplugin-3.17.0.0.ebuild
index 48a2a973be05..bb2f8c3e5a73 100644
--- a/www-plugins/google-talkplugin/google-talkplugin-3.17.0.0.ebuild
+++ b/www-plugins/google-talkplugin/google-talkplugin-3.17.0.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-3.17.0.0.ebuild,v 1.4 2013/05/03 10:33:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-3.17.0.0.ebuild,v 1.5 2013/05/17 00:42:58 ottxor Exp $
EAPI=4
@@ -28,7 +28,7 @@ SLOT="0"
KEYWORDS="-* amd64 x86"
#GoogleTalkPlugin binary contains openssl and celt
LICENSE="Google-TOS openssl BSD"
-RESTRICT="strip mirror"
+RESTRICT="fetch strip"
RDEPEND="|| ( media-sound/pulseaudio media-libs/alsa-lib )
dev-libs/glib:2
@@ -68,9 +68,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.10.2.0-r1.ebuild b/www-plugins/google-talkplugin/google-talkplugin-3.19.1.0.ebuild
index 3d32c1e9a6db..683a651b946b 100644
--- a/www-plugins/google-talkplugin/google-talkplugin-3.10.2.0-r1.ebuild
+++ b/www-plugins/google-talkplugin/google-talkplugin-3.19.1.0.ebuild
@@ -1,8 +1,8 @@
# 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-3.10.2.0-r1.ebuild,v 1.4 2013/02/15 22:01:15 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-3.19.1.0.ebuild,v 1.1 2013/05/17 00:42:58 ottxor Exp $
-EAPI=4
+EAPI=5
inherit eutils nsplugins unpacker
@@ -22,20 +22,19 @@ fi
DESCRIPTION="Video chat browser plug-in for Google Talk"
HOMEPAGE="http://www.google.com/chat/video"
-IUSE="libnotify +system-libCg video_cards_fglrx video_cards_radeon"
+IUSE="libnotify system-libCg video_cards_fglrx video_cards_radeon"
SLOT="0"
-KEYWORDS="-* amd64 x86"
+KEYWORDS="-* ~amd64 ~x86"
#GoogleTalkPlugin binary contains openssl and celt
LICENSE="Google-TOS openssl BSD"
-RESTRICT="fetch strip"
+RESTRICT="strip mirror"
RDEPEND="|| ( media-sound/pulseaudio media-libs/alsa-lib )
dev-libs/glib:2
system-libCg? ( media-gfx/nvidia-cg-toolkit )
media-libs/fontconfig
media-libs/freetype:2
- media-libs/libpng:1.2
sys-libs/glibc
x11-libs/cairo
x11-libs/gdk-pixbuf
@@ -55,13 +54,7 @@ DEPEND=""
INSTALL_BASE="opt/google/talkplugin"
-QA_EXECSTACK="${INSTALL_BASE}/GoogleTalkPlugin"
-
-QA_TEXTRELS="${INSTALL_BASE}/lib*.so"
-
-QA_FLAGS_IGNORED="${INSTALL_BASE}/lib.*so
- ${INSTALL_BASE}/lib/libCg.*so
- ${INSTALL_BASE}/GoogleTalkPlugin"
+QA_PREBUILT="${INSTALL_BASE}/*"
S="${WORKDIR}"
@@ -75,12 +68,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() {
@@ -107,6 +97,8 @@ src_install() {
#install screen-sharing stuff - bug #397463
insinto "/${INSTALL_BASE}"
doins "${INSTALL_BASE}"/windowpicker.glade
+ doins "${INSTALL_BASE}"/remoting24x24.png
+ doins -r "${INSTALL_BASE}"/data
strip-linguas ${LANGS}
for l in ${LINGUAS}; do