diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-11-15 14:41:03 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-11-15 15:20:39 +0100 |
commit | 1cfbefdaa8f35b7604ffbd542b9616bc5d9ea6cf (patch) | |
tree | 8d3e96972951a71090a502214febcdd69f60835f /net-irc/polari | |
parent | media-sound/sound-juicer: Drop old (diff) | |
download | gentoo-1cfbefdaa8f35b7604ffbd542b9616bc5d9ea6cf.tar.gz gentoo-1cfbefdaa8f35b7604ffbd542b9616bc5d9ea6cf.tar.bz2 gentoo-1cfbefdaa8f35b7604ffbd542b9616bc5d9ea6cf.zip |
net-irc/polari: Version bump
Package-Manager: portage-2.2.24
Diffstat (limited to 'net-irc/polari')
-rw-r--r-- | net-irc/polari/Manifest | 1 | ||||
-rw-r--r-- | net-irc/polari/polari-3.18.1.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/net-irc/polari/Manifest b/net-irc/polari/Manifest index 71c9940dc115..67608738e7c0 100644 --- a/net-irc/polari/Manifest +++ b/net-irc/polari/Manifest @@ -1 +1,2 @@ DIST polari-3.16.1.tar.xz 437300 SHA256 1d37a66db4c8763ca04de0adca92290ac34ca65f69b5fbfd6c044f746261f070 SHA512 884b0f8c0ff91bc8e55d43fa52a66e0508c30b65f6b4b1e0fc9cfb665d40b267d02c71081d37251628ba0fb21704c197d7c24573dbe311716d1caf7fbcf1fc64 WHIRLPOOL 70f662faeafd90ffb53691638e776284ad92900ff8b167ef57a3e6b4e60c52bdd7414bdda191cfa6848286972d18605108afc876f0644a56e64df62430b8aa10 +DIST polari-3.18.1.tar.xz 478244 SHA256 554a089b1edf88d49408ecf6ce79ad6f7114ecf557753c8f39a9af153a76843a SHA512 955a87274f262af4838710969533e86553995ce1355d0a4b33acd6c2e9a9c8ddeedd42d40204dedd0e8f4d4f2dcf0341f9bb7d9de4fd00e2ac8b6a821fddb7af WHIRLPOOL 2702ef3f0fc244150e03e6afd81c3f6803f2609e7df528ef86da9a3f9c49a574fa900574a3a9107cee5603a97cff4e0fb6ceda3c1e570b9c4fc2681f785fdb3f diff --git a/net-irc/polari/polari-3.18.1.ebuild b/net-irc/polari/polari-3.18.1.ebuild new file mode 100644 index 000000000000..8ba3d367660b --- /dev/null +++ b/net-irc/polari/polari-3.18.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 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" +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 +" +DEPEND="${COMMON_DEPEND} + dev-libs/appstream-glib + >=dev-util/intltool-0.50 + virtual/pkgconfig +" |