public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pyusb: ChangeLog pyusb-1.0.0_alpha1.ebuild pyusb-0.4.3.ebuild
@ 2011-03-05 21:30 Joseph Jezak (josejx)
  0 siblings, 0 replies; only message in thread
From: Joseph Jezak (josejx) @ 2011-03-05 21:30 UTC (permalink / raw
  To: gentoo-commits

josejx      11/03/05 21:30:56

  Modified:             ChangeLog
  Added:                pyusb-1.0.0_alpha1.ebuild pyusb-0.4.3.ebuild
  Log:
  Added latest versions.
  
  (Portage version: 2.1.9.41/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-python/pyusb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyusb/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyusb/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyusb/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyusb/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	7 Jan 2010 16:34:10 -0000	1.8
+++ ChangeLog	5 Mar 2011 21:30:55 -0000	1.9
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/pyusb
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/ChangeLog,v 1.8 2010/01/07 16:34:10 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/ChangeLog,v 1.9 2011/03/05 21:30:55 josejx Exp $
+
+*pyusb-1.0.0_alpha1 (05 Mar 2011)
+*pyusb-0.4.3 (05 Mar 2011)
+
+  05 Mar 2011; Joseph Jezak <josejx@gentoo.org> +pyusb-0.4.3.ebuild,
+  +pyusb-1.0.0_alpha1.ebuild:
+  Added latest versions.
 
   07 Jan 2010; Christian Faulhammer <fauli@gentoo.org> pyusb-0.4.2.ebuild:
   keyworded ~arch for x86, bug 298265



1.1                  dev-python/pyusb/pyusb-1.0.0_alpha1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyusb/pyusb-1.0.0_alpha1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyusb/pyusb-1.0.0_alpha1.ebuild?rev=1.1&content-type=text/plain

Index: pyusb-1.0.0_alpha1.ebuild
===================================================================
# Copyright 1999-2011 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_alpha1.ebuild,v 1.1 2011/03/05 21:30:55 josejx Exp $

EAPI="2"
inherit distutils flag-o-matic

MY_P="${P/_alpha/-a}"
DESCRIPTION="USB support for Python."
HOMEPAGE="http://pyusb.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

### This version is compatible with both 0.X and 1.X versions of libusb
DEPEND="virtual/libusb:1"
RDEPEND="${DEPEND}"
PYTHON_DEPEND="*:2.5"

S="${WORKDIR}/${MY_P}"



1.1                  dev-python/pyusb/pyusb-0.4.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyusb/pyusb-0.4.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyusb/pyusb-0.4.3.ebuild?rev=1.1&content-type=text/plain

Index: pyusb-0.4.3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/pyusb-0.4.3.ebuild,v 1.1 2011/03/05 21:30:55 josejx Exp $

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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-05 21:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-05 21:30 [gentoo-commits] gentoo-x86 commit in dev-python/pyusb: ChangeLog pyusb-1.0.0_alpha1.ebuild pyusb-0.4.3.ebuild Joseph Jezak (josejx)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox