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: ChangeLog tevent-0.9.11.ebuild
Date: Sat, 02 Apr 2011 13:53:51
Message-Id: 20110402135340.6E80F20054@flycatcher.gentoo.org
1 patrick 11/04/02 13:53:40
2
3 Modified: ChangeLog
4 Added: tevent-0.9.11.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 sys-libs/tevent/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 4 Nov 2009 11:47:20 -0000 1.3
24 +++ ChangeLog 2 Apr 2011 13:53:40 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-libs/tevent
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.3 2009/11/04 11:47:20 patrick Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.4 2011/04/02 13:53:40 patrick Exp $
31 +
32 +*tevent-0.9.11 (02 Apr 2011)
33 +
34 + 02 Apr 2011; Patrick Lauer <patrick@g.o> +tevent-0.9.11.ebuild:
35 + Bump
36
37 04 Nov 2009; Patrick Lauer <patrick@g.o> tevent-0.9.8.ebuild:
38 Cleanup
39
40
41
42 1.1 sys-libs/tevent/tevent-0.9.11.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.11.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.11.ebuild?rev=1.1&content-type=text/plain
46
47 Index: tevent-0.9.11.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.11.ebuild,v 1.1 2011/04/02 13:53:40 patrick Exp $
52
53 EAPI="2"
54
55 inherit confutils eutils
56
57 DESCRIPTION="Samba tevent library"
58 HOMEPAGE="http://tevent.samba.org/"
59 SRC_URI="http://samba.org/ftp/tevent/${P}.tar.gz"
60 LICENSE="GPL-3"
61 IUSE=""
62 SLOT="0"
63 KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
64
65 DEPEND="sys-libs/talloc"
66 RDEPEND="${DEPEND}"
67
68 src_configure() {
69 econf \
70 --sysconfdir=/etc/samba \
71 --localstatedir=/var \
72 || die "econf failed"
73 }
74
75 src_compile() {
76 emake all || die "emake all failed"
77 }
78
79 src_install() {
80 emake install DESTDIR="${D}" || die "emake install failed"
81 }