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 E2DEE1396D1 for ; Thu, 24 Aug 2017 12:47:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00E0F1FC005; Thu, 24 Aug 2017 12:47:39 +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 D063E1FC005 for ; Thu, 24 Aug 2017 12:47:38 +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 ABB49341BD5 for ; Thu, 24 Aug 2017 12:47:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1F7180F0 for ; Thu, 24 Aug 2017 12:47:35 +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: <1503578849.b32376b0081b0c9a6e1caf8b86b177a0c6b51f90.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-2017.08.23.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: b32376b0081b0c9a6e1caf8b86b177a0c6b51f90 X-VCS-Branch: master Date: Thu, 24 Aug 2017 12:47:35 +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-Archives-Salt: 6fd2cf01-7208-4360-8e43-81cdfa7827d9 X-Archives-Hash: 7fdd5ba44dc5b07731c44ed067ba3d9a commit: b32376b0081b0c9a6e1caf8b86b177a0c6b51f90 Author: Jeroen Roovers gentoo org> AuthorDate: Thu Aug 24 12:32:39 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Aug 24 12:47:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b32376b0 net-misc/youtube-dl: EAPI=6. Package-Manager: Portage-2.3.8, Repoman-2.3.3 net-misc/youtube-dl/youtube-dl-2017.08.23.ebuild | 6 +++--- net-misc/youtube-dl/youtube-dl-99999999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-misc/youtube-dl/youtube-dl-2017.08.23.ebuild b/net-misc/youtube-dl/youtube-dl-2017.08.23.ebuild index 57b578450c4..fa2e8cbf808 100644 --- a/net-misc/youtube-dl/youtube-dl-2017.08.23.ebuild +++ b/net-misc/youtube-dl/youtube-dl-2017.08.23.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6}) -inherit bash-completion-r1 distutils-r1 eutils +inherit bash-completion-r1 distutils-r1 DESCRIPTION="Download videos from YouTube.com (and more sites...)" HOMEPAGE="https://rg3.github.com/youtube-dl/" @@ -67,7 +67,7 @@ python_prepare_all() { || die fi - epatch_user + eapply_user distutils-r1_python_prepare_all } diff --git a/net-misc/youtube-dl/youtube-dl-99999999.ebuild b/net-misc/youtube-dl/youtube-dl-99999999.ebuild index 003112d16b1..683bc08f1a1 100644 --- a/net-misc/youtube-dl/youtube-dl-99999999.ebuild +++ b/net-misc/youtube-dl/youtube-dl-99999999.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6}) -inherit bash-completion-r1 distutils-r1 eutils git-r3 +inherit bash-completion-r1 distutils-r1 git-r3 DESCRIPTION="Download videos from YouTube.com (and more sites...)" HOMEPAGE="https://rg3.github.com/youtube-dl/" @@ -66,7 +66,7 @@ python_prepare_all() { || die fi - epatch_user + eapply_user distutils-r1_python_prepare_all }