commit: 027a69624ca7204eff00d3d1b214d1c16507792b Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sat Sep 29 22:52:09 2018 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sat Sep 29 22:52:09 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=027a6962
net-irc/polari: remove, available in ::gentoo Main tree version has a tiny extra patch from gnome-3-26 branch that fixes some warnings on DND. net-irc/polari/metadata.xml | 8 -------- net-irc/polari/polari-3.26.2.ebuild | 38 ------------------------------------- 2 files changed, 46 deletions(-) diff --git a/net-irc/polari/metadata.xml b/net-irc/polari/metadata.xml deleted file mode 100644 index 996e7cac..00000000 --- a/net-irc/polari/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>gn...@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> -</pkgmetadata> diff --git a/net-irc/polari/polari-3.26.2.ebuild b/net-irc/polari/polari-3.26.2.ebuild deleted file mode 100644 index 2ee3aa8b..00000000 --- a/net-irc/polari/polari-3.26.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gnome-meson - -DESCRIPTION="An IRC client for Gnome" -HOMEPAGE="https://wiki.gnome.org/Apps/Polari" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -# gjs-1.49 required due to use of pkg.requireSymbol -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.49.2 - 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} - app-text/yelp-tools - dev-libs/appstream-glib - >=sys-devel/gettext-0.19.6 - virtual/pkgconfig -"