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 E7EE7139694 for ; Tue, 2 May 2017 14:03:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A36CE0D77; Tue, 2 May 2017 14:02:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 54172E0D77 for ; Tue, 2 May 2017 14:02:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88EE33416A9 for ; Tue, 2 May 2017 14:02:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B9F4745C for ; Tue, 2 May 2017 14:02:22 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1493733722.c9957771ff2a157bfd8383ff9cf196353db37cfb.mgorny@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-1.0.0_beta2.ebuild X-VCS-Directories: dev-python/pyusb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c9957771ff2a157bfd8383ff9cf196353db37cfb X-VCS-Branch: master Date: Tue, 2 May 2017 14:02:22 +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: 18662186-4336-4c36-9481-c03494a3bde3 X-Archives-Hash: a2b75615f35aa1e315c92eda4320855d commit: c9957771ff2a157bfd8383ff9cf196353db37cfb Author: Michał Górny gentoo org> AuthorDate: Tue May 2 13:36:50 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 2 14:02:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9957771 dev-python/pyusb: Clean old versions up dev-python/pyusb/Manifest | 1 - dev-python/pyusb/pyusb-1.0.0_beta2.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/dev-python/pyusb/Manifest b/dev-python/pyusb/Manifest index 5e24f1fd743..5139c585ca8 100644 --- a/dev-python/pyusb/Manifest +++ b/dev-python/pyusb/Manifest @@ -1,2 +1 @@ DIST PyUSB-1.0.0.tar.gz 52559 SHA256 5b34ffa74ac34f330bff949c94ee00ec4a9d147234db17ee2eed2a67c0275368 SHA512 a66cd9e3c95d0ee0959667866101f089d5ba5d425a930cc32fdf679f8c1fde8681aaf464efc96cbdad99fbae9f72086c4704f857c757b12e4ce2016e3451dcc0 WHIRLPOOL c93d3bb289646fc06bebadb7d2d5677d685e49756bbcd4ebf01e0eaec30620fbb3f7d925d3f11b9c8cb1d1af87fb357c27f0266c86b83a2c30aa001787f994ac -DIST pyusb-1.0.0b2.tar.gz 57747 SHA256 14ec66077bdcd6f1aa9e892a0a35a54bb3c1ec56aa740ead64349c18f0186d19 SHA512 8a69f6cb3e2876a52c1caa0854e98586cf6d7e01225b132b4d37b92814727ae66398282aedbe5e521c509dc3ee6dfc5799b9f22890be7c7a387eb427921cd73b WHIRLPOOL 45c70c339490789e2e1195a8b040358380e5e22438e58344e40b42c795a276d6e30c3efc452791ffe4093287c9d01f44d47be25c07fba925c9198c8f630149ba diff --git a/dev-python/pyusb/pyusb-1.0.0_beta2.ebuild b/dev-python/pyusb/pyusb-1.0.0_beta2.ebuild deleted file mode 100644 index cadd79e0ca1..00000000000 --- a/dev-python/pyusb/pyusb-1.0.0_beta2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) - -inherit distutils-r1 - -MY_P="${P/_beta/b}" - -DESCRIPTION="USB support for Python" -HOMEPAGE="http://pyusb.sourceforge.net/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" -IUSE="" - -### This version is compatible with both 0.X and 1.X versions of libusb -DEPEND="virtual/libusb:= - dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -DOCS="README.rst docs/tutorial.rst" - -S="${WORKDIR}/${MY_P}"