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: Sat, 12 May 2018 18:29:50
Message-Id: 1526149780.5507453358eec4aa36e8ec3d493864719717d901.leio@gentoo
1 commit: 5507453358eec4aa36e8ec3d493864719717d901
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 12 18:29:40 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat May 12 18:29:40 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=55074533
7
8 net-irc/polari: bump to 3.26.2
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 net-irc/polari/metadata.xml | 8 ++++++++
13 net-irc/polari/polari-3.26.2.ebuild | 37 +++++++++++++++++++++++++++++++++++++
14 2 files changed, 45 insertions(+)
15
16 diff --git a/net-irc/polari/metadata.xml b/net-irc/polari/metadata.xml
17 new file mode 100644
18 index 00000000..996e7cac
19 --- /dev/null
20 +++ b/net-irc/polari/metadata.xml
21 @@ -0,0 +1,8 @@
22 +<?xml version="1.0" encoding="UTF-8"?>
23 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
24 +<pkgmetadata>
25 + <maintainer type="project">
26 + <email>gnome@g.o</email>
27 + <name>Gentoo GNOME Desktop</name>
28 + </maintainer>
29 +</pkgmetadata>
30
31 diff --git a/net-irc/polari/polari-3.26.2.ebuild b/net-irc/polari/polari-3.26.2.ebuild
32 new file mode 100644
33 index 00000000..a9c748c3
34 --- /dev/null
35 +++ b/net-irc/polari/polari-3.26.2.ebuild
36 @@ -0,0 +1,37 @@
37 +# Copyright 1999-2018 Gentoo Foundation
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=6
41 +
42 +inherit gnome-meson
43 +
44 +DESCRIPTION="An IRC client for Gnome"
45 +HOMEPAGE="https://wiki.gnome.org/Apps/Polari"
46 +
47 +LICENSE="GPL-2+"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~arm ~x86"
50 +IUSE=""
51 +
52 +COMMON_DEPEND="
53 + >=dev-libs/glib-2.43.4:2
54 + >=x11-libs/gtk+-3.21.6:3[introspection]
55 + net-libs/telepathy-glib[introspection]
56 + >=dev-libs/gobject-introspection-1.50:=
57 + >=dev-libs/gjs-1.45.3
58 + x11-libs/gdk-pixbuf:2[introspection]
59 + >=app-text/gspell-1.4.0[introspection]
60 + x11-libs/pango[introspection]
61 + app-crypt/libsecret[introspection]
62 + net-libs/libsoup:2.4[introspection]
63 + net-im/telepathy-logger[introspection]
64 +"
65 +RDEPEND="${COMMON_DEPEND}
66 + >=net-irc/telepathy-idle-0.2
67 +"
68 +DEPEND="${COMMON_DEPEND}
69 + app-text/yelp-tools
70 + dev-libs/appstream-glib
71 + >=sys-devel/gettext-0.19.6
72 + virtual/pkgconfig
73 +"