Gentoo Archives: gentoo-commits

From: Alexandre Rostovtsev <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/polari/
Date: Sun, 06 Mar 2016 21:34:59
Message-Id: 1457289360.739ef2ac651453cdc318e63c643d12c33ae0a42d.tetromino@gentoo
1 commit: 739ef2ac651453cdc318e63c643d12c33ae0a42d
2 Author: Anthony Ryan <anthonyryan1 <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 4 03:46:52 2016 +0000
4 Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 6 18:36:00 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=739ef2ac
7
8 net-irc/polari: Add missing RDEPEND on net-im/telepathy-logger
9
10 Also added ~arm keyword as a result of personal testing on a RK3288
11 (armv7a) device.
12
13 Package-Manager: portage-2.2.26
14
15 net-irc/polari/polari-3.18.1-r1.ebuild | 33 +++++++++++++++++++++++++++++++++
16 1 file changed, 33 insertions(+)
17
18 diff --git a/net-irc/polari/polari-3.18.1-r1.ebuild b/net-irc/polari/polari-3.18.1-r1.ebuild
19 new file mode 100644
20 index 0000000..5e26d24
21 --- /dev/null
22 +++ b/net-irc/polari/polari-3.18.1-r1.ebuild
23 @@ -0,0 +1,33 @@
24 +# Copyright 1999-2016 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +# $Id$
27 +
28 +EAPI="5"
29 +GCONF_DEBUG="no"
30 +
31 +inherit gnome2
32 +
33 +DESCRIPTION="An IRC client for Gnome"
34 +HOMEPAGE="https://wiki.gnome.org/Apps/Polari"
35 +
36 +LICENSE="GPL-2"
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~x86 ~arm"
39 +IUSE=""
40 +
41 +COMMON_DEPEND="
42 + dev-libs/gjs
43 + >=dev-libs/glib-2.43.4:2
44 + >=dev-libs/gobject-introspection-0.9.6
45 + net-libs/telepathy-glib[introspection]
46 + >=x11-libs/gtk+-3.15.6:3[introspection]
47 +"
48 +RDEPEND="${COMMON_DEPEND}
49 + >=net-irc/telepathy-idle-0.2
50 + net-im/telepathy-logger[introspection]
51 +"
52 +DEPEND="${COMMON_DEPEND}
53 + dev-libs/appstream-glib
54 + >=dev-util/intltool-0.50
55 + virtual/pkgconfig
56 +"