Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/siproxd: siproxd-0.8.0-r2.ebuild ChangeLog
Date: Mon, 24 Jan 2011 15:55:14
Message-Id: 20110124155503.81D1620054@flycatcher.gentoo.org
1 flameeyes 11/01/24 15:55:03
2
3 Modified: siproxd-0.8.0-r2.ebuild ChangeLog
4 Log:
5 Avoid mantainer-mode automake calls by properly re-building autotools.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-misc/siproxd/siproxd-0.8.0-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/siproxd/siproxd-0.8.0-r2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/siproxd/siproxd-0.8.0-r2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/siproxd/siproxd-0.8.0-r2.ebuild?r1=1.1&r2=1.2
15
16 Index: siproxd-0.8.0-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/siproxd/siproxd-0.8.0-r2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- siproxd-0.8.0-r2.ebuild 20 Jan 2011 16:39:28 -0000 1.1
23 +++ siproxd-0.8.0-r2.ebuild 24 Jan 2011 15:55:03 -0000 1.2
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/siproxd/siproxd-0.8.0-r2.ebuild,v 1.1 2011/01/20 16:39:28 chithanh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/siproxd/siproxd-0.8.0-r2.ebuild,v 1.2 2011/01/24 15:55:03 flameeyes Exp $
29
30 EAPI="2"
31
32 -inherit eutils
33 +inherit eutils autotools
34
35 DESCRIPTION="A proxy/masquerading daemon for the SIP protocol"
36 HOMEPAGE="http://siproxd.sourceforge.net/"
37 @@ -36,10 +36,12 @@
38 sed -i -e "s:nobody:siproxd:" doc/siproxd.conf.example \
39 || die "patching doc/siproxd.conf.example failed"
40 # do not fail when building with external libltdl
41 - sed -i 's/libltdl //' Makefile.in Makefile.am || die "patching Makefile failed"
42 + sed -i 's/libltdl //' Makefile.am || die "patching Makefile failed"
43 epatch "${FILESDIR}/${PN}-libtool-2.4.patch"
44 # do not crash when building with external libltdl, bug 308495
45 sed -i 's|"../libltdl/ltdl.h"|<ltdl.h>|' src/plugins.h || die "patching plugins.h failed"
46 +
47 + eautoreconf
48 }
49
50 src_configure() {
51
52
53
54 1.22 net-misc/siproxd/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/siproxd/ChangeLog?rev=1.22&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/siproxd/ChangeLog?rev=1.22&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/siproxd/ChangeLog?r1=1.21&r2=1.22
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/net-misc/siproxd/ChangeLog,v
63 retrieving revision 1.21
64 retrieving revision 1.22
65 diff -u -r1.21 -r1.22
66 --- ChangeLog 20 Jan 2011 16:39:28 -0000 1.21
67 +++ ChangeLog 24 Jan 2011 15:55:03 -0000 1.22
68 @@ -1,6 +1,10 @@
69 # ChangeLog for net-misc/siproxd
70 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/net-misc/siproxd/ChangeLog,v 1.21 2011/01/20 16:39:28 chithanh Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/net-misc/siproxd/ChangeLog,v 1.22 2011/01/24 15:55:03 flameeyes Exp $
73 +
74 + 24 Jan 2011; Diego E. Pettenò <flameeyes@g.o>
75 + siproxd-0.8.0-r2.ebuild:
76 + Avoid mantainer-mode automake calls by properly re-building autotools.
77
78 *siproxd-0.8.0-r2 (20 Jan 2011)