mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
www-client/uget: drop 2.2.1-r1
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST uget-2.2.1.tar.gz 1006697 BLAKE2B 2580cbcbe12d3001ada252a46358c4bc357fbe2ca4e3433e13ad95efb8e99d567a194db024eaf2ba58246a35937a5262be62aac4ee24272421f531dc72eeab20 SHA512 b76e5240e42cd0aa5bc47eb1a9cff0a0d8cdea87995455d72cf925923321f492200896ad904960e7f7462eb9655284f5b295b8a779b42223fe73a098a143576f
|
||||
DIST uget-2.2.3-1.tar.gz 1003976 BLAKE2B 1b599c9c5ba4cb5929c211c35382b9dbc6940e52bc995f150632dfc52f1429d26e15d330f53d1da9bd1ef296368cf3877673ee3fb5ab3f33d5ded4cf86b7b3d2 SHA512 a2359200486c60a79d53083f25c627d70f969880765e5c38897e7d35e94540c59e45f294dc10b0863ae812c449d232ad230cae90bb5e0ebded9bcabf2b4b7725
|
||||
|
||||
@@ -1,53 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit xdg
|
||||
|
||||
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 appindicator control-socket +gnutls gstreamer libnotify nls openssl rss"
|
||||
REQUIRED_USE="^^ ( gnutls openssl )"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/glib:2
|
||||
dev-libs/libpcre
|
||||
net-misc/curl
|
||||
>=x11-libs/gtk+-3.4:3
|
||||
gnutls? (
|
||||
net-libs/gnutls
|
||||
dev-libs/libgcrypt:0
|
||||
)
|
||||
aria2? ( net-misc/aria2[xmlrpc] )
|
||||
appindicator? ( dev-libs/libappindicator:3 )
|
||||
gstreamer? ( media-libs/gstreamer:1.0 )
|
||||
libnotify? ( x11-libs/libnotify )
|
||||
openssl? ( dev-libs/openssl:0= )"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
dev-util/intltool
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )
|
||||
|
||||
src_configure() {
|
||||
local myconf=(
|
||||
$(use_enable 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[@]}"
|
||||
}
|
||||
Reference in New Issue
Block a user