From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5032B138350 for ; Fri, 1 May 2020 17:57:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C7F4E0C31; Fri, 1 May 2020 17:57:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41143E0C31 for ; Fri, 1 May 2020 17:57:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30CD134F0F8 for ; Fri, 1 May 2020 17:57:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8F9D207 for ; Fri, 1 May 2020 17:57:38 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1588355852.57c2840e59103b04c0fc1646be76a7d7cea1c6f0.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/uget/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/uget/uget-2.2.0.ebuild www-client/uget/uget-2.2.1.ebuild www-client/uget/uget-9999.ebuild X-VCS-Directories: www-client/uget/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 57c2840e59103b04c0fc1646be76a7d7cea1c6f0 X-VCS-Branch: master Date: Fri, 1 May 2020 17:57:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 911002cd-b92d-491a-ab3a-000dbe8e945e X-Archives-Hash: 5a09d223f57b27a0f5e834006e64d5ac commit: 57c2840e59103b04c0fc1646be76a7d7cea1c6f0 Author: Pacho Ramos gentoo org> AuthorDate: Fri May 1 17:51:45 2020 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri May 1 17:57:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57c2840e www-client/uget: Migrate to 'appindicator' USE Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Pacho Ramos gentoo.org> www-client/uget/uget-2.2.0.ebuild | 8 ++++---- www-client/uget/uget-2.2.1.ebuild | 8 ++++---- www-client/uget/uget-9999.ebuild | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/www-client/uget/uget-2.2.0.ebuild b/www-client/uget/uget-2.2.0.ebuild index bdc8c19e2f0..94ef4493b3b 100644 --- a/www-client/uget/uget-2.2.0.ebuild +++ b/www-client/uget/uget-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -12,7 +12,7 @@ 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" +IUSE="aria2 appindicator control-socket +gnutls gstreamer libnotify nls openssl rss" REQUIRED_USE="^^ ( gnutls openssl )" RDEPEND=" @@ -25,7 +25,7 @@ RDEPEND=" dev-libs/libgcrypt:0 ) aria2? ( net-misc/aria2[xmlrpc] ) - ayatana? ( dev-libs/libappindicator:3 ) + appindicator? ( dev-libs/libappindicator:3 ) gstreamer? ( media-libs/gstreamer:1.0 ) libnotify? ( x11-libs/libnotify ) openssl? ( dev-libs/openssl:0 ) @@ -38,7 +38,7 @@ DEPEND="${RDEPEND} src_configure() { local myconf=( - $(use_enable ayatana appindicator) + $(use_enable appindicator) $(use_enable control-socket unix_socket) $(use_enable gstreamer) $(use_enable libnotify notify) diff --git a/www-client/uget/uget-2.2.1.ebuild b/www-client/uget/uget-2.2.1.ebuild index 1a5a0ce8eda..3608bf8baca 100644 --- a/www-client/uget/uget-2.2.1.ebuild +++ b/www-client/uget/uget-2.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -12,7 +12,7 @@ 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" +IUSE="aria2 appindicator control-socket +gnutls gstreamer libnotify nls openssl rss" REQUIRED_USE="^^ ( gnutls openssl )" RDEPEND=" @@ -25,7 +25,7 @@ RDEPEND=" dev-libs/libgcrypt:0 ) aria2? ( net-misc/aria2[xmlrpc] ) - ayatana? ( dev-libs/libappindicator:3 ) + appindicator? ( dev-libs/libappindicator:3 ) gstreamer? ( media-libs/gstreamer:1.0 ) libnotify? ( x11-libs/libnotify ) openssl? ( dev-libs/openssl:0 ) @@ -38,7 +38,7 @@ DEPEND="${RDEPEND} src_configure() { local myconf=( - $(use_enable ayatana appindicator) + $(use_enable appindicator) $(use_enable control-socket unix_socket) $(use_enable gstreamer) $(use_enable libnotify notify) diff --git a/www-client/uget/uget-9999.ebuild b/www-client/uget/uget-9999.ebuild index 602b282b09d..a713a776b89 100644 --- a/www-client/uget/uget-9999.ebuild +++ b/www-client/uget/uget-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -13,7 +13,7 @@ EGIT_REPO_URI="git://git.code.sf.net/p/urlget/uget2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="" -IUSE="aria2 ayatana control-socket +gnutls gstreamer libnotify nls openssl rss" +IUSE="aria2 appindicator control-socket +gnutls gstreamer libnotify nls openssl rss" RDEPEND=" >=net-misc/curl-7.19.1 @@ -25,7 +25,7 @@ RDEPEND=" dev-libs/libgcrypt:0 ) aria2? ( net-misc/aria2[xmlrpc] ) - ayatana? ( dev-libs/libappindicator:3 ) + appindicator? ( dev-libs/libappindicator:3 ) gstreamer? ( media-libs/gstreamer:1.0 ) libnotify? ( x11-libs/libnotify ) " @@ -42,7 +42,7 @@ src_prepare() { src_configure() { local myconf=( - $(use_enable ayatana appindicator) + $(use_enable appindicator) $(use_enable control-socket unix_socket) $(use_enable gstreamer) $(use_enable libnotify notify)