Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/tevent: tevent-0.9.16.ebuild ChangeLog
Date: Wed, 04 Jul 2012 09:10:19
Message-Id: 20120704091006.006912004B@flycatcher.gentoo.org
1 patrick 12/07/04 09:10:05
2
3 Modified: ChangeLog
4 Added: tevent-0.9.16.ebuild
5 Log:
6 Bump for #424705
7
8 (Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.17 sys-libs/tevent/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.17&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?r1=1.16&r2=1.17
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- ChangeLog 12 May 2012 19:32:21 -0000 1.16
24 +++ ChangeLog 4 Jul 2012 09:10:05 -0000 1.17
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-libs/tevent
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.16 2012/05/12 19:32:21 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.17 2012/07/04 09:10:05 patrick Exp $
30 +
31 +*tevent-0.9.16 (04 Jul 2012)
32 +
33 + 04 Jul 2012; Patrick Lauer <patrick@g.o> +tevent-0.9.16.ebuild:
34 + Bump for #424705
35
36 12 May 2012; Alexis Ballier <aballier@g.o> tevent-0.9.15.ebuild:
37 keyword ~amd64-fbsd
38 @@ -69,4 +74,3 @@
39 +metadata.xml:
40 Initial commit. Ebuilds based on those provided by Marcel Greter in
41 #231273
42 -
43
44
45
46 1.1 sys-libs/tevent/tevent-0.9.16.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.16.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.16.ebuild?rev=1.1&content-type=text/plain
50
51 Index: tevent-0.9.16.ebuild
52 ===================================================================
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.16.ebuild,v 1.1 2012/07/04 09:10:05 patrick Exp $
56
57 EAPI=4
58 PYTHON_DEPEND="2"
59
60 inherit waf-utils python
61
62 DESCRIPTION="Samba tevent library"
63 HOMEPAGE="http://tevent.samba.org/"
64 SRC_URI="http://samba.org/ftp/tevent/${P}.tar.gz"
65
66 LICENSE="GPL-3"
67 SLOT="0"
68 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
69 IUSE=""
70
71 RDEPEND=">=dev-lang/python-2.4.2
72 >=sys-libs/talloc-2.0.6[python]"
73
74 DEPEND="${RDEPEND}
75 virtual/pkgconfig"
76
77 WAF_BINARY="${S}/buildtools/bin/waf"
78 PATCHES=( "${FILESDIR}"/add-py-file.patch )
79
80 pkg_setup() {
81 python_set_active_version 2
82 python_pkg_setup
83 }
84
85 src_install() {
86 waf-utils_src_install
87 insinto $(python_get_sitedir)
88 doins tevent.py
89 }
90
91 pkg_postinst() {
92 python_mod_optimize tevent.py
93 }
94
95 pkg_postrm() {
96 python_mod_cleanup tevent.py
97 }