net-irc/polari: remove old
authorMart Raudsepp <leio@gentoo.org>
Sun, 31 Mar 2019 05:56:00 +0000 (08:56 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sun, 31 Mar 2019 05:56:00 +0000 (08:56 +0300)
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
net-irc/polari/Manifest
net-irc/polari/files/3.26.2-drag-warning-fix.patch [deleted file]
net-irc/polari/polari-3.26.2.ebuild [deleted file]
net-irc/polari/polari-3.28.1.ebuild [deleted file]

index e202a60acb16f91d51b3f6602f3dc8f42fb3233a..ad87e6a6bffaae39165e01db5e8b0f8bf8a99267 100644 (file)
@@ -1,4 +1,2 @@
 DIST polari-3.24.2.tar.xz 804160 BLAKE2B c0e651d478cf814d1e055ef196ea725a17c50ee4836df7939b73dc59bbea0f74d8dbf6ceebd07b3748b6814fa52ae8a300515ac8f6952f59546e7c27ed35d6da SHA512 23a475d657556e7f4e93dde8e545bf7bede227635d540bd006b85b068923d87e713bd05f14d8ccde458bf6efd4920665bca02ea41c4de870680581ebfa595f0e
-DIST polari-3.26.2.tar.xz 1148892 BLAKE2B 3979b261ae34d3d38084717a94f926a259ec0d20f9db0f482e10866bba0b4d1efec2f44bdddd78cd1b409f03df0221d308b8173b21fc33b61fd93bc76eec6b57 SHA512 3939c7da22379acd8b59d860db90fba37cca3dba0422db93747ba4622e574d43992334e13603462725d05ba2f0c1a243655ef7505881649111033abc029a9aaa
-DIST polari-3.28.1.tar.xz 1171688 BLAKE2B c52935b5f562654f833255d3e0e1022d3f0eff3de510752dfb59ba3831eb231ecdf5833c3813bf28afd864649fd34b02be4ab1e86134348cd2e5b5898f0788ae SHA512 a3fa71604a6f67b851ac3bb9e097a5e48e5ade12d31e845d63ccfe6186eb23694c0cbc9d9826803bf664d408473cc679986d6fee962ef675178df7cda4c998ce
 DIST polari-3.30.2.tar.xz 1153792 BLAKE2B 992f39e989179617164fb9d955a5211aa466293882d773c5783792503741cf62ae7fa848697046f2888bdc04c083e0b3fef0be18055e2d2c2607cc029eb2c816 SHA512 4aae1bd70498ddbddab494c9484c039bc5fabc13860ddd6a2001858808baea004c9f463b37c9392eaac62cf951867ea6e24e77053976bd4524dd711ac52a5b4d
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
deleted file mode 100644 (file)
index 3eceb52..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-From e94de3aad89eecac7eaf8236b4c0b2c7919bc70b Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
-Date: Fri, 27 Oct 2017 04:19:30 +0200
-Subject: [PATCH] pasteManager: Remove excess arguments
-
-Our helper method takes less arguments than the GTK+ method it's based
-on - remove the excess argument to avoid warnings.
-
-Fixes https://gitlab.gnome.org/GNOME/polari/issues/14
----
- src/pasteManager.js | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/pasteManager.js b/src/pasteManager.js
-index e39f493..aa321f4 100644
---- a/src/pasteManager.js
-+++ b/src/pasteManager.js
-@@ -122,7 +122,7 @@ var DropTargetIface = new Lang.Interface({
-         if (!this.can_drop)
-             return Gdk.EVENT_PROPAGATE;
--        if (!Polari.drag_dest_supports_target(widget, context, null))
-+        if (!Polari.drag_dest_supports_target(widget, context))
-             return Gdk.EVENT_PROPAGATE;
-         Polari.drag_dest_request_data(widget, context, time);
-@@ -138,7 +138,7 @@ var DropTargetIface = new Lang.Interface({
-         if (!this.can_drop)
-             return Gdk.EVENT_PROPAGATE;
--        if (!Polari.drag_dest_supports_target(widget, context, null))
-+        if (!Polari.drag_dest_supports_target(widget, context))
-             return Gdk.EVENT_PROPAGATE;
-         let info = Polari.drag_dest_find_target(widget, context);
--- 
-2.17.0
-
diff --git a/net-irc/polari/polari-3.26.2.ebuild b/net-irc/polari/polari-3.26.2.ebuild
deleted file mode 100644 (file)
index 3d053cc..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="An IRC client for Gnome"
-HOMEPAGE="https://wiki.gnome.org/Apps/Polari"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-       >=dev-libs/glib-2.43.4:2
-       >=x11-libs/gtk+-3.21.6:3[introspection]
-       net-libs/telepathy-glib[introspection]
-       >=dev-libs/gobject-introspection-1.50:=
-       >=dev-libs/gjs-1.50
-       <dev-libs/gjs-1.53
-
-       x11-libs/gdk-pixbuf:2[introspection]
-       >=app-text/gspell-1.4.0[introspection]
-       x11-libs/pango[introspection]
-       app-crypt/libsecret[introspection]
-       net-libs/libsoup:2.4[introspection]
-       net-im/telepathy-logger[introspection]
-"
-RDEPEND="${COMMON_DEPEND}
-       >=net-irc/telepathy-idle-0.2
-"
-DEPEND="${COMMON_DEPEND}
-       dev-libs/appstream-glib
-       dev-libs/libxml2:2
-       dev-util/itstool
-       >=sys-devel/gettext-0.19.8
-       virtual/pkgconfig
-"
-
-PATCHES=(
-       "${FILESDIR}"/${PV}-drag-warning-fix.patch
-)
-
-pkg_postinst() {
-       xdg_pkg_postinst
-       gnome2_icon_cache_update
-       gnome2_schemas_update
-}
-
-pkg_postrm() {
-       xdg_pkg_postrm
-       gnome2_icon_cache_update
-       gnome2_schemas_update
-}
diff --git a/net-irc/polari/polari-3.28.1.ebuild b/net-irc/polari/polari-3.28.1.ebuild
deleted file mode 100644 (file)
index f818799..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="An IRC client for Gnome"
-HOMEPAGE="https://wiki.gnome.org/Apps/Polari"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="test"
-
-COMMON_DEPEND="
-       >=dev-libs/glib-2.43.4:2
-       >=x11-libs/gtk+-3.21.6:3[introspection]
-       net-libs/telepathy-glib[introspection]
-       >=dev-libs/gobject-introspection-1.50:=
-       >=dev-libs/gjs-1.50
-       <dev-libs/gjs-1.53
-
-       x11-libs/gdk-pixbuf:2[introspection]
-       >=app-text/gspell-1.4.0[introspection]
-       x11-libs/pango[introspection]
-       app-crypt/libsecret[introspection]
-       net-libs/libsoup:2.4[introspection]
-       net-im/telepathy-logger[introspection]
-"
-RDEPEND="${COMMON_DEPEND}
-       >=net-irc/telepathy-idle-0.2
-"
-DEPEND="${COMMON_DEPEND}
-       dev-libs/appstream-glib
-       dev-libs/libxml2:2
-       dev-util/itstool
-       >=sys-devel/gettext-0.19.8
-       virtual/pkgconfig
-       test? ( dev-lang/spidermonkey:52 )
-"
-
-pkg_postinst() {
-       xdg_pkg_postinst
-       gnome2_icon_cache_update
-       gnome2_schemas_update
-}
-
-pkg_postrm() {
-       xdg_pkg_postrm
-       gnome2_icon_cache_update
-       gnome2_schemas_update
-}