Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: net-irc/polari/
Date: Sun, 30 Sep 2018 00:20:19
Message-Id: 1538261529.027a69624ca7204eff00d3d1b214d1c16507792b.leio@gentoo
1 commit: 027a69624ca7204eff00d3d1b214d1c16507792b
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 29 22:52:09 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 29 22:52:09 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=027a6962
7
8 net-irc/polari: remove, available in ::gentoo
9
10 Main tree version has a tiny extra patch from gnome-3-26 branch that
11 fixes some warnings on DND.
12
13 net-irc/polari/metadata.xml | 8 --------
14 net-irc/polari/polari-3.26.2.ebuild | 38 -------------------------------------
15 2 files changed, 46 deletions(-)
16
17 diff --git a/net-irc/polari/metadata.xml b/net-irc/polari/metadata.xml
18 deleted file mode 100644
19 index 996e7cac..00000000
20 --- a/net-irc/polari/metadata.xml
21 +++ /dev/null
22 @@ -1,8 +0,0 @@
23 -<?xml version="1.0" encoding="UTF-8"?>
24 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 -<pkgmetadata>
26 - <maintainer type="project">
27 - <email>gnome@g.o</email>
28 - <name>Gentoo GNOME Desktop</name>
29 - </maintainer>
30 -</pkgmetadata>
31
32 diff --git a/net-irc/polari/polari-3.26.2.ebuild b/net-irc/polari/polari-3.26.2.ebuild
33 deleted file mode 100644
34 index 2ee3aa8b..00000000
35 --- a/net-irc/polari/polari-3.26.2.ebuild
36 +++ /dev/null
37 @@ -1,38 +0,0 @@
38 -# Copyright 1999-2018 Gentoo Foundation
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI=6
42 -
43 -inherit gnome-meson
44 -
45 -DESCRIPTION="An IRC client for Gnome"
46 -HOMEPAGE="https://wiki.gnome.org/Apps/Polari"
47 -
48 -LICENSE="GPL-2+"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~arm ~x86"
51 -IUSE=""
52 -
53 -# gjs-1.49 required due to use of pkg.requireSymbol
54 -COMMON_DEPEND="
55 - >=dev-libs/glib-2.43.4:2
56 - >=x11-libs/gtk+-3.21.6:3[introspection]
57 - net-libs/telepathy-glib[introspection]
58 - >=dev-libs/gobject-introspection-1.50:=
59 - >=dev-libs/gjs-1.49.2
60 - x11-libs/gdk-pixbuf:2[introspection]
61 - >=app-text/gspell-1.4.0[introspection]
62 - x11-libs/pango[introspection]
63 - app-crypt/libsecret[introspection]
64 - net-libs/libsoup:2.4[introspection]
65 - net-im/telepathy-logger[introspection]
66 -"
67 -RDEPEND="${COMMON_DEPEND}
68 - >=net-irc/telepathy-idle-0.2
69 -"
70 -DEPEND="${COMMON_DEPEND}
71 - app-text/yelp-tools
72 - dev-libs/appstream-glib
73 - >=sys-devel/gettext-0.19.6
74 - virtual/pkgconfig
75 -"