From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0EB3659CA3 for ; Sun, 6 Mar 2016 21:34:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6974021C061; Sun, 6 Mar 2016 21:34:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC5B821C061 for ; Sun, 6 Mar 2016 21:34:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F03B0340834 for ; Sun, 6 Mar 2016 21:34:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 402A38F5 for ; Sun, 6 Mar 2016 21:34:44 +0000 (UTC) From: "Alexandre Rostovtsev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Rostovtsev" Message-ID: <1457289360.739ef2ac651453cdc318e63c643d12c33ae0a42d.tetromino@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/polari/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/polari/polari-3.18.1-r1.ebuild X-VCS-Directories: net-irc/polari/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev X-VCS-Revision: 739ef2ac651453cdc318e63c643d12c33ae0a42d X-VCS-Branch: master Date: Sun, 6 Mar 2016 21:34:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9e0ed935-05e1-4e3b-bf0d-e855905a2788 X-Archives-Hash: aa5a746a66267e8bef486f30d9fbb06c commit: 739ef2ac651453cdc318e63c643d12c33ae0a42d Author: Anthony Ryan gmail com> AuthorDate: Fri Mar 4 03:46:52 2016 +0000 Commit: Alexandre Rostovtsev gentoo org> CommitDate: Sun Mar 6 18:36:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=739ef2ac net-irc/polari: Add missing RDEPEND on net-im/telepathy-logger Also added ~arm keyword as a result of personal testing on a RK3288 (armv7a) device. Package-Manager: portage-2.2.26 net-irc/polari/polari-3.18.1-r1.ebuild | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/net-irc/polari/polari-3.18.1-r1.ebuild b/net-irc/polari/polari-3.18.1-r1.ebuild new file mode 100644 index 0000000..5e26d24 --- /dev/null +++ b/net-irc/polari/polari-3.18.1-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="An IRC client for Gnome" +HOMEPAGE="https://wiki.gnome.org/Apps/Polari" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~arm" +IUSE="" + +COMMON_DEPEND=" + dev-libs/gjs + >=dev-libs/glib-2.43.4:2 + >=dev-libs/gobject-introspection-0.9.6 + net-libs/telepathy-glib[introspection] + >=x11-libs/gtk+-3.15.6:3[introspection] +" +RDEPEND="${COMMON_DEPEND} + >=net-irc/telepathy-idle-0.2 + net-im/telepathy-logger[introspection] +" +DEPEND="${COMMON_DEPEND} + dev-libs/appstream-glib + >=dev-util/intltool-0.50 + virtual/pkgconfig +"