Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: profiles/, net-misc/tootle/
Date: Mon, 28 Nov 2022 14:20:28
Message-Id: 1669645209.d69308ae056cd15d84feea8b41ea253578d82077.cybertailor@gentoo
1 commit: d69308ae056cd15d84feea8b41ea253578d82077
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Sun Nov 27 20:45:23 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Mon Nov 28 14:20:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d69308ae
7
8 net-misc/tootle: treeclean
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 net-misc/tootle/Manifest | 2 --
13 net-misc/tootle/metadata.xml | 8 -----
14 net-misc/tootle/tootle-1.0.ebuild | 57 --------------------------------
15 net-misc/tootle/tootle-1.0_alpha2.ebuild | 57 --------------------------------
16 net-misc/tootle/tootle-9999.ebuild | 57 --------------------------------
17 profiles/package.mask | 5 ---
18 6 files changed, 186 deletions(-)
19
20 diff --git a/net-misc/tootle/Manifest b/net-misc/tootle/Manifest
21 deleted file mode 100644
22 index 3c8d70d42..000000000
23 --- a/net-misc/tootle/Manifest
24 +++ /dev/null
25 @@ -1,2 +0,0 @@
26 -DIST tootle-1.0.tar.gz 795812 BLAKE2B 6e0125d37646f39a5b0e26cb28080bc4b79cf50dfa805940359fcfe98156020106b309cb553a6844a0a4bff51298117e43805675159786a3d6af83e20098eb1b SHA512 31eadfcc27cff26e8c84ecc56209e8bc9e0f616a9ab32a63208a89875597ecc668ac856a6044533b718c90f4acd286b7f07ca1386d6bb8d259a793e339a3f79d
27 -DIST tootle-1.0_alpha2.tar.gz 794059 BLAKE2B 7dd03b8bdb3f8b9ae3758fc8c3e7f1fa3529ddc61cf3e281ed92330b89c99651e860d213cf1a3818abff24853b20a9562f46ac1c601e94537bf45940166a17aa SHA512 cb51fce1b439a0703be5e0c755aaebd4ad81b87252f19784cbec80ce3c43e94bfc72c5e205e9a016706a8edd4dfffc9ce0ecfddae4fc45f0edec85f5fca9dfcf
28
29 diff --git a/net-misc/tootle/metadata.xml b/net-misc/tootle/metadata.xml
30 deleted file mode 100644
31 index 8ab5c7f48..000000000
32 --- a/net-misc/tootle/metadata.xml
33 +++ /dev/null
34 @@ -1,8 +0,0 @@
35 -<?xml version="1.0" encoding="UTF-8"?>
36 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
37 -<pkgmetadata>
38 -<!-- maintainer-needed -->
39 - <upstream>
40 - <remote-id type="github">bleakgrey/tootle</remote-id>
41 - </upstream>
42 -</pkgmetadata>
43
44 diff --git a/net-misc/tootle/tootle-1.0.ebuild b/net-misc/tootle/tootle-1.0.ebuild
45 deleted file mode 100644
46 index 60d58c459..000000000
47 --- a/net-misc/tootle/tootle-1.0.ebuild
48 +++ /dev/null
49 @@ -1,57 +0,0 @@
50 -# Copyright 1999-2021 Gentoo Authors
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI=7
54 -
55 -inherit vala meson gnome2-utils xdg
56 -
57 -DESCRIPTION="Mastodon client written in GTK3"
58 -HOMEPAGE="https://github.com/bleakgrey/tootle"
59 -
60 -if [[ "${PV}" == *9999* ]]; then
61 - inherit git-r3
62 - EGIT_REPO_URI="https://github.com/bleakgrey/${PN}.git"
63 -else
64 - MY_PV="${PV/_/-}"
65 - SRC_URI="https://github.com/bleakgrey/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
66 - KEYWORDS="~amd64 ~arm64"
67 - S="${WORKDIR}/${PN}-${MY_PV}"
68 -fi
69 -
70 -LICENSE="GPL-3"
71 -SLOT="0"
72 -
73 -RDEPEND="
74 - dev-libs/glib:2
75 - dev-libs/json-glib
76 - dev-libs/libgee:0.8
77 - gui-libs/libhandy:1
78 - net-libs/libsoup:2.4
79 - x11-libs/gtk+:3
80 -"
81 -DEPEND="
82 - ${RDEPEND}
83 -"
84 -
85 -src_prepare() {
86 - xdg_src_prepare
87 - vala_src_prepare
88 - default
89 -}
90 -
91 -pkg_preinst() {
92 - gnome2_schemas_savelist
93 - xdg_pkg_preinst
94 -}
95 -
96 -pkg_postinst() {
97 - gnome2_gconf_install
98 - gnome2_schemas_update
99 - xdg_pkg_postinst
100 -}
101 -
102 -pkg_postrm() {
103 - gnome2_gconf_uninstall
104 - gnome2_schemas_update
105 - xdg_pkg_postrm
106 -}
107
108 diff --git a/net-misc/tootle/tootle-1.0_alpha2.ebuild b/net-misc/tootle/tootle-1.0_alpha2.ebuild
109 deleted file mode 100644
110 index 60d58c459..000000000
111 --- a/net-misc/tootle/tootle-1.0_alpha2.ebuild
112 +++ /dev/null
113 @@ -1,57 +0,0 @@
114 -# Copyright 1999-2021 Gentoo Authors
115 -# Distributed under the terms of the GNU General Public License v2
116 -
117 -EAPI=7
118 -
119 -inherit vala meson gnome2-utils xdg
120 -
121 -DESCRIPTION="Mastodon client written in GTK3"
122 -HOMEPAGE="https://github.com/bleakgrey/tootle"
123 -
124 -if [[ "${PV}" == *9999* ]]; then
125 - inherit git-r3
126 - EGIT_REPO_URI="https://github.com/bleakgrey/${PN}.git"
127 -else
128 - MY_PV="${PV/_/-}"
129 - SRC_URI="https://github.com/bleakgrey/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
130 - KEYWORDS="~amd64 ~arm64"
131 - S="${WORKDIR}/${PN}-${MY_PV}"
132 -fi
133 -
134 -LICENSE="GPL-3"
135 -SLOT="0"
136 -
137 -RDEPEND="
138 - dev-libs/glib:2
139 - dev-libs/json-glib
140 - dev-libs/libgee:0.8
141 - gui-libs/libhandy:1
142 - net-libs/libsoup:2.4
143 - x11-libs/gtk+:3
144 -"
145 -DEPEND="
146 - ${RDEPEND}
147 -"
148 -
149 -src_prepare() {
150 - xdg_src_prepare
151 - vala_src_prepare
152 - default
153 -}
154 -
155 -pkg_preinst() {
156 - gnome2_schemas_savelist
157 - xdg_pkg_preinst
158 -}
159 -
160 -pkg_postinst() {
161 - gnome2_gconf_install
162 - gnome2_schemas_update
163 - xdg_pkg_postinst
164 -}
165 -
166 -pkg_postrm() {
167 - gnome2_gconf_uninstall
168 - gnome2_schemas_update
169 - xdg_pkg_postrm
170 -}
171
172 diff --git a/net-misc/tootle/tootle-9999.ebuild b/net-misc/tootle/tootle-9999.ebuild
173 deleted file mode 100644
174 index 60d58c459..000000000
175 --- a/net-misc/tootle/tootle-9999.ebuild
176 +++ /dev/null
177 @@ -1,57 +0,0 @@
178 -# Copyright 1999-2021 Gentoo Authors
179 -# Distributed under the terms of the GNU General Public License v2
180 -
181 -EAPI=7
182 -
183 -inherit vala meson gnome2-utils xdg
184 -
185 -DESCRIPTION="Mastodon client written in GTK3"
186 -HOMEPAGE="https://github.com/bleakgrey/tootle"
187 -
188 -if [[ "${PV}" == *9999* ]]; then
189 - inherit git-r3
190 - EGIT_REPO_URI="https://github.com/bleakgrey/${PN}.git"
191 -else
192 - MY_PV="${PV/_/-}"
193 - SRC_URI="https://github.com/bleakgrey/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
194 - KEYWORDS="~amd64 ~arm64"
195 - S="${WORKDIR}/${PN}-${MY_PV}"
196 -fi
197 -
198 -LICENSE="GPL-3"
199 -SLOT="0"
200 -
201 -RDEPEND="
202 - dev-libs/glib:2
203 - dev-libs/json-glib
204 - dev-libs/libgee:0.8
205 - gui-libs/libhandy:1
206 - net-libs/libsoup:2.4
207 - x11-libs/gtk+:3
208 -"
209 -DEPEND="
210 - ${RDEPEND}
211 -"
212 -
213 -src_prepare() {
214 - xdg_src_prepare
215 - vala_src_prepare
216 - default
217 -}
218 -
219 -pkg_preinst() {
220 - gnome2_schemas_savelist
221 - xdg_pkg_preinst
222 -}
223 -
224 -pkg_postinst() {
225 - gnome2_gconf_install
226 - gnome2_schemas_update
227 - xdg_pkg_postinst
228 -}
229 -
230 -pkg_postrm() {
231 - gnome2_gconf_uninstall
232 - gnome2_schemas_update
233 - xdg_pkg_postrm
234 -}
235
236 diff --git a/profiles/package.mask b/profiles/package.mask
237 index 4143a7c57..68d95c4c5 100644
238 --- a/profiles/package.mask
239 +++ b/profiles/package.mask
240 @@ -34,11 +34,6 @@ dev-python/gevent-websocket
241 # Depends on masked dev-python/tempita, has unresolved bugs (#854177)
242 dev-python/sqlalchemy-migrate
243
244 -# Anna Vyalkova <cyber+gentoo@×××××.in> (2022-10-30)
245 -# Archived upstream, fails to build (#817254, #860324).
246 -# Masked for removal in 30 days.
247 -net-misc/tootle
248 -
249 # Torokhov Sergey <torokhov-s-a@××××××.ru> (2022-10-30)
250 # Masked due to failed tests with sys-cluster/openmpi;
251 # failed tests with sys-devel/gcc-12.2.1_p20221008