forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net-irc/polari: version bump from 3.20.2 to 3.20.3
Package-Manager: portage-2.3.0
- Loading branch information
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST polari-3.18.1.tar.xz 478244 SHA256 554a089b1edf88d49408ecf6ce79ad6f7114ecf557753c8f39a9af153a76843a SHA512 955a87274f262af4838710969533e86553995ce1355d0a4b33acd6c2e9a9c8ddeedd42d40204dedd0e8f4d4f2dcf0341f9bb7d9de4fd00e2ac8b6a821fddb7af WHIRLPOOL 2702ef3f0fc244150e03e6afd81c3f6803f2609e7df528ef86da9a3f9c49a574fa900574a3a9107cee5603a97cff4e0fb6ceda3c1e570b9c4fc2681f785fdb3f | ||
DIST polari-3.20.2.tar.xz 522868 SHA256 4b7641e54ee8a2e6018e1b4cea4802d94d90c2f09b9558e0a767838effd1347f SHA512 f796bc92567aa2f409f9d90b580b8bfbaabb3a7009ab4531d4b3cc45a185334da2bf26b7a58d33db68e7797018e05a2831dd0421dbcd81bd72cdb2f41125f316 WHIRLPOOL 7feb154592ac622e9101e8af7b7ddba449da493511e133f867858b0464eeccf1d5db1d403b4981fdefd0f75abb1dfbc90e355c65cdb0eace4393f761a2c70f25 | ||
DIST polari-3.20.3.tar.xz 524048 SHA256 9085ad756060eb9759471c195cfe6af22b99489b8f28dc05ff4c91ccaf37c2f0 SHA512 ba1cac1b2787051627bac0929b8154c18b77c57d765f21999f352388e535ab3553d344f90d815eee331a6a6f787e9ec903d2b26e1c1bdf359c391db5f9c76e9c WHIRLPOOL b7d7ccc95abda6a363a8c86b8aa38e7118cc78cbd9bbbf6b91b6b7344e1e7a443f6d56da4bbd9cd082187aa190c82057f7363714c3b9af33bd95ec35fcf2bfca |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# 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=" | ||
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.19.12: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 | ||
" |