From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 941831382C5 for ; Sat, 12 May 2018 18:29:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7520E0BB6; Sat, 12 May 2018 18:29:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6EB4E0BB6 for ; Sat, 12 May 2018 18:29:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C04B1335C86 for ; Sat, 12 May 2018 18:29:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87AF93B for ; Sat, 12 May 2018 18:29:47 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1526149780.5507453358eec4aa36e8ec3d493864719717d901.leio@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-irc/polari/ X-VCS-Repository: proj/gnome X-VCS-Files: net-irc/polari/metadata.xml net-irc/polari/polari-3.26.2.ebuild X-VCS-Directories: net-irc/polari/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 5507453358eec4aa36e8ec3d493864719717d901 X-VCS-Branch: master Date: Sat, 12 May 2018 18:29:47 +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: daa78f02-6de1-4131-a06e-e18b1e0b0e5d X-Archives-Hash: f313f8561052241bc2f1ee7386e96c92 commit: 5507453358eec4aa36e8ec3d493864719717d901 Author: Mart Raudsepp gentoo org> AuthorDate: Sat May 12 18:29:40 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat May 12 18:29:40 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=55074533 net-irc/polari: bump to 3.26.2 Package-Manager: Portage-2.3.28, Repoman-2.3.9 net-irc/polari/metadata.xml | 8 ++++++++ net-irc/polari/polari-3.26.2.ebuild | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/net-irc/polari/metadata.xml b/net-irc/polari/metadata.xml new file mode 100644 index 00000000..996e7cac --- /dev/null +++ b/net-irc/polari/metadata.xml @@ -0,0 +1,8 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + + diff --git a/net-irc/polari/polari-3.26.2.ebuild b/net-irc/polari/polari-3.26.2.ebuild new file mode 100644 index 00000000..a9c748c3 --- /dev/null +++ b/net-irc/polari/polari-3.26.2.ebuild @@ -0,0 +1,37 @@ +# 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="" + +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.45.3 + 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 +"