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.8.ebuild ChangeLog
Date: Wed, 04 Nov 2009 11:47:27
Message-Id: E1N5eKf-0002sZ-5S@stork.gentoo.org
1 patrick 09/11/04 11:47:21
2
3 Modified: tevent-0.9.8.ebuild ChangeLog
4 Log:
5 Cleanup
6 (Portage version: 2.2_rc48/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 sys-libs/tevent/tevent-0.9.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/tevent/tevent-0.9.8.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/tevent/tevent-0.9.8.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/tevent/tevent-0.9.8.ebuild?r1=1.2&r2=1.3
14
15 Index: tevent-0.9.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.8.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- tevent-0.9.8.ebuild 9 Oct 2009 17:24:56 -0000 1.2
22 +++ tevent-0.9.8.ebuild 4 Nov 2009 11:47:20 -0000 1.3
23 @@ -1,10 +1,10 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.8.ebuild,v 1.2 2009/10/09 17:24:56 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.8.ebuild,v 1.3 2009/11/04 11:47:20 patrick Exp $
28
29 EAPI="2"
30
31 -inherit confutils eutils
32 +inherit confutils eutils autotools
33
34 DESCRIPTION="Samba tevent library"
35 HOMEPAGE="http://tevent.samba.org/"
36 @@ -14,12 +14,11 @@
37 SLOT="0"
38 KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
39
40 -DEPEND="virtual/talloc"
41 +DEPEND="sys-libs/talloc"
42 RDEPEND="${DEPEND}"
43
44 src_prepare() {
45 -
46 - ./autogen.sh || die "autogen.sh failed"
47 + eautoconf -Ilibreplace
48
49 }
50
51
52
53
54 1.3 sys-libs/tevent/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.3&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.3&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/tevent/ChangeLog?r1=1.2&r2=1.3
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v
63 retrieving revision 1.2
64 retrieving revision 1.3
65 diff -u -r1.2 -r1.3
66 --- ChangeLog 9 Oct 2009 17:24:56 -0000 1.2
67 +++ ChangeLog 4 Nov 2009 11:47:20 -0000 1.3
68 @@ -1,6 +1,9 @@
69 # ChangeLog for sys-libs/tevent
70 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.2 2009/10/09 17:24:56 patrick Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.3 2009/11/04 11:47:20 patrick Exp $
73 +
74 + 04 Nov 2009; Patrick Lauer <patrick@g.o> tevent-0.9.8.ebuild:
75 + Cleanup
76
77 09 Oct 2009; Patrick Lauer <patrick@g.o> tevent-0.9.8.ebuild:
78 Improve description