Gentoo Archives: gentoo-commits

From: "Victor Ostorga (vostorga)" <vostorga@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/tevent: ChangeLog tevent-0.9.14.ebuild
Date: Mon, 31 Oct 2011 16:02:26
Message-Id: 20111031160212.036272004B@flycatcher.gentoo.org
1 vostorga 11/10/31 16:02:11
2
3 Modified: ChangeLog tevent-0.9.14.ebuild
4 Log:
5 Fixing file collision with sys-libs/talloc, bug #384873
6
7 (Portage version: 2.1.10.11/cvs/Linux i686)
8
9 Revision Changes Path
10 1.9 sys-libs/tevent/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 27 Sep 2011 20:27:52 -0000 1.8
23 +++ ChangeLog 31 Oct 2011 16:02:11 -0000 1.9
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-libs/tevent
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.8 2011/09/27 20:27:52 vostorga Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.9 2011/10/31 16:02:11 vostorga Exp $
29 +
30 + 31 Oct 2011; VĂ­ctor Ostorga <vostorga@g.o> tevent-0.9.14.ebuild:
31 + Fixing file collision with sys-libs/talloc, bug #384873
32
33 *tevent-0.9.14 (27 Sep 2011)
34
35
36
37
38 1.2 sys-libs/tevent/tevent-0.9.14.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.14.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.14.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.14.ebuild?r1=1.1&r2=1.2
43
44 Index: tevent-0.9.14.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.14.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- tevent-0.9.14.ebuild 27 Sep 2011 20:27:52 -0000 1.1
51 +++ tevent-0.9.14.ebuild 31 Oct 2011 16:02:11 -0000 1.2
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/sys-libs/tevent/tevent-0.9.14.ebuild,v 1.1 2011/09/27 20:27:52 vostorga Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.14.ebuild,v 1.2 2011/10/31 16:02:11 vostorga Exp $
57
58 EAPI=3
59 PYTHON_DEPEND="2"
60 @@ -16,9 +16,11 @@
61 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
62 IUSE=""
63
64 -DEPEND=">=sys-libs/talloc-2.0.5
65 - >=dev-lang/python-2.4.2"
66 -RDEPEND="${DEPEND}"
67 +RDEPEND=">=dev-lang/python-2.4.2
68 + >=sys-libs/talloc-2.0.6[python]"
69 +
70 +DEPEND="${RDEPEND}
71 + dev-util/pkgconfig"
72
73 WAF_BINARY="${S}/buildtools/bin/waf"