Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gpe-base/gpe-contacts: gpe-contacts-0.49.ebuild ChangeLog
Date: Fri, 11 Sep 2009 11:28:17
Message-Id: E1Mm4IX-0007lU-Pv@stork.gentoo.org
1 flameeyes 09/09/11 11:28:13
2
3 Modified: gpe-contacts-0.49.ebuild ChangeLog
4 Log:
5 Change quoting (avoids false positive on tests).
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 gpe-base/gpe-contacts/gpe-contacts-0.49.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/gpe-contacts/gpe-contacts-0.49.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/gpe-contacts/gpe-contacts-0.49.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/gpe-contacts/gpe-contacts-0.49.ebuild?r1=1.1&r2=1.2
14
15 Index: gpe-contacts-0.49.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/gpe-base/gpe-contacts/gpe-contacts-0.49.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gpe-contacts-0.49.ebuild 15 Jul 2009 02:22:08 -0000 1.1
22 +++ gpe-contacts-0.49.ebuild 11 Sep 2009 11:28:13 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/gpe-base/gpe-contacts/gpe-contacts-0.49.ebuild,v 1.1 2009/07/15 02:22:08 miknix Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/gpe-base/gpe-contacts/gpe-contacts-0.49.ebuild,v 1.2 2009/09/11 11:28:13 flameeyes Exp $
28
29 GPE_TARBALL_SUFFIX="bz2"
30 inherit gpe autotools
31 @@ -15,7 +15,7 @@
32 GPE_DOCS="ChangeLog"
33 GPECONF="${GPECONF} $(use_enable dbus)"
34
35 -RDEPEND=${RDEPEND}"
36 +RDEPEND="${RDEPEND}
37 gpe-base/libgpewidget
38 gpe-base/libgpevtype
39 gpe-base/libgpepimc
40
41
42
43 1.2 gpe-base/gpe-contacts/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/gpe-contacts/ChangeLog?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/gpe-contacts/ChangeLog?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/gpe-contacts/ChangeLog?r1=1.1&r2=1.2
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/gpe-base/gpe-contacts/ChangeLog,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- ChangeLog 15 Jul 2009 02:22:08 -0000 1.1
56 +++ ChangeLog 11 Sep 2009 11:28:13 -0000 1.2
57 @@ -1,6 +1,10 @@
58 # ChangeLog for gpe-base/gpe-contacts
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/gpe-base/gpe-contacts/ChangeLog,v 1.1 2009/07/15 02:22:08 miknix Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/gpe-base/gpe-contacts/ChangeLog,v 1.2 2009/09/11 11:28:13 flameeyes Exp $
62 +
63 + 11 Sep 2009; Diego E. Pettenò <flameeyes@g.o>
64 + gpe-contacts-0.49.ebuild:
65 + Change quoting (avoids false positive on tests).
66
67 *gpe-contacts-0.49 (15 Jul 2009)