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-backup: jpilot-backup-0.60.ebuild ChangeLog
Date: Sat, 21 Aug 2010 12:12:15
Message-Id: 20100821121210.5E15E2004C@flycatcher.gentoo.org
1 ssuominen 10/08/21 12:12:10
2
3 Modified: jpilot-backup-0.60.ebuild ChangeLog
4 Log:
5 Make sure ENABLE_GTK2 is defined to avoid implicit declaration of function gtk_spin_button_set_shadow_type.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 app-pda/jpilot-backup/jpilot-backup-0.60.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/jpilot-backup/jpilot-backup-0.60.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/jpilot-backup/jpilot-backup-0.60.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/jpilot-backup/jpilot-backup-0.60.ebuild?r1=1.1&r2=1.2
14
15 Index: jpilot-backup-0.60.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-pda/jpilot-backup/jpilot-backup-0.60.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- jpilot-backup-0.60.ebuild 13 Jul 2010 13:49:28 -0000 1.1
22 +++ jpilot-backup-0.60.ebuild 21 Aug 2010 12:12:09 -0000 1.2
23 @@ -1,9 +1,9 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-backup/jpilot-backup-0.60.ebuild,v 1.1 2010/07/13 13:49:28 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-backup/jpilot-backup-0.60.ebuild,v 1.2 2010/08/21 12:12:09 ssuominen Exp $
28
29 EAPI=2
30 -inherit multilib
31 +inherit flag-o-matic multilib
32
33 DESCRIPTION="Backup plugin for jpilot"
34 HOMEPAGE="http://www.jlogday.com/code/jpilot-backup/index.html"
35 @@ -22,6 +22,7 @@
36 dev-util/pkgconfig"
37
38 src_configure() {
39 + append-cppflags -DENABLE_GTK2
40 econf \
41 --enable-gtk2
42 }
43
44
45
46 1.16 app-pda/jpilot-backup/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/jpilot-backup/ChangeLog?rev=1.16&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/jpilot-backup/ChangeLog?rev=1.16&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/jpilot-backup/ChangeLog?r1=1.15&r2=1.16
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-pda/jpilot-backup/ChangeLog,v
55 retrieving revision 1.15
56 retrieving revision 1.16
57 diff -u -r1.15 -r1.16
58 --- ChangeLog 13 Jul 2010 13:49:28 -0000 1.15
59 +++ ChangeLog 21 Aug 2010 12:12:09 -0000 1.16
60 @@ -1,6 +1,11 @@
61 # ChangeLog for app-pda/jpilot-backup
62 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-backup/ChangeLog,v 1.15 2010/07/13 13:49:28 ssuominen Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-backup/ChangeLog,v 1.16 2010/08/21 12:12:09 ssuominen Exp $
65 +
66 + 21 Aug 2010; Samuli Suominen <ssuominen@g.o>
67 + jpilot-backup-0.60.ebuild:
68 + Make sure ENABLE_GTK2 is defined to avoid implicit declaration of function
69 + gtk_spin_button_set_shadow_type.
70
71 *jpilot-backup-0.60 (13 Jul 2010)