From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1153257-garchives=archives.gentoo.org@lists.gentoo.org> 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 2DF5E138350 for <garchives@archives.gentoo.org>; Wed, 18 Mar 2020 08:30:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4DF2E0C22; Wed, 18 Mar 2020 08:30:49 +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 79582E0C20 for <gentoo-commits@lists.gentoo.org>; Wed, 18 Mar 2020 08:30:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5381934F0C4 for <gentoo-commits@lists.gentoo.org>; Wed, 18 Mar 2020 08:30:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD45A18F for <gentoo-commits@lists.gentoo.org>; Wed, 18 Mar 2020 08:30:43 +0000 (UTC) From: "Joonas Niilola" <juippis@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org> Message-ID: <1584520226.f66a6f34aceb93ab8ff25b0e30efc17c109bef4e.juippis@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/youtube-viewer-3.7.4-r1.ebuild net-misc/youtube-viewer/youtube-viewer-3.7.4.ebuild X-VCS-Directories: net-misc/youtube-viewer/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: f66a6f34aceb93ab8ff25b0e30efc17c109bef4e X-VCS-Branch: master Date: Wed, 18 Mar 2020 08:30:43 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5a272d3f-5dc9-4e21-ab57-d5bd6b0f471e X-Archives-Hash: 6b68c0d0c5f8b52f9e00596d46a3cf48 commit: f66a6f34aceb93ab8ff25b0e30efc17c109bef4e Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info> AuthorDate: Sun Mar 15 08:04:19 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Mar 18 08:30:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f66a6f34 net-misc/youtube-viewer: Add ewarn message about API requirement Starting with version 3.7.4, youtube-viewer requires the user to get their own API key to function. Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info> Closes: https://github.com/gentoo/gentoo/pull/14960 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> .../{youtube-viewer-3.7.4.ebuild => youtube-viewer-3.7.4-r1.ebuild} | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-misc/youtube-viewer/youtube-viewer-3.7.4.ebuild b/net-misc/youtube-viewer/youtube-viewer-3.7.4-r1.ebuild similarity index 90% rename from net-misc/youtube-viewer/youtube-viewer-3.7.4.ebuild rename to net-misc/youtube-viewer/youtube-viewer-3.7.4-r1.ebuild index 18973d997c6..90be18b8c75 100644 --- a/net-misc/youtube-viewer/youtube-viewer-3.7.4.ebuild +++ b/net-misc/youtube-viewer/youtube-viewer-3.7.4-r1.ebuild @@ -80,6 +80,10 @@ pkg_postinst() { elog elog "Check the configuration file in ~/.config/youtube-viewer/" elog "and configure your video player backend." + elog + ewarn "Starting with version 3.7.4, youtube-viewer requires the user to" + ewarn "get their own API key to function. Please refer to README.md or" + ewarn "https://github.com/trizen/youtube-viewer#logging-in for details!" } pkg_postrm() {