Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/uget/
Date: Mon, 28 Dec 2020 12:43:25
Message-Id: 1609159379.3e12336e466da295ad761f4c9c29418a44110376.soap@gentoo
1 commit: 3e12336e466da295ad761f4c9c29418a44110376
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Mon Dec 28 12:42:59 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 12:42:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e12336e
7
8 www-client/uget: sync live ebuild
9
10 Closes: https://github.com/gentoo/gentoo/pull/18471
11 Package-Manager: Portage-3.0.9, Repoman-3.0.1
12 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 www-client/uget/uget-9999.ebuild | 31 +++++++++----------------------
16 1 file changed, 9 insertions(+), 22 deletions(-)
17
18 diff --git a/www-client/uget/uget-9999.ebuild b/www-client/uget/uget-9999.ebuild
19 index a713a776b89..15ba6ecf8dd 100644
20 --- a/www-client/uget/uget-9999.ebuild
21 +++ b/www-client/uget/uget-9999.ebuild
22 @@ -1,24 +1,22 @@
23 # Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI="6"
27 +EAPI=7
28
29 -inherit gnome2-utils xdg-utils git-r3 autotools
30 +inherit autotools git-r3 xdg
31
32 DESCRIPTION="Download manager using gtk+ and libcurl"
33 HOMEPAGE="http://www.ugetdm.com"
34 -SRC_URI=""
35 EGIT_REPO_URI="git://git.code.sf.net/p/urlget/uget2"
36
37 LICENSE="LGPL-2.1"
38 SLOT="0"
39 -KEYWORDS=""
40 IUSE="aria2 appindicator control-socket +gnutls gstreamer libnotify nls openssl rss"
41
42 RDEPEND="
43 - >=net-misc/curl-7.19.1
44 + dev-libs/glib:2
45 dev-libs/libpcre
46 - >=dev-libs/glib-2.32:2
47 + net-misc/curl
48 >=x11-libs/gtk+-3.4:3
49 gnutls? (
50 net-libs/gnutls
51 @@ -27,16 +25,15 @@ RDEPEND="
52 aria2? ( net-misc/aria2[xmlrpc] )
53 appindicator? ( dev-libs/libappindicator:3 )
54 gstreamer? ( media-libs/gstreamer:1.0 )
55 - libnotify? ( x11-libs/libnotify )
56 - "
57 -DEPEND="${RDEPEND}
58 + libnotify? ( x11-libs/libnotify )"
59 +DEPEND="${RDEPEND}"
60 +BDEPEND="
61 dev-util/intltool
62 virtual/pkgconfig
63 - sys-devel/gettext
64 - "
65 + sys-devel/gettext"
66
67 src_prepare() {
68 - eapply_user
69 + default
70 eautoreconf
71 }
72
73 @@ -55,13 +52,3 @@ src_configure() {
74
75 econf "${myconf[@]}"
76 }
77 -
78 -pkg_postinst() {
79 - xdg_desktop_database_update
80 - gnome2_icon_cache_update
81 -}
82 -
83 -pkg_postrm() {
84 - xdg_desktop_database_update
85 - gnome2_icon_cache_update
86 -}