Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/wvdial: wvdial-1.60.ebuild ChangeLog
Date: Sat, 12 Jan 2008 21:29:58
Message-Id: E1JDnvO-0002OR-OY@stork.gentoo.org
1 mrness 08/01/12 21:29:54
2
3 Modified: wvdial-1.60.ebuild ChangeLog
4 Log:
5 Add pkg-config to RDEPEND (#205513).
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.7 net-dialup/wvdial/wvdial-1.60.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/wvdial/wvdial-1.60.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/wvdial/wvdial-1.60.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/wvdial/wvdial-1.60.ebuild?r1=1.6&r2=1.7
14
15 Index: wvdial-1.60.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.60.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- wvdial-1.60.ebuild 3 Oct 2007 13:49:06 -0000 1.6
22 +++ wvdial-1.60.ebuild 12 Jan 2008 21:29:54 -0000 1.7
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.60.ebuild,v 1.6 2007/10/03 13:49:06 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.60.ebuild,v 1.7 2008/01/12 21:29:54 mrness Exp $
29
30 inherit eutils
31
32 @@ -13,8 +13,10 @@
33 KEYWORDS="alpha amd64 hppa ppc sparc x86"
34 IUSE=""
35
36 -DEPEND=">=net-libs/wvstreams-4.4"
37 -RDEPEND="${DEPEND}
38 +COMMON_DEPEND=">=net-libs/wvstreams-4.4"
39 +DEPEND="${COMMON_DEPEND}
40 + dev-util/pkgconfig"
41 +RDEPEND="${COMMON_DEPEND}
42 net-dialup/ppp"
43
44 src_unpack() {
45
46
47
48 1.51 net-dialup/wvdial/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/wvdial/ChangeLog?rev=1.51&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/wvdial/ChangeLog?rev=1.51&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/wvdial/ChangeLog?r1=1.50&r2=1.51
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v
57 retrieving revision 1.50
58 retrieving revision 1.51
59 diff -u -r1.50 -r1.51
60 --- ChangeLog 22 Oct 2007 22:48:13 -0000 1.50
61 +++ ChangeLog 12 Jan 2008 21:29:54 -0000 1.51
62 @@ -1,6 +1,9 @@
63 # ChangeLog for net-dialup/wvdial
64 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v 1.50 2007/10/22 22:48:13 mrness Exp $
66 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v 1.51 2008/01/12 21:29:54 mrness Exp $
68 +
69 + 12 Jan 2008; Alin Năstac <mrness@g.o> wvdial-1.60.ebuild:
70 + Add pkg-config to RDEPEND (#205513).
71
72 22 Oct 2007; Alin Năstac <mrness@g.o>
73 -files/wvdial-1.56-destdir.patch, -wvdial-1.56.ebuild:
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list