Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/inotifyx: inotifyx-0.2.0.ebuild ChangeLog
Date: Thu, 28 Jul 2011 23:20:31
Message-Id: 20110728232015.CBBA42004B@flycatcher.gentoo.org
1 patrick 11/07/28 23:20:15
2
3 Modified: ChangeLog
4 Added: inotifyx-0.2.0.ebuild
5 Log:
6 Bump for #361729
7
8 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 dev-python/inotifyx/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/inotifyx/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/inotifyx/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/inotifyx/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/inotifyx/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 5 Jan 2010 14:29:54 -0000 1.3
24 +++ ChangeLog 28 Jul 2011 23:20:15 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/inotifyx
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/inotifyx/ChangeLog,v 1.3 2010/01/05 14:29:54 sping Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/inotifyx/ChangeLog,v 1.4 2011/07/28 23:20:15 patrick Exp $
31 +
32 +*inotifyx-0.2.0 (28 Jul 2011)
33 +
34 + 28 Jul 2011; Patrick Lauer <patrick@g.o> +inotifyx-0.2.0.ebuild:
35 + Bump for #361729
36
37 05 Jan 2010; Sebastian Pipping <sping@g.o> inotifyx-0.1.1.ebuild:
38 Fix test invocation (bug #299767)
39
40
41
42 1.1 dev-python/inotifyx/inotifyx-0.2.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/inotifyx/inotifyx-0.2.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/inotifyx/inotifyx-0.2.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: inotifyx-0.2.0.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/inotifyx/inotifyx-0.2.0.ebuild,v 1.1 2011/07/28 23:20:15 patrick Exp $
52
53 EAPI="2"
54 SUPPORT_PYTHON_ABIS="1"
55
56 inherit distutils
57
58 DESCRIPTION="Python bindings to the Linux inotify file system event monitoring API"
59 HOMEPAGE="http://www.alittletooquiet.net/software/inotifyx/"
60 SRC_URI="http://launchpad.net/inotifyx/dev/v${PV}/+download/${P}.tar.gz"
61
62 LICENSE="MIT"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 DEPEND=""
68 RDEPEND=""
69 RESTRICT_PYTHON_ABIS="3.*"
70
71 src_test() {
72 testing() {
73 PYTHONPATH=$(echo "build-${PYTHON_ABI}/lib"*) "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" test
74 }
75 python_execute_function testing
76 }