Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/tevent: tevent-0.9.17.ebuild tevent-0.9.16.ebuild ChangeLog
Date: Sun, 30 Sep 2012 17:58:28
Message-Id: 20120930175653.C4CE721600@flycatcher.gentoo.org
1 floppym 12/09/30 17:56:53
2
3 Modified: tevent-0.9.17.ebuild tevent-0.9.16.ebuild ChangeLog
4 Log:
5 Remove minimum python version.
6
7 (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-libs/tevent/tevent-0.9.17.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?r1=1.1&r2=1.2
15
16 Index: tevent-0.9.17.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- tevent-0.9.17.ebuild 23 Sep 2012 18:44:44 -0000 1.1
23 +++ tevent-0.9.17.ebuild 30 Sep 2012 17:56:53 -0000 1.2
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.1 2012/09/23 18:44:44 vostorga Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.2 2012/09/30 17:56:53 floppym Exp $
29
30 EAPI=4
31 -PYTHON_DEPEND="2:2.4"
32 +PYTHON_DEPEND="2"
33
34 inherit waf-utils python
35
36
37
38
39 1.3 sys-libs/tevent/tevent-0.9.16.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.16.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.16.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.16.ebuild?r1=1.2&r2=1.3
44
45 Index: tevent-0.9.16.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.16.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- tevent-0.9.16.ebuild 13 Sep 2012 19:00:54 -0000 1.2
52 +++ tevent-0.9.16.ebuild 30 Sep 2012 17:56:53 -0000 1.3
53 @@ -1,9 +1,9 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.16.ebuild,v 1.2 2012/09/13 19:00:54 scarabeus Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.16.ebuild,v 1.3 2012/09/30 17:56:53 floppym Exp $
58
59 EAPI=4
60 -PYTHON_DEPEND="2:2.4"
61 +PYTHON_DEPEND="2"
62
63 inherit waf-utils python
64
65
66
67
68 1.23 sys-libs/tevent/ChangeLog
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.23&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.23&content-type=text/plain
72 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?r1=1.22&r2=1.23
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v
77 retrieving revision 1.22
78 retrieving revision 1.23
79 diff -u -r1.22 -r1.23
80 --- ChangeLog 23 Sep 2012 18:44:44 -0000 1.22
81 +++ ChangeLog 30 Sep 2012 17:56:53 -0000 1.23
82 @@ -1,6 +1,10 @@
83 # ChangeLog for sys-libs/tevent
84 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.22 2012/09/23 18:44:44 vostorga Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.23 2012/09/30 17:56:53 floppym Exp $
87 +
88 + 30 Sep 2012; Mike Gilbert <floppym@g.o> tevent-0.9.16.ebuild,
89 + tevent-0.9.17.ebuild:
90 + Remove minimum python version.
91
92 *tevent-0.9.17 (23 Sep 2012)