public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/purple-facebook/, profiles/
@ 2022-03-02 12:26 Jakov Smolić
  0 siblings, 0 replies; only message in thread
From: Jakov Smolić @ 2022-03-02 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     8bc00401647630565e75ea688ef0985d09af94f8
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  2 12:22:22 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Mar  2 12:26:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bc00401

x11-plugins/purple-facebook: treeclean

Closes: https://bugs.gentoo.org/830331
Closes: https://bugs.gentoo.org/769719
Closes: https://bugs.gentoo.org/773106
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 profiles/package.mask                              |  5 ----
 x11-plugins/purple-facebook/Manifest               |  3 ---
 x11-plugins/purple-facebook/metadata.xml           |  8 -------
 .../purple-facebook-20170608.ebuild                | 27 ----------------------
 .../purple-facebook-20170831.ebuild                | 27 ----------------------
 .../purple-facebook-20190113.ebuild                | 27 ----------------------
 6 files changed, 97 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 104e0ddc5962..ddd096e11b49 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -241,11 +241,6 @@ sys-auth/pam_blue
 # Removal after 2022-03-01.  Bug #830428.
 www-servers/bozohttpd
 
-# Jonas Stein <jstein@gentoo.org> (2021-12-31)
-# Removal after 2022-05-01.  Bug #830331.
-# Broken and upstream needs new maintainer.
-x11-plugins/purple-facebook
-
 # Jonas Stein <jstein@gentoo.org> (2021-12-24)
 # Alpha version
 =app-editors/ghex-4.0.0_alpha

diff --git a/x11-plugins/purple-facebook/Manifest b/x11-plugins/purple-facebook/Manifest
deleted file mode 100644
index 908c8263b13e..000000000000
--- a/x11-plugins/purple-facebook/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST purple-facebook-20170608.tar.gz 459535 BLAKE2B 24dcb59496efde8f176c48872b30568ac50c09456056b564f692ad96ee0a76691f19c5282abc4af37fbea5cde7fa43f151cb80217e6dba694f10d0e2cd118eaa SHA512 50e8708afc059239347ccf1a5b92202469116848c63599cfc450d114f2b821a9c15ef340074e715ffebd46761b30f59ac8caf9bb2848af41c3ad0abc39fb39e2
-DIST purple-facebook-20170831.tar.gz 462381 BLAKE2B 06f2f53885b11842f76c6d04d5c85ba78461cbaef46962ff058432a491a3e0e47653c2d04b5b4f0cc77a21e0cea08d1b302fe0116341df70caa4416180965fba SHA512 0e90543b1b2ea24482b26b45ccd6b7d557f10cdcf1d5f535f8c47a0bc9721e5a1049d55705e2f360702d5ad52511f17cf1a7f353b69b62497890dd6b75f6cc83
-DIST purple-facebook-20190113.tar.gz 474005 BLAKE2B 5deb89724ed12280ae29274a03556cc0609f9bcae537786f702d59a35ee2c820bea44bad62a0f6393680da4ea86eb86a2aa8649ab5bdebc43ccc3d6325f8b9a3 SHA512 bf2284169f6765986279421ad9946610de6f58a79d0b70e7dbd43445f59dc518aabdb8a9b41c9f1c8441c12edce79ecfaf7e98bdc56abdc59bb2c46951ee50ce

diff --git a/x11-plugins/purple-facebook/metadata.xml b/x11-plugins/purple-facebook/metadata.xml
deleted file mode 100644
index ee0ddf40d41f..000000000000
--- a/x11-plugins/purple-facebook/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">jgeboski/purple-facebook</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/x11-plugins/purple-facebook/purple-facebook-20170608.ebuild b/x11-plugins/purple-facebook/purple-facebook-20170608.ebuild
deleted file mode 100644
index b20d6833e213..000000000000
--- a/x11-plugins/purple-facebook/purple-facebook-20170608.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-MY_PV="0.9.4-c9b74a765767"
-S="${WORKDIR}/${PN}-${MY_PV}"
-DESCRIPTION="Facebook protocol plugin for libpurple"
-HOMEPAGE="https://github.com/dequis/purple-facebook"
-SRC_URI="https://github.com/dequis/${PN}/releases/download/v${MY_PV}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="dev-libs/json-glib
-	 net-im/pidgin"
-DEPEND="${RDEPEND}"
-DOCS=( AUTHORS ChangeLog NEWS README VERSION )
-
-src_prepare() {
-	eautoreconf
-	default
-}

diff --git a/x11-plugins/purple-facebook/purple-facebook-20170831.ebuild b/x11-plugins/purple-facebook/purple-facebook-20170831.ebuild
deleted file mode 100644
index 328ecab206d4..000000000000
--- a/x11-plugins/purple-facebook/purple-facebook-20170831.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-MY_PV="0.9.5-9ff9acf9fa14"
-S="${WORKDIR}/${PN}-${MY_PV}"
-DESCRIPTION="Facebook protocol plugin for libpurple"
-HOMEPAGE="https://github.com/dequis/purple-facebook"
-SRC_URI="https://github.com/dequis/${PN}/releases/download/v${MY_PV}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="dev-libs/json-glib
-	 net-im/pidgin"
-DEPEND="${RDEPEND}"
-DOCS=( AUTHORS ChangeLog NEWS README VERSION )
-
-src_prepare() {
-	eautoreconf
-	default
-}

diff --git a/x11-plugins/purple-facebook/purple-facebook-20190113.ebuild b/x11-plugins/purple-facebook/purple-facebook-20190113.ebuild
deleted file mode 100644
index d9c29b05113a..000000000000
--- a/x11-plugins/purple-facebook/purple-facebook-20190113.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-MY_PV="0.9.6"
-S="${WORKDIR}/${PN}-${MY_PV}"
-DESCRIPTION="Facebook protocol plugin for libpurple"
-HOMEPAGE="https://github.com/dequis/purple-facebook"
-SRC_URI="https://github.com/dequis/${PN}/releases/download/v${MY_PV}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-RDEPEND="dev-libs/json-glib
-	 net-im/pidgin"
-DEPEND="${RDEPEND}"
-DOCS=( AUTHORS ChangeLog NEWS README VERSION )
-
-src_prepare() {
-	default
-	eautoreconf
-}


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

only message in thread, other threads:[~2022-03-02 12:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-02 12:26 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/purple-facebook/, profiles/ Jakov Smolić

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