Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/polari/, net-irc/polari/files/
Date: Sun, 31 Mar 2019 06:10:59
Message-Id: 1554011760.9511ff3e556029ec31c3fca8c90260e4190dd528.leio@gentoo
1 commit: 9511ff3e556029ec31c3fca8c90260e4190dd528
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 31 05:56:00 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 31 05:56:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9511ff3e
7
8 net-irc/polari: remove old
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 net-irc/polari/Manifest | 2 -
14 net-irc/polari/files/3.26.2-drag-warning-fix.patch | 38 ---------------
15 net-irc/polari/polari-3.26.2.ebuild | 56 ----------------------
16 net-irc/polari/polari-3.28.1.ebuild | 53 --------------------
17 4 files changed, 149 deletions(-)
18
19 diff --git a/net-irc/polari/Manifest b/net-irc/polari/Manifest
20 index e202a60acb1..ad87e6a6bff 100644
21 --- a/net-irc/polari/Manifest
22 +++ b/net-irc/polari/Manifest
23 @@ -1,4 +1,2 @@
24 DIST polari-3.24.2.tar.xz 804160 BLAKE2B c0e651d478cf814d1e055ef196ea725a17c50ee4836df7939b73dc59bbea0f74d8dbf6ceebd07b3748b6814fa52ae8a300515ac8f6952f59546e7c27ed35d6da SHA512 23a475d657556e7f4e93dde8e545bf7bede227635d540bd006b85b068923d87e713bd05f14d8ccde458bf6efd4920665bca02ea41c4de870680581ebfa595f0e
25 -DIST polari-3.26.2.tar.xz 1148892 BLAKE2B 3979b261ae34d3d38084717a94f926a259ec0d20f9db0f482e10866bba0b4d1efec2f44bdddd78cd1b409f03df0221d308b8173b21fc33b61fd93bc76eec6b57 SHA512 3939c7da22379acd8b59d860db90fba37cca3dba0422db93747ba4622e574d43992334e13603462725d05ba2f0c1a243655ef7505881649111033abc029a9aaa
26 -DIST polari-3.28.1.tar.xz 1171688 BLAKE2B c52935b5f562654f833255d3e0e1022d3f0eff3de510752dfb59ba3831eb231ecdf5833c3813bf28afd864649fd34b02be4ab1e86134348cd2e5b5898f0788ae SHA512 a3fa71604a6f67b851ac3bb9e097a5e48e5ade12d31e845d63ccfe6186eb23694c0cbc9d9826803bf664d408473cc679986d6fee962ef675178df7cda4c998ce
27 DIST polari-3.30.2.tar.xz 1153792 BLAKE2B 992f39e989179617164fb9d955a5211aa466293882d773c5783792503741cf62ae7fa848697046f2888bdc04c083e0b3fef0be18055e2d2c2607cc029eb2c816 SHA512 4aae1bd70498ddbddab494c9484c039bc5fabc13860ddd6a2001858808baea004c9f463b37c9392eaac62cf951867ea6e24e77053976bd4524dd711ac52a5b4d
28
29 diff --git a/net-irc/polari/files/3.26.2-drag-warning-fix.patch b/net-irc/polari/files/3.26.2-drag-warning-fix.patch
30 deleted file mode 100644
31 index 3eceb523b89..00000000000
32 --- a/net-irc/polari/files/3.26.2-drag-warning-fix.patch
33 +++ /dev/null
34 @@ -1,38 +0,0 @@
35 -From e94de3aad89eecac7eaf8236b4c0b2c7919bc70b Mon Sep 17 00:00:00 2001
36 -From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@×××××.org>
37 -Date: Fri, 27 Oct 2017 04:19:30 +0200
38 -Subject: [PATCH] pasteManager: Remove excess arguments
39 -
40 -Our helper method takes less arguments than the GTK+ method it's based
41 -on - remove the excess argument to avoid warnings.
42 -
43 -Fixes https://gitlab.gnome.org/GNOME/polari/issues/14
44 ----
45 - src/pasteManager.js | 4 ++--
46 - 1 file changed, 2 insertions(+), 2 deletions(-)
47 -
48 -diff --git a/src/pasteManager.js b/src/pasteManager.js
49 -index e39f493..aa321f4 100644
50 ---- a/src/pasteManager.js
51 -+++ b/src/pasteManager.js
52 -@@ -122,7 +122,7 @@ var DropTargetIface = new Lang.Interface({
53 - if (!this.can_drop)
54 - return Gdk.EVENT_PROPAGATE;
55 -
56 -- if (!Polari.drag_dest_supports_target(widget, context, null))
57 -+ if (!Polari.drag_dest_supports_target(widget, context))
58 - return Gdk.EVENT_PROPAGATE;
59 -
60 - Polari.drag_dest_request_data(widget, context, time);
61 -@@ -138,7 +138,7 @@ var DropTargetIface = new Lang.Interface({
62 - if (!this.can_drop)
63 - return Gdk.EVENT_PROPAGATE;
64 -
65 -- if (!Polari.drag_dest_supports_target(widget, context, null))
66 -+ if (!Polari.drag_dest_supports_target(widget, context))
67 - return Gdk.EVENT_PROPAGATE;
68 -
69 - let info = Polari.drag_dest_find_target(widget, context);
70 ---
71 -2.17.0
72 -
73
74 diff --git a/net-irc/polari/polari-3.26.2.ebuild b/net-irc/polari/polari-3.26.2.ebuild
75 deleted file mode 100644
76 index 3d053cc6159..00000000000
77 --- a/net-irc/polari/polari-3.26.2.ebuild
78 +++ /dev/null
79 @@ -1,56 +0,0 @@
80 -# Copyright 1999-2019 Gentoo Authors
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=6
84 -
85 -inherit gnome.org gnome2-utils meson xdg
86 -
87 -DESCRIPTION="An IRC client for Gnome"
88 -HOMEPAGE="https://wiki.gnome.org/Apps/Polari"
89 -
90 -LICENSE="GPL-2+"
91 -SLOT="0"
92 -KEYWORDS="~amd64 ~arm ~x86"
93 -IUSE=""
94 -
95 -COMMON_DEPEND="
96 - >=dev-libs/glib-2.43.4:2
97 - >=x11-libs/gtk+-3.21.6:3[introspection]
98 - net-libs/telepathy-glib[introspection]
99 - >=dev-libs/gobject-introspection-1.50:=
100 - >=dev-libs/gjs-1.50
101 - <dev-libs/gjs-1.53
102 -
103 - x11-libs/gdk-pixbuf:2[introspection]
104 - >=app-text/gspell-1.4.0[introspection]
105 - x11-libs/pango[introspection]
106 - app-crypt/libsecret[introspection]
107 - net-libs/libsoup:2.4[introspection]
108 - net-im/telepathy-logger[introspection]
109 -"
110 -RDEPEND="${COMMON_DEPEND}
111 - >=net-irc/telepathy-idle-0.2
112 -"
113 -DEPEND="${COMMON_DEPEND}
114 - dev-libs/appstream-glib
115 - dev-libs/libxml2:2
116 - dev-util/itstool
117 - >=sys-devel/gettext-0.19.8
118 - virtual/pkgconfig
119 -"
120 -
121 -PATCHES=(
122 - "${FILESDIR}"/${PV}-drag-warning-fix.patch
123 -)
124 -
125 -pkg_postinst() {
126 - xdg_pkg_postinst
127 - gnome2_icon_cache_update
128 - gnome2_schemas_update
129 -}
130 -
131 -pkg_postrm() {
132 - xdg_pkg_postrm
133 - gnome2_icon_cache_update
134 - gnome2_schemas_update
135 -}
136
137 diff --git a/net-irc/polari/polari-3.28.1.ebuild b/net-irc/polari/polari-3.28.1.ebuild
138 deleted file mode 100644
139 index f818799f535..00000000000
140 --- a/net-irc/polari/polari-3.28.1.ebuild
141 +++ /dev/null
142 @@ -1,53 +0,0 @@
143 -# Copyright 1999-2019 Gentoo Authors
144 -# Distributed under the terms of the GNU General Public License v2
145 -
146 -EAPI=6
147 -
148 -inherit gnome.org gnome2-utils meson xdg
149 -
150 -DESCRIPTION="An IRC client for Gnome"
151 -HOMEPAGE="https://wiki.gnome.org/Apps/Polari"
152 -
153 -LICENSE="GPL-2+"
154 -SLOT="0"
155 -KEYWORDS="~amd64 ~arm ~x86"
156 -IUSE="test"
157 -
158 -COMMON_DEPEND="
159 - >=dev-libs/glib-2.43.4:2
160 - >=x11-libs/gtk+-3.21.6:3[introspection]
161 - net-libs/telepathy-glib[introspection]
162 - >=dev-libs/gobject-introspection-1.50:=
163 - >=dev-libs/gjs-1.50
164 - <dev-libs/gjs-1.53
165 -
166 - x11-libs/gdk-pixbuf:2[introspection]
167 - >=app-text/gspell-1.4.0[introspection]
168 - x11-libs/pango[introspection]
169 - app-crypt/libsecret[introspection]
170 - net-libs/libsoup:2.4[introspection]
171 - net-im/telepathy-logger[introspection]
172 -"
173 -RDEPEND="${COMMON_DEPEND}
174 - >=net-irc/telepathy-idle-0.2
175 -"
176 -DEPEND="${COMMON_DEPEND}
177 - dev-libs/appstream-glib
178 - dev-libs/libxml2:2
179 - dev-util/itstool
180 - >=sys-devel/gettext-0.19.8
181 - virtual/pkgconfig
182 - test? ( dev-lang/spidermonkey:52 )
183 -"
184 -
185 -pkg_postinst() {
186 - xdg_pkg_postinst
187 - gnome2_icon_cache_update
188 - gnome2_schemas_update
189 -}
190 -
191 -pkg_postrm() {
192 - xdg_pkg_postrm
193 - gnome2_icon_cache_update
194 - gnome2_schemas_update
195 -}