Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/h323plus: h323plus-1.25.0.ebuild ChangeLog
Date: Tue, 05 Mar 2013 18:34:25
Message-Id: 20130305183421.D9CE42171E@flycatcher.gentoo.org
1 chithanh 13/03/05 18:34:21
2
3 Modified: h323plus-1.25.0.ebuild ChangeLog
4 Log:
5 Add patch for ptlib-2.10.10 compatibility.
6
7 (Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 net-libs/h323plus/h323plus-1.25.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/h323plus/h323plus-1.25.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/h323plus/h323plus-1.25.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/h323plus/h323plus-1.25.0.ebuild?r1=1.1&r2=1.2
15
16 Index: h323plus-1.25.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/h323plus/h323plus-1.25.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- h323plus-1.25.0.ebuild 22 Feb 2013 19:04:21 -0000 1.1
23 +++ h323plus-1.25.0.ebuild 5 Mar 2013 18:34:21 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/h323plus/h323plus-1.25.0.ebuild,v 1.1 2013/02/22 19:04:21 chithanh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/h323plus/h323plus-1.25.0.ebuild,v 1.2 2013/03/05 18:34:21 chithanh Exp $
29
30 EAPI=5
31
32 @@ -35,6 +35,7 @@
33 src_prepare() {
34 epatch "${FILESDIR}"/${PN}-1.25.0-ptrace-param.patch
35 epatch "${FILESDIR}"/${PN}-1.25.0-ptrace-debugoptionlist.patch
36 + epatch "${FILESDIR}"/${PN}-1.25.0-ptlib-2.10.10.patch
37 }
38
39 src_configure() {
40
41
42
43 1.2 net-libs/h323plus/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/h323plus/ChangeLog?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/h323plus/ChangeLog?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/h323plus/ChangeLog?r1=1.1&r2=1.2
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-libs/h323plus/ChangeLog,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- ChangeLog 22 Feb 2013 19:04:21 -0000 1.1
56 +++ ChangeLog 5 Mar 2013 18:34:21 -0000 1.2
57 @@ -1,6 +1,10 @@
58 # ChangeLog for net-libs/h323plus
59 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/net-libs/h323plus/ChangeLog,v 1.1 2013/02/22 19:04:21 chithanh Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-libs/h323plus/ChangeLog,v 1.2 2013/03/05 18:34:21 chithanh Exp $
62 +
63 + 05 Mar 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
64 + +files/h323plus-1.25.0-ptlib-2.10.10.patch, h323plus-1.25.0.ebuild:
65 + Add patch for ptlib-2.10.10 compatibility.
66
67 *h323plus-1.25.0 (22 Feb 2013)