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 tevent-0.9.8.ebuild tevent-0.9.11.ebuild
Date: Tue, 27 Sep 2011 20:28:02
Message-Id: 20110927202752.765F320036@flycatcher.gentoo.org
1 vostorga 11/09/27 20:27:52
2
3 Modified: ChangeLog
4 Added: tevent-0.9.14.ebuild
5 Removed: tevent-0.9.8.ebuild tevent-0.9.11.ebuild
6 Log:
7 Version bump to 0.9.14
8
9 (Portage version: 2.1.10.11/cvs/Linux i686)
10
11 Revision Changes Path
12 1.8 sys-libs/tevent/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.8&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.8&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?r1=1.7&r2=1.8
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v
21 retrieving revision 1.7
22 retrieving revision 1.8
23 diff -u -r1.7 -r1.8
24 --- ChangeLog 14 Aug 2011 09:58:07 -0000 1.7
25 +++ ChangeLog 27 Sep 2011 20:27:52 -0000 1.8
26 @@ -1,6 +1,12 @@
27 # ChangeLog for sys-libs/tevent
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.7 2011/08/14 09:58:07 xarthisius Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.8 2011/09/27 20:27:52 vostorga Exp $
31 +
32 +*tevent-0.9.14 (27 Sep 2011)
33 +
34 + 27 Sep 2011; VĂ­ctor Ostorga <vostorga@g.o> -tevent-0.9.8.ebuild,
35 + -tevent-0.9.11.ebuild, +tevent-0.9.14.ebuild:
36 + Version bump to 0.9.14
37
38 14 Aug 2011; Kacper Kowalik <xarthisius@g.o> tevent-0.9.12.ebuild:
39 Marked ~ppc/~ppc64 wrt #377809
40
41
42
43 1.1 sys-libs/tevent/tevent-0.9.14.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.14.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.14.ebuild?rev=1.1&content-type=text/plain
47
48 Index: tevent-0.9.14.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.14.ebuild,v 1.1 2011/09/27 20:27:52 vostorga Exp $
53
54 EAPI=3
55 PYTHON_DEPEND="2"
56
57 inherit waf-utils python
58
59 DESCRIPTION="Samba tevent library"
60 HOMEPAGE="http://tevent.samba.org/"
61 SRC_URI="http://samba.org/ftp/tevent/${P}.tar.gz"
62
63 LICENSE="GPL-3"
64 SLOT="0"
65 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
66 IUSE=""
67
68 DEPEND=">=sys-libs/talloc-2.0.5
69 >=dev-lang/python-2.4.2"
70 RDEPEND="${DEPEND}"
71
72 WAF_BINARY="${S}/buildtools/bin/waf"
73
74 pkg_setup() {
75 python_set_active_version 2
76 python_pkg_setup
77 }