Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/jpilot: jpilot-0.99.9.ebuild ChangeLog
Date: Sun, 10 Feb 2008 13:01:44
Message-Id: E1JOBoS-0008SZ-La@stork.gentoo.org
1 philantrop 08/02/10 13:01:40
2
3 Modified: jpilot-0.99.9.ebuild ChangeLog
4 Log:
5 Added a dependency on pkg-config. Fixes bug 206007. Marked stable on amd64 as per bug 209068.
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.2 app-pda/jpilot/jpilot-0.99.9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/jpilot/jpilot-0.99.9.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/jpilot/jpilot-0.99.9.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/jpilot/jpilot-0.99.9.ebuild?r1=1.1&r2=1.2
14
15 Index: jpilot-0.99.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-0.99.9.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- jpilot-0.99.9.ebuild 17 Sep 2007 05:38:36 -0000 1.1
22 +++ jpilot-0.99.9.ebuild 10 Feb 2008 13:01:40 -0000 1.2
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/app-pda/jpilot/jpilot-0.99.9.ebuild,v 1.1 2007/09/17 05:38:36 philantrop Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-0.99.9.ebuild,v 1.2 2008/02/10 13:01:40 philantrop Exp $
29
30 inherit eutils multilib
31
32 @@ -10,13 +10,14 @@
33
34 LICENSE="GPL-2"
35 SLOT="0"
36 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
37 +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86"
38 IUSE="nls"
39
40 DEPEND=">=app-pda/pilot-link-0.11.8
41 >=x11-libs/gtk+-2.6.10-r1
42 nls? ( sys-devel/gettext )
43 - >=dev-perl/XML-Parser-2.34"
44 + >=dev-perl/XML-Parser-2.34
45 + >=dev-util/pkgconfig-0.22"
46 RDEPEND="${DEPEND}"
47
48 src_unpack() {
49 @@ -42,7 +43,7 @@
50 icondir=/usr/share/pixmaps \
51 desktopdir=/usr/share/applications || die "install failed"
52
53 - dodoc ABOUT-NLS AUTHORS BUGS ChangeLog INSTALL NEWS README TODO || die "installing docs failed"
54 + dodoc AUTHORS BUGS ChangeLog INSTALL NEWS README TODO || die "installing docs failed"
55 doman docs/*.1
56
57 dodir /usr/share/${PN}
58
59
60
61 1.33 app-pda/jpilot/ChangeLog
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/jpilot/ChangeLog?rev=1.33&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/jpilot/ChangeLog?rev=1.33&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/jpilot/ChangeLog?r1=1.32&r2=1.33
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/app-pda/jpilot/ChangeLog,v
70 retrieving revision 1.32
71 retrieving revision 1.33
72 diff -u -r1.32 -r1.33
73 --- ChangeLog 17 Sep 2007 05:38:36 -0000 1.32
74 +++ ChangeLog 10 Feb 2008 13:01:40 -0000 1.33
75 @@ -1,6 +1,10 @@
76 # ChangeLog for app-pda/jpilot
77 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/ChangeLog,v 1.32 2007/09/17 05:38:36 philantrop Exp $
79 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
80 +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/ChangeLog,v 1.33 2008/02/10 13:01:40 philantrop Exp $
81 +
82 + 10 Feb 2008; Wulf C. Krueger <philantrop@g.o> jpilot-0.99.9.ebuild:
83 + Added a dependency on pkg-config. Fixes bug 206007. Marked stable on amd64
84 + as per bug 209068.
85
86 *jpilot-0.99.9 (17 Sep 2007)
87
88
89
90
91 --
92 gentoo-commits@l.g.o mailing list