commit:     f358af78f78694e786f1a07bb1b9799a52dfff0e
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 15 09:22:58 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Apr 15 09:22:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f358af78

x11-plugins/purple-hangouts: treeclean

Closes: https://bugs.gentoo.org/900412
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 profiles/package.mask                              |  5 ---
 x11-plugins/purple-hangouts/Manifest               |  1 -
 x11-plugins/purple-hangouts/metadata.xml           |  8 ----
 .../purple-hangouts-0_p20200710.ebuild             | 47 ----------------------
 4 files changed, 61 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index b30c9899375c..148fe8706048 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -470,11 +470,6 @@ app-crypt/yubioath-desktop
 # not include 5.15.99 and is misleading
 =sys-kernel/gentoo-sources-5.15.99
 
-# Matthew Smith <[email protected]> (2023-03-08)
-# No longer works after Google shut down the Hangouts API.
-# Bug #900412, removal on 2023-04-08.
-x11-plugins/purple-hangouts
-
 # Mike Pagano <[email protected]> (2023-02-27)
 # Mask =www-servers/nginx-unit-1.29.0-r1 for testing
 =www-servers/nginx-unit-1.29.0-r1

diff --git a/x11-plugins/purple-hangouts/Manifest 
b/x11-plugins/purple-hangouts/Manifest
deleted file mode 100644
index d0248dc056ef..000000000000
--- a/x11-plugins/purple-hangouts/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST purple-hangouts-0_p20200710.tar.gz 153541 BLAKE2B 
7a71cb5fdb7ca0636b4eb3d4245347e057e879a6b855451b9330f33cec6ba1a15da071e916a3e3d38094700cd61178947e5aa749e6182d3d0488e01c673568f5
 SHA512 
ce650c1ee1052803576e163905e906bb6202ce04ea380b52ae7524ec896ad785c1a89a5bc713242e3ad5df2d3ae677e0bd5323c7533daedaf6ac333d8e2f5b34

diff --git a/x11-plugins/purple-hangouts/metadata.xml 
b/x11-plugins/purple-hangouts/metadata.xml
deleted file mode 100644
index c81a2d69675b..000000000000
--- a/x11-plugins/purple-hangouts/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <upstream>
-               <remote-id type="github">EionRobb/purple-hangouts</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/x11-plugins/purple-hangouts/purple-hangouts-0_p20200710.ebuild 
b/x11-plugins/purple-hangouts/purple-hangouts-0_p20200710.ebuild
deleted file mode 100644
index f461413cc277..000000000000
--- a/x11-plugins/purple-hangouts/purple-hangouts-0_p20200710.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Hangouts Plugin for libpurple"
-HOMEPAGE="https://github.com/EionRobb/purple-hangouts";
-
-COMMIT_ID="efa7a53e2db4087a1590850423aa16b380bfbbd5"
-SRC_URI="https://github.com/EionRobb/purple-hangouts/archive/${COMMIT_ID}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT_ID}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-libs/glib:2
-       dev-libs/json-glib
-       dev-libs/protobuf-c:=
-       net-im/pidgin
-       sys-libs/zlib"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-       default
-
-       # Does not respect CFLAGS
-       sed -i Makefile -e 's/-g -ggdb//g' || die
-}
-
-src_compile() {
-       emake \
-               CC="$(tc-getCC)" \
-               PKG_CONFIG="$(tc-getPKG_CONFIG)"
-}
-
-src_install() {
-       emake \
-               PKG_CONFIG="$(tc-getPKG_CONFIG)" \
-               DESTDIR="${ED}" \
-               install
-
-       einstalldocs
-}

Reply via email to