Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/tevent: ChangeLog tevent-0.9.15.ebuild
Date: Sat, 21 Apr 2012 12:11:25
Message-Id: 20120421121051.2D1C42004B@flycatcher.gentoo.org
1 maekke 12/04/21 12:10:51
2
3 Modified: ChangeLog tevent-0.9.15.ebuild
4 Log:
5 add ~arm, bug #412489
6
7 (Portage version: 2.1.10.56/cvs/Linux i686)
8
9 Revision Changes Path
10 1.14 sys-libs/tevent/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 25 Feb 2012 16:36:45 -0000 1.13
23 +++ ChangeLog 21 Apr 2012 12:10:51 -0000 1.14
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-libs/tevent
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.13 2012/02/25 16:36:45 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.14 2012/04/21 12:10:51 maekke Exp $
29 +
30 + 21 Apr 2012; Markus Meier <maekke@g.o> tevent-0.9.15.ebuild:
31 + add ~arm, bug #412489
32
33 25 Feb 2012; Agostino Sarubbo <ago@g.o> tevent-0.9.14-r1.ebuild:
34 Stable for amd64, wrt bug #405617
35
36
37
38 1.2 sys-libs/tevent/tevent-0.9.15.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.15.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.15.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.15.ebuild?r1=1.1&r2=1.2
43
44 Index: tevent-0.9.15.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.15.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- tevent-0.9.15.ebuild 12 Feb 2012 11:43:28 -0000 1.1
51 +++ tevent-0.9.15.ebuild 21 Apr 2012 12:10:51 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.15.ebuild,v 1.1 2012/02/12 11:43:28 maksbotan Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.15.ebuild,v 1.2 2012/04/21 12:10:51 maekke Exp $
57
58 EAPI=4
59 PYTHON_DEPEND="2"
60 @@ -13,7 +13,7 @@
61
62 LICENSE="GPL-3"
63 SLOT="0"
64 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
65 +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
66 IUSE=""
67
68 RDEPEND=">=dev-lang/python-2.4.2