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/pyinotify: pyinotify-0.9.3.ebuild ChangeLog
Date: Tue, 07 Feb 2012 08:27:39
Message-Id: 20120207082728.EC8AA2004B@flycatcher.gentoo.org
1 patrick 12/02/07 08:27:28
2
3 Modified: ChangeLog
4 Added: pyinotify-0.9.3.ebuild
5 Log:
6 Bump for #402031
7
8 (Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.46 dev-python/pyinotify/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/ChangeLog?rev=1.46&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/ChangeLog?rev=1.46&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/ChangeLog?r1=1.45&r2=1.46
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v
20 retrieving revision 1.45
21 retrieving revision 1.46
22 diff -u -r1.45 -r1.46
23 --- ChangeLog 24 Dec 2011 11:23:26 -0000 1.45
24 +++ ChangeLog 7 Feb 2012 08:27:28 -0000 1.46
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/pyinotify
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.45 2011/12/24 11:23:26 jlec Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.46 2012/02/07 08:27:28 patrick Exp $
31 +
32 +*pyinotify-0.9.3 (07 Feb 2012)
33 +
34 + 07 Feb 2012; Patrick Lauer <patrick@g.o> +pyinotify-0.9.3.ebuild:
35 + Bump for #402031
36
37 24 Dec 2011; Justin Lecher <jlec@g.o> pyinotify-0.9.2.ebuild:
38 Keyworded for ~x86-linux, tested by me
39
40
41
42 1.1 dev-python/pyinotify/pyinotify-0.9.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pyinotify-0.9.3.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.3.ebuild,v 1.1 2012/02/07 08:27:28 patrick Exp $
52
53 EAPI="3"
54 PYTHON_DEPEND="*:2.5"
55 SUPPORT_PYTHON_ABIS="1"
56 RESTRICT_PYTHON_ABIS="2.4 *-jython"
57
58 inherit distutils
59
60 DESCRIPTION="Python module used for monitoring filesystems events"
61 HOMEPAGE="http://trac.dbzteam.org/pyinotify http://pypi.python.org/pypi/pyinotify"
62 SRC_URI="http://seb.dbzteam.org/pub/pyinotify/releases/${P}.tar.gz"
63
64 LICENSE="MIT"
65 SLOT="0"
66 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
67 IUSE="examples"
68
69 DEPEND=""
70 RDEPEND=""
71
72 PYTHON_MODNAME="pyinotify.py"
73
74 src_install() {
75 distutils_src_install
76
77 if use examples; then
78 insinto /usr/share/doc/${PF}/examples
79 doins python2/examples/* || die "Installation of examples failed"
80 fi
81 }