Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyinotify: ChangeLog pyinotify-0.9.2.ebuild
Date: Sat, 24 Dec 2011 11:23:36
Message-Id: 20111224112326.B776A2004B@flycatcher.gentoo.org
1 jlec 11/12/24 11:23:26
2
3 Modified: ChangeLog pyinotify-0.9.2.ebuild
4 Log:
5 Keyworded for ~x86-linux, tested by me
6
7 (Portage version: 2.2.0_alpha82/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.45 dev-python/pyinotify/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/ChangeLog?rev=1.45&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/ChangeLog?rev=1.45&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/ChangeLog?r1=1.44&r2=1.45
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v
19 retrieving revision 1.44
20 retrieving revision 1.45
21 diff -u -r1.44 -r1.45
22 --- ChangeLog 28 Jul 2011 20:33:39 -0000 1.44
23 +++ ChangeLog 24 Dec 2011 11:23:26 -0000 1.45
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-python/pyinotify
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.44 2011/07/28 20:33:39 neurogeek Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.45 2011/12/24 11:23:26 jlec Exp $
29 +
30 + 24 Dec 2011; Justin Lecher <jlec@g.o> pyinotify-0.9.2.ebuild:
31 + Keyworded for ~x86-linux, tested by me
32
33 28 Jul 2011; Jesus Rivero <neurogeek@g.o> pyinotify-0.9.2.ebuild:
34 Changed license to MIT
35
36
37
38 1.7 dev-python/pyinotify/pyinotify-0.9.2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild?rev=1.7&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild?rev=1.7&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild?r1=1.6&r2=1.7
43
44 Index: pyinotify-0.9.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild,v
47 retrieving revision 1.6
48 retrieving revision 1.7
49 diff -u -r1.6 -r1.7
50 --- pyinotify-0.9.2.ebuild 28 Jul 2011 20:33:39 -0000 1.6
51 +++ pyinotify-0.9.2.ebuild 24 Dec 2011 11:23:26 -0000 1.7
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild,v 1.6 2011/07/28 20:33:39 neurogeek Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild,v 1.7 2011/12/24 11:23:26 jlec Exp $
57
58 EAPI="3"
59 PYTHON_DEPEND="*:2.5"
60 @@ -15,7 +15,7 @@
61
62 LICENSE="MIT"
63 SLOT="0"
64 -KEYWORDS="amd64 ppc x86 ~amd64-linux"
65 +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
66 IUSE="examples"
67
68 DEPEND=""