commit:     3e12336e466da295ad761f4c9c29418a44110376
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Mon Dec 28 12:42:59 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 12:42:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e12336e

www-client/uget: sync live ebuild

Closes: https://github.com/gentoo/gentoo/pull/18471
Package-Manager: Portage-3.0.9, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 www-client/uget/uget-9999.ebuild | 31 +++++++++----------------------
 1 file changed, 9 insertions(+), 22 deletions(-)

diff --git a/www-client/uget/uget-9999.ebuild b/www-client/uget/uget-9999.ebuild
index a713a776b89..15ba6ecf8dd 100644
--- a/www-client/uget/uget-9999.ebuild
+++ b/www-client/uget/uget-9999.ebuild
@@ -1,24 +1,22 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=7
 
-inherit gnome2-utils xdg-utils git-r3 autotools
+inherit autotools git-r3 xdg
 
 DESCRIPTION="Download manager using gtk+ and libcurl"
 HOMEPAGE="http://www.ugetdm.com";
-SRC_URI=""
 EGIT_REPO_URI="git://git.code.sf.net/p/urlget/uget2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS=""
 IUSE="aria2 appindicator control-socket +gnutls gstreamer libnotify nls 
openssl rss"
 
 RDEPEND="
-       >=net-misc/curl-7.19.1
+       dev-libs/glib:2
        dev-libs/libpcre
-       >=dev-libs/glib-2.32:2
+       net-misc/curl
        >=x11-libs/gtk+-3.4:3
        gnutls? (
                net-libs/gnutls
@@ -27,16 +25,15 @@ RDEPEND="
        aria2? ( net-misc/aria2[xmlrpc] )
        appindicator? ( dev-libs/libappindicator:3 )
        gstreamer? ( media-libs/gstreamer:1.0 )
-       libnotify? ( x11-libs/libnotify )
-       "
-DEPEND="${RDEPEND}
+       libnotify? ( x11-libs/libnotify )"
+DEPEND="${RDEPEND}"
+BDEPEND="
        dev-util/intltool
        virtual/pkgconfig
-       sys-devel/gettext
-       "
+       sys-devel/gettext"
 
 src_prepare() {
-       eapply_user
+       default
        eautoreconf
 }
 
@@ -55,13 +52,3 @@ src_configure() {
 
        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