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 1EAB013832E for ; Sat, 6 Aug 2016 18:16:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2D1DE0BA5; Sat, 6 Aug 2016 18:16:09 +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 3640FE0BA5 for ; Sat, 6 Aug 2016 18:16:09 +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 03258340C33 for ; Sat, 6 Aug 2016 18:16:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74C137D6 for ; Sat, 6 Aug 2016 18:16:05 +0000 (UTC) From: "Mike Gilbert" 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 Gilbert" Message-ID: <1470507362.61cd20dbb6405bede76ba926fbb77ef3a6e0e45e.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyusb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyusb/Manifest dev-python/pyusb/pyusb-0.4.3.ebuild X-VCS-Directories: dev-python/pyusb/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 61cd20dbb6405bede76ba926fbb77ef3a6e0e45e X-VCS-Branch: master Date: Sat, 6 Aug 2016 18:16:05 +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: 0104b43b-b084-457d-a9ed-e3c747c979af X-Archives-Hash: 4d45297f0645b83765cce24fb1720ab0 commit: 61cd20dbb6405bede76ba926fbb77ef3a6e0e45e Author: Mike Gilbert gentoo org> AuthorDate: Sat Aug 6 18:13:53 2016 +0000 Commit: Mike Gilbert gentoo 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 -}