Gentoo Archives: gentoo-commits

From: "Romain Perier (mrpouet)" <mrpouet@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/gnome-pilot: gnome-pilot-2.0.17-r1.ebuild ChangeLog
Date: Sun, 23 Aug 2009 10:53:19
Message-Id: E1MfAhJ-00081H-N6@stork.gentoo.org
1 mrpouet 09/08/23 10:53:17
2
3 Modified: ChangeLog
4 Added: gnome-pilot-2.0.17-r1.ebuild
5 Log:
6 Fix bug #282354, applet did not appear into panel due to missing call to gnome_program_init(). Patch import from upstream bug #584894
7 (Portage version: 2.2_rc39/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.56 app-pda/gnome-pilot/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.56&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.56&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/ChangeLog?r1=1.55&r2=1.56
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v
19 retrieving revision 1.55
20 retrieving revision 1.56
21 diff -u -r1.55 -r1.56
22 --- ChangeLog 2 Jun 2009 17:13:08 -0000 1.55
23 +++ ChangeLog 23 Aug 2009 10:53:17 -0000 1.56
24 @@ -1,6 +1,13 @@
25 # ChangeLog for app-pda/gnome-pilot
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.55 2009/06/02 17:13:08 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.56 2009/08/23 10:53:17 mrpouet Exp $
29 +
30 +*gnome-pilot-2.0.17-r1 (23 Aug 2009)
31 +
32 + 23 Aug 2009; Romain Perier <mrpouet@g.o>
33 + +gnome-pilot-2.0.17-r1.ebuild, +files/gnome-pilot-2.0.17-invisible-applet.patch:
34 + Fix bug #282354, applet did not appear into panel due to missing call to
35 + gnome_program_init(). Patch import from upstream bug #584894.
36
37 02 Jun 2009; Raúl Porcel <armin76@g.o> gnome-pilot-2.0.17.ebuild:
38 sparc stable wrt #266662
39
40
41
42 1.1 app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnome-pilot-2.0.17-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild,v 1.1 2009/08/23 10:53:17 mrpouet Exp $
52
53 inherit gnome2 eutils autotools
54
55 DESCRIPTION="Gnome Palm Pilot and Palm OS Device Syncing Library"
56 HOMEPAGE="http://live.gnome.org/GnomePilot"
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
60 IUSE="hal"
61
62 RDEPEND=">=gnome-base/libgnome-2.0.0
63 >=gnome-base/libgnomeui-2.0.0
64 >=gnome-base/libglade-2.0.0
65 >=gnome-base/orbit-2.6.0
66 >=gnome-base/libbonobo-2.0.0
67 >=gnome-base/gnome-panel-2.0
68 >=gnome-base/gconf-2.0
69 dev-libs/libxml2
70 >=app-pda/pilot-link-0.11.7
71 hal? (
72 dev-libs/dbus-glib
73 >=sys-apps/hal-0.5.4
74 )"
75
76 DEPEND="${RDEPEND}
77 sys-devel/gettext
78 >=dev-util/gob-2.0.5
79 >=dev-lang/perl-5.6.0
80 dev-util/intltool"
81
82 DOCS="AUTHORS COPYING* ChangeLog README NEWS"
83 SCROLLKEEPER_UPDATE="0"
84
85 pkg_setup() {
86 G2CONF="${G2CONF}
87 --enable-usb
88 --enable-network
89 --enable-pilotlinktest
90 $(use_with hal)"
91 }
92
93 src_unpack() {
94 gnome2_src_unpack
95
96 echo "libgpilotdCM/gnome-pilot-conduit-management.c" >> po/POTFILES.in
97
98 # Fix --as-needed
99 epatch "${FILESDIR}/${PN}-2.0.15-as-needed.patch"
100
101 # Fix bug #282354, applet didn't appear into the panel,
102 # due to missing call to gnome_programm_init().
103 # Patch import from upstream bug #584894.
104 epatch "${FILESDIR}/${P}-invisible-applet.patch"
105
106 intltoolize --force --copy --automake || die "intltoolize failed"
107 eautoreconf
108 }
109
110 pkg_postinst() {
111 if ! built_with_use --missing false app-pda/pilot-link bluetooth; then
112 elog "if you want bluetooth support, please rebuild app-pda/pilot-link"
113 elog "echo 'app-pda/pilot-link bluetooth >> /etc/portage/package.use"
114 fi
115 }