commit:     61cd20dbb6405bede76ba926fbb77ef3a6e0e45e
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 18:13:53 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 18:16:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61cd20db

dev-python/pyusb: remove old

Package-Manager: portage-2.3.0_p16

 dev-python/pyusb/Manifest           |  1 -
 dev-python/pyusb/pyusb-0.4.3.ebuild | 32 --------------------------------
 2 files changed, 33 deletions(-)

diff --git a/dev-python/pyusb/Manifest b/dev-python/pyusb/Manifest
index 2125e57..c777474 100644
--- a/dev-python/pyusb/Manifest
+++ b/dev-python/pyusb/Manifest
@@ -1,2 +1 @@
-DIST pyusb-0.4.3.tar.gz 16242 SHA256 
3c08b292886b7001ab088345af4d0dfe3e7d37bfc4b2bdcd7edb564ea3ef04d5 SHA512 
efe90f910cd8b02646de4ec47e28f6debbcc3c4ff7aa0a45d8355840abfdb079f8e9ac9ce78b785e3f5a26772c5118362e9f4a7a3629985eae2063bc06b53e4a
 WHIRLPOOL 
1a7f231520cf7f1a9777fadad5bfa1f4886172f5a643ba6b9dc5a58bf687629629670d8c12b79844ce692010b8bcd25dede5d6182d3677c9c8beea0cad3b9c7f
 DIST pyusb-1.0.0b2.tar.gz 57747 SHA256 
14ec66077bdcd6f1aa9e892a0a35a54bb3c1ec56aa740ead64349c18f0186d19 SHA512 
8a69f6cb3e2876a52c1caa0854e98586cf6d7e01225b132b4d37b92814727ae66398282aedbe5e521c509dc3ee6dfc5799b9f22890be7c7a387eb427921cd73b
 WHIRLPOOL 
45c70c339490789e2e1195a8b040358380e5e22438e58344e40b42c795a276d6e30c3efc452791ffe4093287c9d01f44d47be25c07fba925c9198c8f630149ba

diff --git a/dev-python/pyusb/pyusb-0.4.3.ebuild 
b/dev-python/pyusb/pyusb-0.4.3.ebuild
deleted file mode 100644
index a06a5d9..0000000
--- a/dev-python/pyusb/pyusb-0.4.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils flag-o-matic
-
-DESCRIPTION="USB support for Python"
-HOMEPAGE="http://pyusb.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="examples"
-
-### The bus enumeration does not appear to work with libusb-compat
-### A new version based on libusb-1.x is in the works, but not yet released
-DEPEND="virtual/libusb:0"
-RDEPEND="${DEPEND}"
-
-RESTRICT_PYTHON_ABIS="3*"
-
-src_install() {
-       distutils_src_install
-       if use examples; then
-               insinto /usr/share/doc/${PF}
-               doins -r samples
-       fi
-}

Reply via email to