commit:     2f57fbed11b2771fa976388073ca404cee1074ba
Author:     Christian Segundo <chn2guevara <AT> gmail <DOT> com>
AuthorDate: Mon Aug 20 16:08:53 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Aug 21 08:28:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f57fbed

www-client/uget: version bump to 2.2.1.

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9639

 www-client/uget/Manifest          |  1 +
 www-client/uget/uget-2.2.1.ebuild | 62 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+)

diff --git a/www-client/uget/Manifest b/www-client/uget/Manifest
index 12b307ee7f8..edf2b1b0726 100644
--- a/www-client/uget/Manifest
+++ b/www-client/uget/Manifest
@@ -1 +1,2 @@
 DIST uget-2.2.0.tar.gz 997012 BLAKE2B 
4b6207edbb3e5871c5a8d179856920fa5985e65d9655c0d42e7ff9f1d34dfd6489bb1b75615e12432b5d5bbadb3be503bb605eb5256ba3566465ef4e07559466
 SHA512 
c3e7f0b7cc31df9d1a6c3717f65ad9b14c9e60acb756997b6f6b94f464257c7fb120be5e15bd1d871b89f6485160fb095bd120fb27abc81bd0ee29e57edde468
+DIST uget-2.2.1.tar.gz 1006697 BLAKE2B 
2580cbcbe12d3001ada252a46358c4bc357fbe2ca4e3433e13ad95efb8e99d567a194db024eaf2ba58246a35937a5262be62aac4ee24272421f531dc72eeab20
 SHA512 
b76e5240e42cd0aa5bc47eb1a9cff0a0d8cdea87995455d72cf925923321f492200896ad904960e7f7462eb9655284f5b295b8a779b42223fe73a098a143576f

diff --git a/www-client/uget/uget-2.2.1.ebuild 
b/www-client/uget/uget-2.2.1.ebuild
new file mode 100644
index 00000000000..1a5a0ce8eda
--- /dev/null
+++ b/www-client/uget/uget-2.2.1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit gnome2-utils xdg-utils
+
+DESCRIPTION="Download manager using gtk+ and libcurl"
+HOMEPAGE="http://www.ugetdm.com";
+SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="aria2 ayatana control-socket +gnutls gstreamer libnotify nls openssl rss"
+REQUIRED_USE="^^ ( gnutls openssl )"
+
+RDEPEND="
+       >=net-misc/curl-7.19.1
+       dev-libs/libpcre
+       >=dev-libs/glib-2.32:2
+       >=x11-libs/gtk+-3.4:3
+       gnutls? (
+               net-libs/gnutls
+               dev-libs/libgcrypt:0
+       )
+       aria2? ( net-misc/aria2[xmlrpc] )
+       ayatana? ( dev-libs/libappindicator:3 )
+       gstreamer? ( media-libs/gstreamer:1.0 )
+       libnotify? ( x11-libs/libnotify )
+       openssl? ( dev-libs/openssl:0 )
+       "
+DEPEND="${RDEPEND}
+       dev-util/intltool
+       virtual/pkgconfig
+       sys-devel/gettext
+       "
+
+src_configure() {
+       local myconf=(
+               $(use_enable ayatana appindicator)
+               $(use_enable control-socket unix_socket)
+               $(use_enable gstreamer)
+               $(use_enable libnotify notify)
+               $(use_enable nls)
+               $(use_enable rss rss_notify)
+               $(use_with gnutls)
+               $(use_with openssl)
+       )
+
+       econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+       xdg_desktop_database_update
+       gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+       xdg_desktop_database_update
+       gnome2_icon_cache_update
+}

Reply via email to