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: Sun, 01 Aug 2010 15:03:13
Message-Id: 20100801142203.2E26E2CE15@corvid.gentoo.org
1 ssuominen 10/08/01 14:22:03
2
3 Modified: ChangeLog jpilot-1.8.0.ebuild
4 Log:
5 Fix testsuite wrt #330709 by Diego E. Pettenò.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.39 app-pda/jpilot/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/jpilot/ChangeLog?rev=1.39&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/jpilot/ChangeLog?rev=1.39&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/jpilot/ChangeLog?r1=1.38&r2=1.39
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-pda/jpilot/ChangeLog,v
18 retrieving revision 1.38
19 retrieving revision 1.39
20 diff -u -r1.38 -r1.39
21 --- ChangeLog 13 Jul 2010 13:29:07 -0000 1.38
22 +++ ChangeLog 1 Aug 2010 14:22:02 -0000 1.39
23 @@ -1,6 +1,9 @@
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.38 2010/07/13 13:29:07 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/ChangeLog,v 1.39 2010/08/01 14:22:02 ssuominen Exp $
28 +
29 + 01 Aug 2010; Samuli Suominen <ssuominen@g.o> jpilot-1.8.0.ebuild:
30 + Fix testsuite wrt #330709 by Diego E. Pettenò.
31
32 *jpilot-1.8.0 (13 Jul 2010)
33
34
35
36
37 1.2 app-pda/jpilot/jpilot-1.8.0.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/jpilot/jpilot-1.8.0.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/jpilot/jpilot-1.8.0.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/jpilot/jpilot-1.8.0.ebuild?r1=1.1&r2=1.2
42
43 Index: jpilot-1.8.0.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-1.8.0.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- jpilot-1.8.0.ebuild 13 Jul 2010 13:29:07 -0000 1.1
50 +++ jpilot-1.8.0.ebuild 1 Aug 2010 14:22:02 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-1.8.0.ebuild,v 1.1 2010/07/13 13:29:07 ssuominen Exp $
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
57 EAPI=2
58
59 @@ -23,8 +23,10 @@
60
61 src_prepare() {
62 sed -i \
63 - -e "/^Icon/s:jpilot.xpm:/usr/share/pixmaps/jpilot/jpilot-icon1.xpm:" \
64 + -e '/^Icon/s:jpilot.xpm:/usr/share/pixmaps/jpilot/jpilot-icon1.xpm:' \
65 jpilot.desktop || die
66 +
67 + echo calendar.c > po/POTFILES.skip
68 }
69
70 src_configure() {