From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 95FEC59CB0 for ; Sat, 2 Apr 2016 23:15:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4F25E087C; Sat, 2 Apr 2016 23:15:40 +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 5929EE087C for ; Sat, 2 Apr 2016 23:15:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C1137340DD5 for ; Sat, 2 Apr 2016 23:15:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 737A683 for ; Sat, 2 Apr 2016 23:15:35 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1459638926.8cdac3d52ce0c6bd28adb2aa4fe92e67ee240a9c.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/distlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/distlib/distlib-0.2.1-r1.ebuild dev-python/distlib/distlib-0.2.1.ebuild dev-python/distlib/distlib-0.2.2.ebuild X-VCS-Directories: dev-python/distlib/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 8cdac3d52ce0c6bd28adb2aa4fe92e67ee240a9c X-VCS-Branch: master Date: Sat, 2 Apr 2016 23:15: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: 17ab538d-94dd-421e-9928-f245702c3c76 X-Archives-Hash: b4d9f2b3332124b4c26d4c56b5b88561 commit: 8cdac3d52ce0c6bd28adb2aa4fe92e67ee240a9c Author: Mike Frysinger gentoo org> AuthorDate: Sat Apr 2 23:15:10 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sat Apr 2 23:15:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cdac3d5 dev-python/distlib: depend on unzip due to source being a zip #574586 dev-python/distlib/distlib-0.2.1-r1.ebuild | 2 ++ dev-python/distlib/distlib-0.2.1.ebuild | 2 ++ dev-python/distlib/distlib-0.2.2.ebuild | 2 ++ 3 files changed, 6 insertions(+) diff --git a/dev-python/distlib/distlib-0.2.1-r1.ebuild b/dev-python/distlib/distlib-0.2.1-r1.ebuild index 8b8f7c9..eb0ac0c 100644 --- a/dev-python/distlib/distlib-0.2.1-r1.ebuild +++ b/dev-python/distlib/distlib-0.2.1-r1.ebuild @@ -18,6 +18,8 @@ LICENSE="BSD" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="" +DEPEND="app-arch/unzip" + PATCHES=( "${FILESDIR}"/${P}-unbundle.patch "${FILESDIR}"/${P}-online.patch diff --git a/dev-python/distlib/distlib-0.2.1.ebuild b/dev-python/distlib/distlib-0.2.1.ebuild index e32d220..b7ac0f0 100644 --- a/dev-python/distlib/distlib-0.2.1.ebuild +++ b/dev-python/distlib/distlib-0.2.1.ebuild @@ -18,6 +18,8 @@ LICENSE="BSD" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" IUSE="" +DEPEND="app-arch/unzip" + python_test() { sed \ -e '/PIP_AVAILABLE/s:True:False:g' \ diff --git a/dev-python/distlib/distlib-0.2.2.ebuild b/dev-python/distlib/distlib-0.2.2.ebuild index 81a6691..c7b98ef 100644 --- a/dev-python/distlib/distlib-0.2.2.ebuild +++ b/dev-python/distlib/distlib-0.2.2.ebuild @@ -18,6 +18,8 @@ LICENSE="BSD" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="" +DEPEND="app-arch/unzip" + PATCHES=( "${FILESDIR}"/${P}-unbundle.patch )