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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 82793158087 for ; Fri, 21 Jan 2022 23:24:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FBCE2BC019; Fri, 21 Jan 2022 23:24:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12CFB2BC019 for ; Fri, 21 Jan 2022 23:24:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3BA8343425 for ; Fri, 21 Jan 2022 23:24:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8675024E for ; Fri, 21 Jan 2022 23:24:25 +0000 (UTC) From: "Stefan Strogin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stefan Strogin" Message-ID: <1642807442.1f43ebb094fb497996c7069271914b4ccb18f7ee.steils@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/youtube-viewer/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/youtube-viewer/metadata.xml net-misc/youtube-viewer/youtube-viewer-9999.ebuild X-VCS-Directories: net-misc/youtube-viewer/ X-VCS-Committer: steils X-VCS-Committer-Name: Stefan Strogin X-VCS-Revision: 1f43ebb094fb497996c7069271914b4ccb18f7ee X-VCS-Branch: master Date: Fri, 21 Jan 2022 23:24:25 +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: de9bd162-8eaa-4e77-8e76-633b23fddc60 X-Archives-Hash: 888c32c1b3707f2b2327e3b63bc1f458 commit: 1f43ebb094fb497996c7069271914b4ccb18f7ee Author: Stefan Strogin gentoo org> AuthorDate: Fri Jan 21 23:23:01 2022 +0000 Commit: Stefan Strogin gentoo org> CommitDate: Fri Jan 21 23:24:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f43ebb0 net-misc/youtube-viewer: sync live Drop unused USE gtk2. Closes: https://bugs.gentoo.org/829195 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Stefan Strogin gentoo.org> net-misc/youtube-viewer/metadata.xml | 1 - net-misc/youtube-viewer/youtube-viewer-9999.ebuild | 15 +++++++-------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/net-misc/youtube-viewer/metadata.xml b/net-misc/youtube-viewer/metadata.xml index 24f114d5e4d3..8fbfda7cbeeb 100644 --- a/net-misc/youtube-viewer/metadata.xml +++ b/net-misc/youtube-viewer/metadata.xml @@ -15,7 +15,6 @@ Install the gtk3 GUI - Use the old gtk2 GUI instead of the gtk3 one Youtube Viewer is a CLI application dedicated for searching and diff --git a/net-misc/youtube-viewer/youtube-viewer-9999.ebuild b/net-misc/youtube-viewer/youtube-viewer-9999.ebuild index 408761565f06..64a0ecf7ea73 100644 --- a/net-misc/youtube-viewer/youtube-viewer-9999.ebuild +++ b/net-misc/youtube-viewer/youtube-viewer-9999.ebuild @@ -1,21 +1,19 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit desktop optfeature perl-module git-r3 xdg-utils DESCRIPTION="A command line utility for viewing youtube-videos in Mplayer" -HOMEPAGE="https://trizenx.blogspot.com/2012/03/gtk-youtube-viewer.html" +HOMEPAGE="https://github.com/trizen/youtube-viewer" SRC_URI="" EGIT_REPO_URI="https://github.com/trizen/${PN}.git" -LICENSE="|| ( Artistic GPL-1+ )" +LICENSE="|| ( Artistic-2 GPL-1+ )" SLOT="0" KEYWORDS="" -IUSE="gtk gtk2" - -REQUIRED_USE="gtk2? ( gtk )" +IUSE="gtk" RDEPEND=" dev-perl/Data-Dump @@ -40,7 +38,8 @@ RDEPEND=" ) || ( media-video/ffmpeg[openssl] media-video/ffmpeg[gnutls] ) || ( media-video/mpv media-video/mplayer media-video/vlc gtk? ( media-video/smplayer ) )" -DEPEND="dev-perl/Module-Build" +DEPEND="${RDEPEND}" +BDEPEND="dev-perl/Module-Build" SRC_TEST="do"