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/pyinotify: ChangeLog pyinotify-0.9.2.ebuild
Date: Mon, 02 May 2011 22:18:56
Message-Id: 20110502221816.3746E20054@flycatcher.gentoo.org
1 arfrever 11/05/02 22:18:16
2
3 Modified: ChangeLog
4 Added: pyinotify-0.9.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha30_p39/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.38 dev-python/pyinotify/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/ChangeLog?rev=1.38&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/ChangeLog?rev=1.38&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/ChangeLog?r1=1.37&r2=1.38
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v
20 retrieving revision 1.37
21 retrieving revision 1.38
22 diff -u -r1.37 -r1.38
23 --- ChangeLog 12 Feb 2011 18:36:10 -0000 1.37
24 +++ ChangeLog 2 May 2011 22:18:16 -0000 1.38
25 @@ -1,6 +1,12 @@
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.37 2011/02/12 18:36:10 arfrever Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.38 2011/05/02 22:18:16 arfrever Exp $
30 +
31 +*pyinotify-0.9.2 (02 May 2011)
32 +
33 + 02 May 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
34 + +pyinotify-0.9.2.ebuild:
35 + Version bump.
36
37 12 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
38 -pyinotify-0.9.0.ebuild:
39
40
41
42 1.1 dev-python/pyinotify/pyinotify-0.9.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pyinotify-0.9.2.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/pyinotify/pyinotify-0.9.2.ebuild,v 1.1 2011/05/02 22:18:16 arfrever 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="GPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux"
67 IUSE="examples"
68
69 DEPEND=""
70 RDEPEND=""
71
72 S="${WORKDIR}/${PN}"
73
74 PYTHON_MODNAME="pyinotify.py"
75
76 src_install() {
77 distutils_src_install
78
79 if use examples; then
80 insinto /usr/share/doc/${PF}/examples
81 doins python2/examples/* || die "Installation of examples failed"
82 fi
83 }