Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyusb: pyusb-0.4.2.ebuild ChangeLog
Date: Wed, 05 Aug 2009 03:04:07
Message-Id: E1MYWnN-0006FS-21@stork.gentoo.org
1 arfrever 09/08/05 03:04:05
2
3 Modified: ChangeLog
4 Added: pyusb-0.4.2.ebuild
5 Log:
6 Version bump. Set SUPPORT_PYTHON_ABIS.
7 (Portage version: 13918-svn/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 dev-python/pyusb/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyusb/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyusb/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyusb/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyusb/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 1 Jun 2009 14:50:57 -0000 1.4
23 +++ ChangeLog 5 Aug 2009 03:04:04 -0000 1.5
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/pyusb
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/ChangeLog,v 1.4 2009/06/01 14:50:57 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/ChangeLog,v 1.5 2009/08/05 03:04:04 arfrever Exp $
29 +
30 +*pyusb-0.4.2 (05 Aug 2009)
31 +
32 + 05 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
33 + +pyusb-0.4.2.ebuild:
34 + Version bump. Set SUPPORT_PYTHON_ABIS.
35
36 01 Jun 2009; Patrick Lauer <patrick@g.o> pyusb-0.4.1-r1.ebuild:
37 Adding ~amd64 keyword
38
39
40
41 1.1 dev-python/pyusb/pyusb-0.4.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyusb/pyusb-0.4.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyusb/pyusb-0.4.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pyusb-0.4.2.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/pyusb-0.4.2.ebuild,v 1.1 2009/08/05 03:04:04 arfrever Exp $
51
52 EAPI="2"
53 SUPPORT_PYTHON_ABIS="1"
54
55 inherit distutils flag-o-matic
56
57 DESCRIPTION="USB support for Python."
58 HOMEPAGE="http://pyusb.sourceforge.net/"
59 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
60
61 LICENSE="BSD"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc"
64 IUSE=""
65
66 ### The bus enumeration does not appear to work with libusb-compat
67 ### A new version based on libusb-1.x is in the works, but not yet released
68 DEPEND="virtual/libusb:0"
69 RDEPEND="${DEPEND}"
70
71 RESTRICT_PYTHON_ABIS="3*"