commit:     978b4427bc03e76ac6b5e9018b3b0f5dcfb6dd4b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 14:51:39 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 14:51:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=978b4427

www-client/uget: drop 2.2.1-r1

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 www-client/uget/Manifest             |  1 -
 www-client/uget/uget-2.2.1-r1.ebuild | 53 ------------------------------------
 2 files changed, 54 deletions(-)

diff --git a/www-client/uget/Manifest b/www-client/uget/Manifest
index a33c3aa1c163..05c38d200c75 100644
--- a/www-client/uget/Manifest
+++ b/www-client/uget/Manifest
@@ -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

diff --git a/www-client/uget/uget-2.2.1-r1.ebuild 
b/www-client/uget/uget-2.2.1-r1.ebuild
deleted file mode 100644
index 7c472abd0299..000000000000
--- a/www-client/uget/uget-2.2.1-r1.ebuild
+++ /dev/null
@@ -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[@]}"
-}

Reply via email to