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-conduits: ChangeLog gnome-pilot-conduits-2.0.17.ebuild gnome-pilot-conduits-2.0.15.ebuild
Date: Mon, 12 Jan 2009 21:54:00
Message-Id: E1LMUjN-0005hC-9c@stork.gentoo.org
1 eva 09/01/12 21:53:57
2
3 Modified: ChangeLog
4 Added: gnome-pilot-conduits-2.0.17.ebuild
5 Removed: gnome-pilot-conduits-2.0.15.ebuild
6 Log:
7 Bump to 2.0.17. 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.33 app-pda/gnome-pilot-conduits/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog?rev=1.33&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog?rev=1.33&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog?r1=1.32&r2=1.33
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog,v
20 retrieving revision 1.32
21 retrieving revision 1.33
22 diff -u -r1.32 -r1.33
23 --- ChangeLog 1 Aug 2008 19:17:50 -0000 1.32
24 +++ ChangeLog 12 Jan 2009 21:53:57 -0000 1.33
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-pda/gnome-pilot-conduits
27 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog,v 1.32 2008/08/01 19:17:50 nixnut Exp $
29 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog,v 1.33 2009/01/12 21:53:57 eva Exp $
31 +
32 +*gnome-pilot-conduits-2.0.17 (12 Jan 2009)
33 +
34 + 12 Jan 2009; Gilles Dartiguelongue <eva@g.o>
35 + -gnome-pilot-conduits-2.0.15.ebuild, +gnome-pilot-conduits-2.0.17.ebuild:
36 + Bump to 2.0.17. Translation updates.
37
38 01 Aug 2008; nixnut <nixnut@g.o>
39 gnome-pilot-conduits-2.0.16.ebuild:
40
41
42
43 1.1 app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.17.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.17.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.17.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gnome-pilot-conduits-2.0.17.ebuild
49 ===================================================================
50 # Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.17.ebuild,v 1.1 2009/01/12 21:53:57 eva Exp $
53
54 inherit gnome2 eutils
55
56 DESCRIPTION="Gnome Pilot Conduits"
57 HOMEPAGE="http://live.gnome.org/GnomePilot"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
62 IUSE=""
63
64 RDEPEND=">=gnome-base/libgnome-2.0
65 >=app-pda/gnome-pilot-${PVR}
66 >=dev-libs/libxml2-2.5"
67 DEPEND="sys-devel/gettext
68 dev-util/pkgconfig
69 ${RDEPEND}"
70
71 G2CONF="${G2CONF} --enable-pilotlinktest"
72 SCROLLKEEPER_UPDATE="0"
73
74 src_unpack() {
75 gnome2_src_unpack
76
77 # fix build failures
78 sed -i "s:pi-md5.h:libpisock/pi-md5.h:g" \
79 mal-conduit/mal/common/AG{Digest,MD5}.c || die "sed failed"
80 }