public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: www-plugins/google-talkplugin/, profiles/
@ 2021-05-30 22:00 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2021-05-30 22:00 UTC (permalink / raw
  To: gentoo-commits

commit:     e82738002232583cd1c6de51874c5a39e6d0e127
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 30 22:00:08 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 30 22:00:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8273800

www-plugins/google-talkplugin: Remove last-rited package

Bug: https://bugs.gentoo.org/771801
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/package.mask                              |   5 -
 www-plugins/google-talkplugin/Manifest             |   2 -
 .../google-talkplugin-5.41.3.0.ebuild              | 122 ---------------------
 .../google-talkplugin-9999.ebuild                  | 122 ---------------------
 www-plugins/google-talkplugin/metadata.xml         |   8 --
 5 files changed, 259 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 1e1e9a077e2..06cb5461e4d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -401,11 +401,6 @@ sci-physics/jaxodraw
 # see bug: https://bugs.gentoo.org/785400
 dev-java/cldc-api
 
-# Andreas Sturmlechner <asturm@gentoo.org> (2021-05-01)
-# nsplugin is dead, bug #771801
-# Removal on 2021-05-31
-www-plugins/google-talkplugin
-
 # Michał Górny <mgorny@gentoo.org> (2021-05-01)
 # The following packages have not been ported to Python 3.8, and are
 # therefore going to be removed when support for Python 3.7 target is

diff --git a/www-plugins/google-talkplugin/Manifest b/www-plugins/google-talkplugin/Manifest
deleted file mode 100644
index 5f5ccaf05d0..00000000000
--- a/www-plugins/google-talkplugin/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST google-talkplugin_5.41.3.0-1_amd64.deb 7800474 BLAKE2B be28444d07f0fa10beaeb5572b6e2faf1b6315f0928fc40c531bc4639bfbac3b15069f28bb03f9155771b2a7c871911ca5ed5bf5d2ab321e0bc3eba9f82ee577 SHA512 8802c1726c9b362db5302a8b2243c8d84c2b35b9ab55adacc08ed05a5fb98d2778c2ff516a5df13bcaa499ab9d902481957b119624467be69a2833e0b76ba218
-DIST google-talkplugin_5.41.3.0-1_i386.deb 7629820 BLAKE2B d0b42df38960f22b13a57c7d2a02ac4993c15cb27e749218a878b9b2ce23ca39e5b1c352dce3e086cff06c3c781a99e0123542a5bcf755f5a0f7286015a7eaa8 SHA512 9a133cec4c57672018985a1f924e87a6cc13c27b69fbf248daa60ae27df3669e4f510e591de20f41d75dfa2dd8bb499e8d8d04efd2b9d2288b381371b662dce9

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
deleted file mode 100644
index 9ddc664cd72..00000000000
--- a/www-plugins/google-talkplugin/google-talkplugin-5.41.3.0.ebuild
+++ /dev/null
@@ -1,122 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib nsplugins unpacker
-
-if [ "${PV}" != "9999" ]; then
-	DEB_PATCH="1"
-	#https://dl.google.com/linux/talkplugin/deb/dists/stable/main/binary-i386/Packages
-	MY_URL="https://dl.google.com/linux/talkplugin/deb/pool/main/${P:0:1}/${PN}"
-	MY_PKG="${PN}_${PV}-${DEB_PATCH}_i386.deb"
-	SRC_URI="x86? ( ${MY_URL}/${MY_PKG} )
-		amd64? ( ${MY_URL}/${MY_PKG/i386/amd64} )"
-	KEYWORDS="-* ~amd64 ~x86"
-else
-	inherit cvs #hack to make it part of @live-rebuild
-	MY_URL="https://dl.google.com/linux/direct"
-	MY_PKG="${PN}_current_i386.deb"
-	SRC_URI=""
-fi
-
-DESCRIPTION="Video chat browser plug-in for Google Talk"
-
-HOMEPAGE="https://www.google.com/chat/video"
-IUSE="libnotify selinux"
-SLOT="0"
-
-#GoogleTalkPlugin binary contains openssl and celt
-LICENSE="Google-TOS openssl BSD"
-
-OBSOLETE="no"
-[[ $OBSOLETE = yes ]] && RESTRICT="bindist fetch strip" || RESTRICT="bindist strip mirror"
-
-RDEPEND="|| ( media-sound/pulseaudio media-libs/alsa-lib )
-	dev-libs/expat
-	dev-libs/glib:2
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf
-	x11-libs/gtk+:2
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libXrender
-	x11-libs/pango
-	sys-apps/lsb-release
-	selinux? ( sec-policy/selinux-googletalk )
-	libnotify? ( x11-libs/libnotify )"
-
-DEPEND=""
-
-INSTALL_BASE="opt/google/talkplugin"
-
-QA_PREBUILT="${INSTALL_BASE}/*"
-
-S="${WORKDIR}"
-
-LANGS="ar cs en et fr hu lt ms pl ru sv tl vi bg da fa gu id ja lv nl
-sk ta tr bn de es fi hi is kn ml no sl te uk ca el fil hr it ko mr or
-ro sr th ur"
-
-# nofetch means upstream bumped and thus needs version bump
-pkg_nofetch() {
-	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: https://www.google.com/search?q=intitle:%22index+of%22+${MY_PKG}"
-		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."
-		einfo "Please file a version bump bug on https://bugs.gentoo.org (search	existing bugs for ${PN} first!)."
-	fi
-}
-
-src_unpack() {
-	local pkg="${A:=${MY_PKG}}"
-	if [ "${PV}" = "9999" ]; then
-		use amd64 && pkg="${pkg/i386/amd64}"
-		einfo "Fetching ${pkg}"
-		wget "${MY_URL}/${pkg}" || die
-	fi
-	unpacker ${pkg}
-}
-
-src_install() {
-	local plugindir i l
-	local ppapi_plugindirs=( /opt/google/chrome{,-beta,-unstable}/pepper
-		/usr/$(get_libdir)/chromium-browser/pepper )
-
-	unpacker usr/share/doc/google-talkplugin/changelog.Debian.gz
-	dodoc changelog.Debian
-
-	exeinto "/${INSTALL_BASE}"
-	doexe "${INSTALL_BASE}"/GoogleTalkPlugin
-	for i in "${INSTALL_BASE}"/lib*.so; do
-		doexe "${i}"
-		[[ ${i##*/} = libnp* ]] && inst_plugin "/${i}"
-		if [[ ${i##*/} = libpp* ]] ; then
-			for plugindir in "${ppapi_plugindirs[@]}"; do
-				dosym "/${i}" "${plugindir}/${i##*/}"
-			done
-		fi
-	done
-
-	#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
-		insinto "/${INSTALL_BASE}"/locale/$l/LC_MESSAGES/
-		doins "${INSTALL_BASE}"/locale/$l/LC_MESSAGES/windowpicker.mo
-	done
-}

diff --git a/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild b/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild
deleted file mode 100644
index 40f04449c4e..00000000000
--- a/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild
+++ /dev/null
@@ -1,122 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib nsplugins unpacker
-
-if [ "${PV}" != "9999" ]; then
-	DEB_PATCH="1"
-	#https://dl.google.com/linux/talkplugin/deb/dists/stable/main/binary-i386/Packages
-	MY_URL="https://dl.google.com/linux/talkplugin/deb/pool/main/${P:0:1}/${PN}"
-	MY_PKG="${PN}_${PV}-${DEB_PATCH}_i386.deb"
-	SRC_URI="x86? ( ${MY_URL}/${MY_PKG} )
-		amd64? ( ${MY_URL}/${MY_PKG/i386/amd64} )"
-	KEYWORDS="-* ~amd64 ~x86"
-else
-	MY_URL="https://dl.google.com/linux/direct"
-	MY_PKG="${PN}_current_i386.deb"
-	SRC_URI=""
-	PROPERTIES="live"
-fi
-
-DESCRIPTION="Video chat browser plug-in for Google Talk"
-
-HOMEPAGE="https://www.google.com/chat/video"
-IUSE="libnotify selinux"
-SLOT="0"
-
-#GoogleTalkPlugin binary contains openssl and celt
-LICENSE="Google-TOS openssl BSD"
-
-OBSOLETE="no"
-[[ $OBSOLETE = yes ]] && RESTRICT="bindist fetch strip" || RESTRICT="bindist strip mirror"
-
-RDEPEND="|| ( media-sound/pulseaudio media-libs/alsa-lib )
-	dev-libs/expat
-	dev-libs/glib:2
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf
-	x11-libs/gtk+:2
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libXrender
-	x11-libs/pango
-	sys-apps/lsb-release
-	selinux? ( sec-policy/selinux-googletalk )
-	libnotify? ( x11-libs/libnotify )"
-
-DEPEND=""
-
-INSTALL_BASE="opt/google/talkplugin"
-
-QA_PREBUILT="${INSTALL_BASE}/*"
-
-S="${WORKDIR}"
-
-LANGS="ar cs en et fr hu lt ms pl ru sv tl vi bg da fa gu id ja lv nl
-sk ta tr bn de es fi hi is kn ml no sl te uk ca el fil hr it ko mr or
-ro sr th ur"
-
-# nofetch means upstream bumped and thus needs version bump
-pkg_nofetch() {
-	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: https://www.google.com/search?q=intitle:%22index+of%22+${MY_PKG}"
-		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."
-		einfo "Please file a version bump bug on https://bugs.gentoo.org (search	existing bugs for ${PN} first!)."
-	fi
-}
-
-src_unpack() {
-	local pkg="${A:=${MY_PKG}}"
-	if [ "${PV}" = "9999" ]; then
-		use amd64 && pkg="${pkg/i386/amd64}"
-		einfo "Fetching ${pkg}"
-		wget "${MY_URL}/${pkg}" || die
-	fi
-	unpacker ${pkg}
-}
-
-src_install() {
-	local plugindir i l
-	local ppapi_plugindirs=( /opt/google/chrome{,-beta,-unstable}/pepper
-		/usr/$(get_libdir)/chromium-browser/pepper )
-
-	unpacker usr/share/doc/google-talkplugin/changelog.Debian.gz
-	dodoc changelog.Debian
-
-	exeinto "/${INSTALL_BASE}"
-	doexe "${INSTALL_BASE}"/GoogleTalkPlugin
-	for i in "${INSTALL_BASE}"/lib*.so; do
-		doexe "${i}"
-		[[ ${i##*/} = libnp* ]] && inst_plugin "/${i}"
-		if [[ ${i##*/} = libpp* ]] ; then
-			for plugindir in "${ppapi_plugindirs[@]}"; do
-				dosym "/${i}" "${plugindir}/${i##*/}"
-			done
-		fi
-	done
-
-	#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
-		insinto "/${INSTALL_BASE}"/locale/$l/LC_MESSAGES/
-		doins "${INSTALL_BASE}"/locale/$l/LC_MESSAGES/windowpicker.mo
-	done
-}

diff --git a/www-plugins/google-talkplugin/metadata.xml b/www-plugins/google-talkplugin/metadata.xml
deleted file mode 100644
index ef6b5dcd53a..00000000000
--- a/www-plugins/google-talkplugin/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>junghans@gentoo.org</email>
-		<name>Christoph Junghans</name>
-	</maintainer>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-30 22:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-30 22:00 [gentoo-commits] repo/gentoo:master commit in: www-plugins/google-talkplugin/, profiles/ Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox