diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-04 18:07:29 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-04 18:07:29 +0000 |
commit | f2b8331a4bdef535629b634038019a1bb52e862e (patch) | |
tree | 2d452ede3f64231d9519f561961fcfd6427bff5e /dev-python/pyusb | |
parent | Remove old (diff) | |
download | gentoo-2-f2b8331a4bdef535629b634038019a1bb52e862e.tar.gz gentoo-2-f2b8331a4bdef535629b634038019a1bb52e862e.tar.bz2 gentoo-2-f2b8331a4bdef535629b634038019a1bb52e862e.zip |
Remove old
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyusb')
-rw-r--r-- | dev-python/pyusb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyusb/pyusb-0.4.1-r1.ebuild | 30 |
2 files changed, 4 insertions, 31 deletions
diff --git a/dev-python/pyusb/ChangeLog b/dev-python/pyusb/ChangeLog index 463906e60288..fb94787e3c66 100644 --- a/dev-python/pyusb/ChangeLog +++ b/dev-python/pyusb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyusb # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/ChangeLog,v 1.6 2009/08/07 02:47:39 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/ChangeLog,v 1.7 2009/09/04 18:07:29 patrick Exp $ + + 04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -pyusb-0.4.1-r1.ebuild: + Remove old 07 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> pyusb-0.4.2.ebuild: diff --git a/dev-python/pyusb/pyusb-0.4.1-r1.ebuild b/dev-python/pyusb/pyusb-0.4.1-r1.ebuild deleted file mode 100644 index 156ec6b4a73c..000000000000 --- a/dev-python/pyusb/pyusb-0.4.1-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/pyusb-0.4.1-r1.ebuild,v 1.4 2009/06/01 16:22:18 mr_bones_ Exp $ - -EAPI="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" -IUSE="debug" - -### 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="dev-libs/libusb:0" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - - if ! use debug; then - append-flags -DNDEBUG - fi -} |