Gentoo Archives: gentoo-commits

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