summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-01-06 08:10:32 +0000
committerIan Delaney <idella4@gentoo.org>2013-01-06 08:10:32 +0000
commitd33fe95a7988b6ff2c0f99231beede43a368e33f (patch)
treec49ac38303c3c9c67d1d070606df03ed38cff221 /dev-python/pyusb
parentRevision bump. Migrate to distutils-r1. (diff)
downloadgentoo-2-d33fe95a7988b6ff2c0f99231beede43a368e33f.tar.gz
gentoo-2-d33fe95a7988b6ff2c0f99231beede43a368e33f.tar.bz2
gentoo-2-d33fe95a7988b6ff2c0f99231beede43a368e33f.zip
Added unzip to DEPEND, picked up and thx to Arferever
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/pyusb')
-rw-r--r--dev-python/pyusb/ChangeLog5
-rw-r--r--dev-python/pyusb/pyusb-1.0.0_alpha3.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/pyusb/ChangeLog b/dev-python/pyusb/ChangeLog
index 85188e4a56cc..dbfa9b19bae2 100644
--- a/dev-python/pyusb/ChangeLog
+++ b/dev-python/pyusb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyusb
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/ChangeLog,v 1.11 2013/01/05 05:58:05 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/ChangeLog,v 1.12 2013/01/06 08:10:32 idella4 Exp $
+
+ 07 Jan 2013; Ian Delaney <idella4@gentoo.org> pyusb-1.0.0_alpha3.ebuild:
+ Added unzip to DEPEND, picked up and thx to Arferever
*pyusb-1.0.0_alpha3 (05 Jan 2013)
diff --git a/dev-python/pyusb/pyusb-1.0.0_alpha3.ebuild b/dev-python/pyusb/pyusb-1.0.0_alpha3.ebuild
index 431de52e0059..425765345276 100644
--- a/dev-python/pyusb/pyusb-1.0.0_alpha3.ebuild
+++ b/dev-python/pyusb/pyusb-1.0.0_alpha3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/pyusb-1.0.0_alpha3.ebuild,v 1.1 2013/01/05 05:58:05 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/pyusb-1.0.0_alpha3.ebuild,v 1.2 2013/01/06 08:10:32 idella4 Exp $
EAPI="3"
PYTHON_DEPEND="*:2.5"
@@ -22,8 +22,10 @@ IUSE=""
### This version is compatible with both 0.X and 1.X versions of libusb
DEPEND="virtual/libusb:1
- dev-python/setuptools"
+ dev-python/setuptools
+ app-arch/unzip"
RDEPEND="${DEPEND}"
+
DOCS="README.rst docs/tutorial.rst"
S="${WORKDIR}/${MY_P}"