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 3752D139694 for ; Fri, 14 Jul 2017 08:52:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C05F51FC060; Fri, 14 Jul 2017 08:52:12 +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 9F6B11FC060 for ; Fri, 14 Jul 2017 08:52:12 +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 E4F6C341A45 for ; Fri, 14 Jul 2017 08:52:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33DC974C1 for ; Fri, 14 Jul 2017 08:52:08 +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: <1500022281.b87e6004e10ea2c39e45c67426a05fedefa4c0ce.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/polari/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/polari/Manifest net-irc/polari/polari-3.24.1.ebuild X-VCS-Directories: net-irc/polari/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: b87e6004e10ea2c39e45c67426a05fedefa4c0ce X-VCS-Branch: master Date: Fri, 14 Jul 2017 08:52:08 +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: 6114aa7a-47ee-4ce5-b6a8-a065d594b982 X-Archives-Hash: e8e1741f1f9848edc6b52bcd179e0ddb commit: b87e6004e10ea2c39e45c67426a05fedefa4c0ce Author: Timo Tambet gmail com> AuthorDate: Tue Apr 18 19:34:39 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Jul 14 08:51:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b87e6004 net-irc/polari: bump to 3.24.1 Package-Manager: Portage-2.3.5, Repoman-2.3.2 net-irc/polari/Manifest | 1 + net-irc/polari/polari-3.24.1.ebuild | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/net-irc/polari/Manifest b/net-irc/polari/Manifest index 1769c6df7a0..26e5abc0f29 100644 --- a/net-irc/polari/Manifest +++ b/net-irc/polari/Manifest @@ -1 +1,2 @@ DIST polari-3.22.2.tar.xz 617316 SHA256 c7b4c382a9bae8094a576dbd9d022de0a90e186a36529a2eab914fe9d9b0045f SHA512 36bc3b506c73f5d27c32430a19134c2b147f6344840d3cd3ee2bee14369f4c8fc87b30445fbb8186e0dc79fbc8336985d6ef2e018c9a1f8809f06ee7ac68c876 WHIRLPOOL 2b7da35e441d4a3f55803f9ba59c150d559fbd87d092c0c3cf89b4d0c72ffc683c865be447c806b96603d5988875132271a70be6a5e112466d9eef6991df6d87 +DIST polari-3.24.1.tar.xz 780300 SHA256 3a106160cd988d28620a27692c1f41073e3d140a264dd301d55933508533d7cc SHA512 dd4f41ae6b8de001df69cea894880eae3f4dac52ceff0b8f7793b6f4bdf892cb38e2391e07ae0d747b4dc6222b241991b7067f921c34c6020e129525e8fa0dbb WHIRLPOOL 9df617ba3f3942237a8be80dbfeee49d6ed7bd519f7372bc3a848c778c54d07de554429250fb0e0024acfa6fed216b2064b4ca4ce78ba0e918eada4ee676f902 diff --git a/net-irc/polari/polari-3.24.1.ebuild b/net-irc/polari/polari-3.24.1.ebuild new file mode 100644 index 00000000000..66af6009853 --- /dev/null +++ b/net-irc/polari/polari-3.24.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2 + +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=" + >=x11-libs/gtk+-3.21.6:3[introspection] + net-libs/telepathy-glib[introspection] + >=dev-libs/glib-2.43.4:2 + >=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 +"