Gentoo Archives: gentoo-commits

From: "Santiago M. Mola (coldwind)" <coldwind@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/tapiocad: tapiocad-0.3.9.ebuild ChangeLog
Date: Sat, 12 Jan 2008 17:17:31
Message-Id: E1JDjz6-0000mK-Of@stork.gentoo.org
1 coldwind 08/01/12 17:17:28
2
3 Modified: tapiocad-0.3.9.ebuild ChangeLog
4 Log:
5 Add pkgconfig to DEPEND, #205484. Quoting fixed.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.7 net-im/tapiocad/tapiocad-0.3.9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/tapiocad/tapiocad-0.3.9.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/tapiocad/tapiocad-0.3.9.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/tapiocad/tapiocad-0.3.9.ebuild?r1=1.6&r2=1.7
14
15 Index: tapiocad-0.3.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-im/tapiocad/tapiocad-0.3.9.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- tapiocad-0.3.9.ebuild 2 Aug 2007 06:31:04 -0000 1.6
22 +++ tapiocad-0.3.9.ebuild 12 Jan 2008 17:17:28 -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-im/tapiocad/tapiocad-0.3.9.ebuild,v 1.6 2007/08/02 06:31:04 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-im/tapiocad/tapiocad-0.3.9.ebuild,v 1.7 2008/01/12 17:17:28 coldwind Exp $
29
30 DESCRIPTION="Tapioca framework for VOIP and IM"
31 HOMEPAGE="http://tapioca-voip.sf.net"
32 @@ -11,13 +11,14 @@
33 KEYWORDS="~amd64 ~x86"
34 IUSE=""
35
36 -DEPEND=">=dev-libs/glib-2
37 +RDEPEND=">=dev-libs/glib-2
38 >=dev-libs/dbus-glib-0.71"
39
40 -RDEPEND="${DEPEND}"
41 +DEPEND="${RDEPEND}
42 + dev-util/pkgconfig"
43
44 S="${WORKDIR}/tapioca-${PV}"
45
46 src_install() {
47 - make DESTDIR=${D} install || die "make install failed"
48 + make DESTDIR="${D}" install || die "make install failed"
49 }
50
51
52
53 1.7 net-im/tapiocad/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/tapiocad/ChangeLog?rev=1.7&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/tapiocad/ChangeLog?rev=1.7&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/tapiocad/ChangeLog?r1=1.6&r2=1.7
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/net-im/tapiocad/ChangeLog,v
62 retrieving revision 1.6
63 retrieving revision 1.7
64 diff -u -r1.6 -r1.7
65 --- ChangeLog 2 Aug 2007 06:31:04 -0000 1.6
66 +++ ChangeLog 12 Jan 2008 17:17:28 -0000 1.7
67 @@ -1,6 +1,9 @@
68 # ChangeLog for net-im/tapiocad
69 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-im/tapiocad/ChangeLog,v 1.6 2007/08/02 06:31:04 mr_bones_ Exp $
71 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
72 +# $Header: /var/cvsroot/gentoo-x86/net-im/tapiocad/ChangeLog,v 1.7 2008/01/12 17:17:28 coldwind Exp $
73 +
74 + 12 Jan 2008; Santiago M. Mola <coldwind@g.o> tapiocad-0.3.9.ebuild:
75 + Add pkgconfig to DEPEND, #205484. Quoting fixed.
76
77 02 Aug 2007; Michael Sterrett <mr_bones_@g.o>
78 tapiocad-0.3.9.ebuild:
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list