Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/jpilot: ChangeLog jpilot-1.8.0.ebuild
Date: Sat, 21 Aug 2010 11:55:13
Message-Id: 20100821115508.901EF2004C@flycatcher.gentoo.org
1 ssuominen 10/08/21 11:55:08
2
3 Modified: ChangeLog jpilot-1.8.0.ebuild
4 Log:
5 Rename .pdb file with bad char.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.40 app-pda/jpilot/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/jpilot/ChangeLog?rev=1.40&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/jpilot/ChangeLog?rev=1.40&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/jpilot/ChangeLog?r1=1.39&r2=1.40
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-pda/jpilot/ChangeLog,v
18 retrieving revision 1.39
19 retrieving revision 1.40
20 diff -u -r1.39 -r1.40
21 --- ChangeLog 1 Aug 2010 14:22:02 -0000 1.39
22 +++ ChangeLog 21 Aug 2010 11:55:08 -0000 1.40
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-pda/jpilot
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/ChangeLog,v 1.39 2010/08/01 14:22:02 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/ChangeLog,v 1.40 2010/08/21 11:55:08 ssuominen Exp $
28 +
29 + 21 Aug 2010; Samuli Suominen <ssuominen@g.o> jpilot-1.8.0.ebuild,
30 + +files/jpilot-1.8.0-char.patch:
31 + Rename .pdb file with bad char.
32
33 01 Aug 2010; Samuli Suominen <ssuominen@g.o> jpilot-1.8.0.ebuild:
34 Fix testsuite wrt #330709 by Diego E. Pettenò.
35
36
37
38 1.3 app-pda/jpilot/jpilot-1.8.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/jpilot/jpilot-1.8.0.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/jpilot/jpilot-1.8.0.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/jpilot/jpilot-1.8.0.ebuild?r1=1.2&r2=1.3
43
44 Index: jpilot-1.8.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-1.8.0.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- jpilot-1.8.0.ebuild 1 Aug 2010 14:22:02 -0000 1.2
51 +++ jpilot-1.8.0.ebuild 21 Aug 2010 11:55:08 -0000 1.3
52 @@ -1,8 +1,9 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-1.8.0.ebuild,v 1.2 2010/08/01 14:22:02 ssuominen Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-1.8.0.ebuild,v 1.3 2010/08/21 11:55:08 ssuominen Exp $
57
58 EAPI=2
59 +inherit autotools eutils
60
61 DESCRIPTION="Desktop Organizer Software for the Palm Pilot"
62 HOMEPAGE="http://www.jpilot.org/"
63 @@ -22,11 +23,16 @@
64 dev-util/pkgconfig"
65
66 src_prepare() {
67 + epatch "${FILESDIR}"/${P}-char.patch
68 + mv -vf empty/Ma*anaDB.pdb empty/MananaDB.pdb || die
69 +
70 sed -i \
71 -e '/^Icon/s:jpilot.xpm:/usr/share/pixmaps/jpilot/jpilot-icon1.xpm:' \
72 jpilot.desktop || die
73
74 echo calendar.c > po/POTFILES.skip
75 +
76 + eautoreconf
77 }
78
79 src_configure() {