diff options
author | Christophe Lermytte <gentoo@lermytte.be> | 2016-11-10 18:16:02 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2016-11-11 13:46:29 +0100 |
commit | b71f67555f36575ff83e410a88c4112107fe8072 (patch) | |
tree | 34bd15faa8a29e65d998601ff0a64ba12d0f940d /net-irc/polari | |
parent | gnome-extra/evolution-ews: add evolution-ews-3.22.2.ebuild (diff) | |
download | gentoo-b71f67555f36575ff83e410a88c4112107fe8072.tar.gz gentoo-b71f67555f36575ff83e410a88c4112107fe8072.tar.bz2 gentoo-b71f67555f36575ff83e410a88c4112107fe8072.zip |
net-irc/polari: bump 3.22.1 -> 3.22.2
Closes: https://github.com/gentoo/gentoo/pull/2788
Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
Diffstat (limited to 'net-irc/polari')
-rw-r--r-- | net-irc/polari/Manifest | 1 | ||||
-rw-r--r-- | net-irc/polari/polari-3.22.2.ebuild | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/net-irc/polari/Manifest b/net-irc/polari/Manifest index 4c30eb48ecdb..eb75cf8390f8 100644 --- a/net-irc/polari/Manifest +++ b/net-irc/polari/Manifest @@ -1,2 +1,3 @@ DIST polari-3.20.3.tar.xz 524048 SHA256 9085ad756060eb9759471c195cfe6af22b99489b8f28dc05ff4c91ccaf37c2f0 SHA512 ba1cac1b2787051627bac0929b8154c18b77c57d765f21999f352388e535ab3553d344f90d815eee331a6a6f787e9ec903d2b26e1c1bdf359c391db5f9c76e9c WHIRLPOOL b7d7ccc95abda6a363a8c86b8aa38e7118cc78cbd9bbbf6b91b6b7344e1e7a443f6d56da4bbd9cd082187aa190c82057f7363714c3b9af33bd95ec35fcf2bfca DIST polari-3.22.1.tar.xz 616280 SHA256 571b97109b1a7f1c64c96fbfe19f015e04f7fe08caa4f04eef8e9ed4fb3c8f74 SHA512 1005b579505fdfe159f6e9e707a846b3e3ed866fe5f732882cc372f82253435be497519bed358dabe0fc3fed968ea6fcac2442d7390968720ec5c3fd7247f252 WHIRLPOOL f26249388804bea22d2946a05a0eee473bff36df15a483dd0672947949694d25ee7be2854f5fb2d25c8be351a65641cd553830793c8781bc8645cf2c7ad2a5fd +DIST polari-3.22.2.tar.xz 617316 SHA256 c7b4c382a9bae8094a576dbd9d022de0a90e186a36529a2eab914fe9d9b0045f SHA512 36bc3b506c73f5d27c32430a19134c2b147f6344840d3cd3ee2bee14369f4c8fc87b30445fbb8186e0dc79fbc8336985d6ef2e018c9a1f8809f06ee7ac68c876 WHIRLPOOL 2b7da35e441d4a3f55803f9ba59c150d559fbd87d092c0c3cf89b4d0c72ffc683c865be447c806b96603d5988875132271a70be6a5e112466d9eef6991df6d87 diff --git a/net-irc/polari/polari-3.22.2.ebuild b/net-irc/polari/polari-3.22.2.ebuild new file mode 100644 index 000000000000..2b00c779467b --- /dev/null +++ b/net-irc/polari/polari-3.22.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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=" + app-crypt/libsecret[introspection] + >=dev-libs/gjs-1.45.3 + >=dev-libs/glib-2.43.4:2 + >=dev-libs/gobject-introspection-1.50:= + net-im/telepathy-logger[introspection] + net-libs/libsoup:2.4[introspection] + net-libs/telepathy-glib[introspection] + x11-libs/gdk-pixbuf:2[introspection] + >=x11-libs/gtk+-3.21.6:3[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 +" |