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: Wed, 06 Mar 2013 01:48:16
Message-Id: 20130306014811.B87AE2171D@flycatcher.gentoo.org
1 chithanh 13/03/06 01:48:11
2
3 Modified: h323plus-1.25.0.ebuild ChangeLog
4 Log:
5 Fix dependency on ptlib, bug #460458.
6
7 (Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.3 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.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/h323plus/h323plus-1.25.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/h323plus/h323plus-1.25.0.ebuild?r1=1.2&r2=1.3
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.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- h323plus-1.25.0.ebuild 5 Mar 2013 18:34:21 -0000 1.2
23 +++ h323plus-1.25.0.ebuild 6 Mar 2013 01:48:11 -0000 1.3
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.2 2013/03/05 18:34:21 chithanh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/h323plus/h323plus-1.25.0.ebuild,v 1.3 2013/03/06 01:48:11 chithanh Exp $
29
30 EAPI=5
31
32 @@ -13,11 +13,11 @@
33 SRC_URI="mirror://sourceforge/${PN}/${PN}-v${PV//./_}.tar.gz"
34
35 IUSE="aec +audio debug +video"
36 -SLOT="0"
37 +SLOT="0/${PV}"
38 LICENSE="MPL-1.1"
39 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
40
41 -DEPEND=">=net-libs/ptlib-2.6.4
42 +DEPEND=">=net-libs/ptlib-2.6.4:=[wav]
43 aec? ( >=media-libs/speex-1.2_rc1 )
44 audio? (
45 media-sound/gsm
46
47
48
49 1.3 net-libs/h323plus/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/h323plus/ChangeLog?rev=1.3&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/h323plus/ChangeLog?rev=1.3&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/h323plus/ChangeLog?r1=1.2&r2=1.3
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/net-libs/h323plus/ChangeLog,v
58 retrieving revision 1.2
59 retrieving revision 1.3
60 diff -u -r1.2 -r1.3
61 --- ChangeLog 5 Mar 2013 18:34:21 -0000 1.2
62 +++ ChangeLog 6 Mar 2013 01:48:11 -0000 1.3
63 @@ -1,6 +1,10 @@
64 # ChangeLog for net-libs/h323plus
65 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/net-libs/h323plus/ChangeLog,v 1.2 2013/03/05 18:34:21 chithanh Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/net-libs/h323plus/ChangeLog,v 1.3 2013/03/06 01:48:11 chithanh Exp $
68 +
69 + 06 Mar 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
70 + h323plus-1.25.0.ebuild:
71 + Fix dependency on ptlib, bug #460458.
72
73 05 Mar 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
74 +files/h323plus-1.25.0-ptlib-2.10.10.patch, h323plus-1.25.0.ebuild: