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