Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kpilot: ChangeLog kpilot-3.5.7.ebuild
Date: Fri, 21 Sep 2007 23:47:19
Message-Id: E1IYs5b-0000kd-FZ@stork.gentoo.org
1 philantrop 07/09/21 23:39:15
2
3 Modified: ChangeLog kpilot-3.5.7.ebuild
4 Log:
5 Raised pilot-link dependency now that pilot-link-0.12.2 is in the tree and unmasked. cf. bug 163853.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.61 kde-base/kpilot/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kpilot/ChangeLog?rev=1.61&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kpilot/ChangeLog?rev=1.61&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kpilot/ChangeLog?r1=1.60&r2=1.61
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v
18 retrieving revision 1.60
19 retrieving revision 1.61
20 diff -u -r1.60 -r1.61
21 --- ChangeLog 13 Aug 2007 12:24:31 -0000 1.60
22 +++ ChangeLog 21 Sep 2007 23:39:14 -0000 1.61
23 @@ -1,6 +1,10 @@
24 # ChangeLog for kde-base/kpilot
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.60 2007/08/13 12:24:31 gustavoz Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.61 2007/09/21 23:39:14 philantrop Exp $
28 +
29 + 21 Sep 2007; Wulf C. Krueger <philantrop@g.o> kpilot-3.5.7.ebuild:
30 + Raised pilot-link dependency now that pilot-link-0.12.2 is in the tree and
31 + unmasked. cf. bug 163853.
32
33 13 Aug 2007; Gustavo Zacarias <gustavoz@g.o> kpilot-3.5.7.ebuild:
34 Stable on sparc wrt #176297
35
36
37
38 1.3 kde-base/kpilot/kpilot-3.5.7.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kpilot/kpilot-3.5.7.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kpilot/kpilot-3.5.7.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kpilot/kpilot-3.5.7.ebuild?r1=1.2&r2=1.3
43
44 Index: kpilot-3.5.7.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-3.5.7.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- kpilot-3.5.7.ebuild 13 Aug 2007 12:24:31 -0000 1.2
51 +++ kpilot-3.5.7.ebuild 21 Sep 2007 23:39:15 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-3.5.7.ebuild,v 1.2 2007/08/13 12:24:31 gustavoz Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-3.5.7.ebuild,v 1.3 2007/09/21 23:39:15 philantrop Exp $
57
58 KMNAME=kdepim
59 MAXKDEVER=$PV
60 @@ -8,7 +8,7 @@
61 inherit kde-meta eutils
62
63 DESCRIPTION="KPilot - HotSync software for KDE."
64 -KEYWORDS="~amd64 ~ia64 ~ppc sparc ~x86 ~x86-fbsd"
65 +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
66 IUSE=""
67 DEPEND=">=app-pda/pilot-link-0.12.0
68 dev-libs/libmal
69 @@ -18,6 +18,9 @@
70
71 RDEPEND="${DEPEND}"
72
73 +# The tests are broken.
74 +RESTRICT="test"
75 +
76 KMCOPYLIB="
77 libkcal libkcal
78 libkdepim libkdepim
79
80
81
82 --
83 gentoo-commits@g.o mailing list