Gentoo Archives: gentoo-commits

From: "Mounir Lamouri (volkmar)" <volkmar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-voip/linphone: linphone-3.1.1.ebuild ChangeLog linphone-3.1.0.ebuild
Date: Wed, 29 Apr 2009 17:11:46
Message-Id: E1LzDJv-0005W0-JY@stork.gentoo.org
1 volkmar 09/04/29 17:11:43
2
3 Modified: linphone-3.1.1.ebuild ChangeLog
4 linphone-3.1.0.ebuild
5 Log:
6 fix mistake in DEPEND, inverted pkgconfig and gettext
7 (Portage version: 2.1.6.11/cvs/Linux ppc)
8
9 Revision Changes Path
10 1.2 net-voip/linphone/linphone-3.1.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-3.1.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-3.1.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-3.1.1.ebuild?r1=1.1&r2=1.2
15
16 Index: linphone-3.1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.1.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- linphone-3.1.1.ebuild 27 Apr 2009 18:05:17 -0000 1.1
23 +++ linphone-3.1.1.ebuild 29 Apr 2009 17:11:43 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.1.1.ebuild,v 1.1 2009/04/27 18:05:17 volkmar Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.1.1.ebuild,v 1.2 2009/04/29 17:11:43 volkmar Exp $
29
30 EAPI="2"
31
32 @@ -25,10 +25,10 @@
33 ncurses? ( sys-libs/readline
34 sys-libs/ncurses )"
35 DEPEND="${RDEPEND}
36 - sys-devel/gettext
37 + dev-util/pkgconfig
38 doc? ( app-text/sgmltools-lite )
39 nls? ( dev-util/intltool
40 - dev-util/pkgconfig )"
41 + sys-devel/gettext )"
42
43 IUSE_LINGUAS="fr it de ja es pl cs nl sv pt_BR hu ru"
44
45
46
47
48 1.30 net-voip/linphone/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.30&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.30&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?r1=1.29&r2=1.30
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v
57 retrieving revision 1.29
58 retrieving revision 1.30
59 diff -u -r1.29 -r1.30
60 --- ChangeLog 28 Apr 2009 12:14:35 -0000 1.29
61 +++ ChangeLog 29 Apr 2009 17:11:43 -0000 1.30
62 @@ -1,6 +1,10 @@
63 # ChangeLog for net-voip/linphone
64 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.29 2009/04/28 12:14:35 volkmar Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.30 2009/04/29 17:11:43 volkmar Exp $
67 +
68 + 29 Apr 2009; Mounir Lamouri <volkmar@g.o> linphone-3.1.0.ebuild,
69 + linphone-3.1.1.ebuild:
70 + Fix mistake in DEPEND, inverted pkgconfig and gettext.
71
72 28 Apr 2009; Mounir Lamouri <volkmar@g.o> linphone-3.0.0.ebuild:
73 ppc stable, bug 267386
74
75
76
77 1.2 net-voip/linphone/linphone-3.1.0.ebuild
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-3.1.0.ebuild?rev=1.2&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-3.1.0.ebuild?rev=1.2&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-3.1.0.ebuild?r1=1.1&r2=1.2
82
83 Index: linphone-3.1.0.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.1.0.ebuild,v
86 retrieving revision 1.1
87 retrieving revision 1.2
88 diff -u -r1.1 -r1.2
89 --- linphone-3.1.0.ebuild 26 Apr 2009 02:48:20 -0000 1.1
90 +++ linphone-3.1.0.ebuild 29 Apr 2009 17:11:43 -0000 1.2
91 @@ -1,6 +1,6 @@
92 # Copyright 1999-2009 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.1.0.ebuild,v 1.1 2009/04/26 02:48:20 volkmar Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.1.0.ebuild,v 1.2 2009/04/29 17:11:43 volkmar Exp $
96
97 EAPI="2"
98
99 @@ -25,10 +25,11 @@
100 ncurses? ( sys-libs/readline
101 sys-libs/ncurses )"
102 DEPEND="${RDEPEND}
103 + dev-util/pkgconfig
104 sys-devel/gettext
105 doc? ( app-text/sgmltools-lite )
106 nls? ( dev-util/intltool
107 - dev-util/pkgconfig )"
108 + sys-devel/gettext )"
109
110 IUSE_LINGUAS="fr it de ja es pl cs nl sv pt_BR hu ru"