From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-876519-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id B85DE59CB2
	for <garchives@archives.gentoo.org>; Sat, 16 Apr 2016 09:26:32 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 87FA321C005;
	Sat, 16 Apr 2016 09:26:30 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 21D9621C005
	for <gentoo-commits@lists.gentoo.org>; Sat, 16 Apr 2016 09:26:30 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 81433340CBB
	for <gentoo-commits@lists.gentoo.org>; Sat, 16 Apr 2016 09:26:28 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 63B9BC7
	for <gentoo-commits@lists.gentoo.org>; Sat, 16 Apr 2016 09:26:26 +0000 (UTC)
From: "Jeroen Roovers" <jer@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, "Jeroen Roovers" <jer@gentoo.org>
Message-ID: <1460798729.23a909bdc3f76810eb858e8070ee3e1e7a181dad.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-2016.04.13-r1.ebuild net-misc/youtube-dl/youtube-dl-2016.04.13.ebuild
X-VCS-Directories: net-misc/youtube-dl/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: 23a909bdc3f76810eb858e8070ee3e1e7a181dad
X-VCS-Branch: master
Date: Sat, 16 Apr 2016 09:26:26 +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-Archives-Salt: ef5ede18-379f-436d-85f9-02d3b327a7f1
X-Archives-Hash: 88a9b4c08466f30247fa4e95bbb3ed09

commit:     23a909bdc3f76810eb858e8070ee3e1e7a181dad
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 16 09:25:29 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 09:25:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23a909bd

net-misc/youtube-dl: Fix USE=-offensive (bug #580010 by Anthony Parsons)

 ...{youtube-dl-2016.04.13.ebuild => youtube-dl-2016.04.13-r1.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net-misc/youtube-dl/youtube-dl-2016.04.13.ebuild b/net-misc/youtube-dl/youtube-dl-2016.04.13-r1.ebuild
similarity index 95%
rename from net-misc/youtube-dl/youtube-dl-2016.04.13.ebuild
rename to net-misc/youtube-dl/youtube-dl-2016.04.13-r1.ebuild
index 25402e2..5cf89a1 100644
--- a/net-misc/youtube-dl/youtube-dl-2016.04.13.ebuild
+++ b/net-misc/youtube-dl/youtube-dl-2016.04.13-r1.ebuild
@@ -45,19 +45,18 @@ src_prepare() {
 		# do single line imports
 		sed -i \
 			-e $( printf '/%s/d;' ${xxx[@]} ) \
-			youtube_dl/extractor/__init__.py \
+			youtube_dl/extractor/extractors.py \
 			|| die
 
 		# do multiple line imports
 		sed -i \
 			-e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
-			youtube_dl/extractor/__init__.py \
+			youtube_dl/extractor/extractors.py \
 			|| die
 
 		sed -i \
 			-e $( printf '/%s/d;' ${mxxx[@]} ) \
 			youtube_dl/extractor/generic.py \
-			youtube_dl/extractor/tumblr.py \
 			|| die
 
 		rm \