diff options
author | Timo Tambet <ttambet@gmail.com> | 2017-04-18 22:34:39 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-07-14 11:51:21 +0300 |
commit | b87e6004e10ea2c39e45c67426a05fedefa4c0ce (patch) | |
tree | bdc78ff68b9286491cf88262d0368245ed2ab0f9 /net-irc/polari | |
parent | app-text/gspell: bump to 1.4.1 (diff) | |
download | gentoo-b87e6004e10ea2c39e45c67426a05fedefa4c0ce.tar.gz gentoo-b87e6004e10ea2c39e45c67426a05fedefa4c0ce.tar.bz2 gentoo-b87e6004e10ea2c39e45c67426a05fedefa4c0ce.zip |
net-irc/polari: bump to 3.24.1
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-irc/polari')
-rw-r--r-- | net-irc/polari/Manifest | 1 | ||||
-rw-r--r-- | net-irc/polari/polari-3.24.1.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/net-irc/polari/Manifest b/net-irc/polari/Manifest index 1769c6df7a00..26e5abc0f294 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 000000000000..66af60098535 --- /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 +" |