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 5F254138334 for ; Tue, 6 Aug 2019 10:17:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E7B7E07D7; Tue, 6 Aug 2019 10:17:06 +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 10973E07D7 for ; Tue, 6 Aug 2019 10:17:05 +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 84E9034983C for ; Tue, 6 Aug 2019 10:17:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86DD86FE for ; Tue, 6 Aug 2019 10:17:02 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1565086616.f363d859099b827a2c3b81d81b842928f94f35c6.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/youtube-dl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/youtube-dl/youtube-dl-2019.08.02.ebuild net-misc/youtube-dl/youtube-dl-99999999.ebuild X-VCS-Directories: net-misc/youtube-dl/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: f363d859099b827a2c3b81d81b842928f94f35c6 X-VCS-Branch: master Date: Tue, 6 Aug 2019 10:17:02 +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: ee6de0bb-4318-4ded-89ab-455a75589482 X-Archives-Hash: 375094008ab91b4e8ae0979dc0987dc3 commit: f363d859099b827a2c3b81d81b842928f94f35c6 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Aug 6 10:14:35 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Aug 6 10:16:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f363d859 net-misc/youtube-dl: Update HOMEPAGE Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Jeroen Roovers gentoo.org> net-misc/youtube-dl/youtube-dl-2019.08.02.ebuild | 2 +- net-misc/youtube-dl/youtube-dl-99999999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/youtube-dl/youtube-dl-2019.08.02.ebuild b/net-misc/youtube-dl/youtube-dl-2019.08.02.ebuild index a8b1afbfc11..89ac8f636ee 100644 --- a/net-misc/youtube-dl/youtube-dl-2019.08.02.ebuild +++ b/net-misc/youtube-dl/youtube-dl-2019.08.02.ebuild @@ -6,7 +6,7 @@ PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7}) inherit bash-completion-r1 distutils-r1 readme.gentoo-r1 DESCRIPTION="Download videos from YouTube.com (and more sites...)" -HOMEPAGE="https://rg3.github.com/youtube-dl/" +HOMEPAGE="https://github.com/ytdl-org/youtube-dl/" SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz" LICENSE="public-domain" diff --git a/net-misc/youtube-dl/youtube-dl-99999999.ebuild b/net-misc/youtube-dl/youtube-dl-99999999.ebuild index 9bfa589db4f..f30b1cfa0a0 100644 --- a/net-misc/youtube-dl/youtube-dl-99999999.ebuild +++ b/net-misc/youtube-dl/youtube-dl-99999999.ebuild @@ -6,8 +6,8 @@ PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7}) inherit bash-completion-r1 distutils-r1 git-r3 readme.gentoo-r1 DESCRIPTION="Download videos from YouTube.com (and more sites...)" -HOMEPAGE="https://rg3.github.com/youtube-dl/" -EGIT_REPO_URI="https://github.com/rg3/youtube-dl" +HOMEPAGE="https://github.com/ytdl-org/youtube-dl/" +EGIT_REPO_URI="${HOMEPAGE}" LICENSE="public-domain" KEYWORDS=""