Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/purple-facebook/, profiles/
Date: Wed, 02 Mar 2022 12:26:57
Message-Id: 1646223971.8bc00401647630565e75ea688ef0985d09af94f8.jsmolic@gentoo
1 commit: 8bc00401647630565e75ea688ef0985d09af94f8
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 2 12:22:22 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 2 12:26:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bc00401
7
8 x11-plugins/purple-facebook: treeclean
9
10 Closes: https://bugs.gentoo.org/830331
11 Closes: https://bugs.gentoo.org/769719
12 Closes: https://bugs.gentoo.org/773106
13 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
14
15 profiles/package.mask | 5 ----
16 x11-plugins/purple-facebook/Manifest | 3 ---
17 x11-plugins/purple-facebook/metadata.xml | 8 -------
18 .../purple-facebook-20170608.ebuild | 27 ----------------------
19 .../purple-facebook-20170831.ebuild | 27 ----------------------
20 .../purple-facebook-20190113.ebuild | 27 ----------------------
21 6 files changed, 97 deletions(-)
22
23 diff --git a/profiles/package.mask b/profiles/package.mask
24 index 104e0ddc5962..ddd096e11b49 100644
25 --- a/profiles/package.mask
26 +++ b/profiles/package.mask
27 @@ -241,11 +241,6 @@ sys-auth/pam_blue
28 # Removal after 2022-03-01. Bug #830428.
29 www-servers/bozohttpd
30
31 -# Jonas Stein <jstein@g.o> (2021-12-31)
32 -# Removal after 2022-05-01. Bug #830331.
33 -# Broken and upstream needs new maintainer.
34 -x11-plugins/purple-facebook
35 -
36 # Jonas Stein <jstein@g.o> (2021-12-24)
37 # Alpha version
38 =app-editors/ghex-4.0.0_alpha
39
40 diff --git a/x11-plugins/purple-facebook/Manifest b/x11-plugins/purple-facebook/Manifest
41 deleted file mode 100644
42 index 908c8263b13e..000000000000
43 --- a/x11-plugins/purple-facebook/Manifest
44 +++ /dev/null
45 @@ -1,3 +0,0 @@
46 -DIST purple-facebook-20170608.tar.gz 459535 BLAKE2B 24dcb59496efde8f176c48872b30568ac50c09456056b564f692ad96ee0a76691f19c5282abc4af37fbea5cde7fa43f151cb80217e6dba694f10d0e2cd118eaa SHA512 50e8708afc059239347ccf1a5b92202469116848c63599cfc450d114f2b821a9c15ef340074e715ffebd46761b30f59ac8caf9bb2848af41c3ad0abc39fb39e2
47 -DIST purple-facebook-20170831.tar.gz 462381 BLAKE2B 06f2f53885b11842f76c6d04d5c85ba78461cbaef46962ff058432a491a3e0e47653c2d04b5b4f0cc77a21e0cea08d1b302fe0116341df70caa4416180965fba SHA512 0e90543b1b2ea24482b26b45ccd6b7d557f10cdcf1d5f535f8c47a0bc9721e5a1049d55705e2f360702d5ad52511f17cf1a7f353b69b62497890dd6b75f6cc83
48 -DIST purple-facebook-20190113.tar.gz 474005 BLAKE2B 5deb89724ed12280ae29274a03556cc0609f9bcae537786f702d59a35ee2c820bea44bad62a0f6393680da4ea86eb86a2aa8649ab5bdebc43ccc3d6325f8b9a3 SHA512 bf2284169f6765986279421ad9946610de6f58a79d0b70e7dbd43445f59dc518aabdb8a9b41c9f1c8441c12edce79ecfaf7e98bdc56abdc59bb2c46951ee50ce
49
50 diff --git a/x11-plugins/purple-facebook/metadata.xml b/x11-plugins/purple-facebook/metadata.xml
51 deleted file mode 100644
52 index ee0ddf40d41f..000000000000
53 --- a/x11-plugins/purple-facebook/metadata.xml
54 +++ /dev/null
55 @@ -1,8 +0,0 @@
56 -<?xml version="1.0" encoding="UTF-8"?>
57 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
58 -<pkgmetadata>
59 - <!-- maintainer-needed -->
60 - <upstream>
61 - <remote-id type="github">jgeboski/purple-facebook</remote-id>
62 - </upstream>
63 -</pkgmetadata>
64
65 diff --git a/x11-plugins/purple-facebook/purple-facebook-20170608.ebuild b/x11-plugins/purple-facebook/purple-facebook-20170608.ebuild
66 deleted file mode 100644
67 index b20d6833e213..000000000000
68 --- a/x11-plugins/purple-facebook/purple-facebook-20170608.ebuild
69 +++ /dev/null
70 @@ -1,27 +0,0 @@
71 -# Copyright 1999-2021 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=6
75 -
76 -inherit autotools
77 -
78 -MY_PV="0.9.4-c9b74a765767"
79 -S="${WORKDIR}/${PN}-${MY_PV}"
80 -DESCRIPTION="Facebook protocol plugin for libpurple"
81 -HOMEPAGE="https://github.com/dequis/purple-facebook"
82 -SRC_URI="https://github.com/dequis/${PN}/releases/download/v${MY_PV}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
83 -
84 -LICENSE="GPL-2"
85 -SLOT="0"
86 -KEYWORDS="~amd64"
87 -IUSE=""
88 -
89 -RDEPEND="dev-libs/json-glib
90 - net-im/pidgin"
91 -DEPEND="${RDEPEND}"
92 -DOCS=( AUTHORS ChangeLog NEWS README VERSION )
93 -
94 -src_prepare() {
95 - eautoreconf
96 - default
97 -}
98
99 diff --git a/x11-plugins/purple-facebook/purple-facebook-20170831.ebuild b/x11-plugins/purple-facebook/purple-facebook-20170831.ebuild
100 deleted file mode 100644
101 index 328ecab206d4..000000000000
102 --- a/x11-plugins/purple-facebook/purple-facebook-20170831.ebuild
103 +++ /dev/null
104 @@ -1,27 +0,0 @@
105 -# Copyright 1999-2021 Gentoo Authors
106 -# Distributed under the terms of the GNU General Public License v2
107 -
108 -EAPI=6
109 -
110 -inherit autotools
111 -
112 -MY_PV="0.9.5-9ff9acf9fa14"
113 -S="${WORKDIR}/${PN}-${MY_PV}"
114 -DESCRIPTION="Facebook protocol plugin for libpurple"
115 -HOMEPAGE="https://github.com/dequis/purple-facebook"
116 -SRC_URI="https://github.com/dequis/${PN}/releases/download/v${MY_PV}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
117 -
118 -LICENSE="GPL-2"
119 -SLOT="0"
120 -KEYWORDS="~amd64"
121 -IUSE=""
122 -
123 -RDEPEND="dev-libs/json-glib
124 - net-im/pidgin"
125 -DEPEND="${RDEPEND}"
126 -DOCS=( AUTHORS ChangeLog NEWS README VERSION )
127 -
128 -src_prepare() {
129 - eautoreconf
130 - default
131 -}
132
133 diff --git a/x11-plugins/purple-facebook/purple-facebook-20190113.ebuild b/x11-plugins/purple-facebook/purple-facebook-20190113.ebuild
134 deleted file mode 100644
135 index d9c29b05113a..000000000000
136 --- a/x11-plugins/purple-facebook/purple-facebook-20190113.ebuild
137 +++ /dev/null
138 @@ -1,27 +0,0 @@
139 -# Copyright 1999-2020 Gentoo Authors
140 -# Distributed under the terms of the GNU General Public License v2
141 -
142 -EAPI=7
143 -
144 -inherit autotools
145 -
146 -MY_PV="0.9.6"
147 -S="${WORKDIR}/${PN}-${MY_PV}"
148 -DESCRIPTION="Facebook protocol plugin for libpurple"
149 -HOMEPAGE="https://github.com/dequis/purple-facebook"
150 -SRC_URI="https://github.com/dequis/${PN}/releases/download/v${MY_PV}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
151 -
152 -LICENSE="GPL-2"
153 -SLOT="0"
154 -KEYWORDS="amd64"
155 -IUSE=""
156 -
157 -RDEPEND="dev-libs/json-glib
158 - net-im/pidgin"
159 -DEPEND="${RDEPEND}"
160 -DOCS=( AUTHORS ChangeLog NEWS README VERSION )
161 -
162 -src_prepare() {
163 - default
164 - eautoreconf
165 -}