Gentoo Archives: gentoo-commits

From: "Jesus Rivero (neurogeek)" <neurogeek@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: Thu, 28 Jul 2011 20:33:48
Message-Id: 20110728203339.8D4F72004B@flycatcher.gentoo.org
1 neurogeek 11/07/28 20:33:39
2
3 Modified: ChangeLog pyinotify-0.9.2.ebuild
4 Log:
5 Changed license to MIT
6
7 (Portage version: 2.2.0_alpha46/cvs/Linux i686)
8
9 Revision Changes Path
10 1.44 dev-python/pyinotify/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/ChangeLog?rev=1.44&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/ChangeLog?rev=1.44&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/ChangeLog?r1=1.43&r2=1.44
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v
19 retrieving revision 1.43
20 retrieving revision 1.44
21 diff -u -r1.43 -r1.44
22 --- ChangeLog 1 Jul 2011 21:28:54 -0000 1.43
23 +++ ChangeLog 28 Jul 2011 20:33:39 -0000 1.44
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.43 2011/07/01 21:28:54 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.44 2011/07/28 20:33:39 neurogeek Exp $
29 +
30 + 28 Jul 2011; Jesus Rivero <neurogeek@g.o> pyinotify-0.9.2.ebuild:
31 + Changed license to MIT
32
33 01 Jul 2011; Markos Chandras <hwoarang@g.o> -pyinotify-0.9.1.ebuild:
34 Remove old ebuilds. Requested by Arfrever
35
36
37
38 1.6 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.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild?r1=1.5&r2=1.6
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.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- pyinotify-0.9.2.ebuild 27 Jun 2011 20:42:36 -0000 1.5
51 +++ pyinotify-0.9.2.ebuild 28 Jul 2011 20:33:39 -0000 1.6
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.5 2011/06/27 20:42:36 ranger Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild,v 1.6 2011/07/28 20:33:39 neurogeek Exp $
57
58 EAPI="3"
59 PYTHON_DEPEND="*:2.5"
60 @@ -13,7 +13,7 @@
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 +LICENSE="MIT"
66 SLOT="0"
67 KEYWORDS="amd64 ppc x86 ~amd64-linux"
68 IUSE="examples"