Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/jpilot: ChangeLog jpilot-0.99.9.ebuild jpilot-0.99.8.ebuild jpilot-0.99.8_pre9.ebuild jpilot-0.99.8-r1.ebuild
Date: Mon, 17 Sep 2007 05:46:19
Message-Id: E1IX9Jd-0000Jf-B2@stork.gentoo.org
1 philantrop 07/09/17 05:38:37
2
3 Modified: ChangeLog
4 Added: jpilot-0.99.9.ebuild
5 Removed: jpilot-0.99.8.ebuild jpilot-0.99.8_pre9.ebuild
6 jpilot-0.99.8-r1.ebuild
7 Log:
8 Version bump to 0.99.9 with several fixes. Removed obsolete versions.
9 Fixes bugs 93471, 128076, 148440 and 160349.
10 Thanks to (in order of appearance) Craig Lawson, Mark Wagner, Serhij S. Stasyuk and Thomas Jost for their contributions!
11 (Portage version: 2.1.3.9)
12
13 Revision Changes Path
14 1.32 app-pda/jpilot/ChangeLog
15
16 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/jpilot/ChangeLog?rev=1.32&view=markup
17 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/jpilot/ChangeLog?rev=1.32&content-type=text/plain
18 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/jpilot/ChangeLog?r1=1.31&r2=1.32
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/app-pda/jpilot/ChangeLog,v
23 retrieving revision 1.31
24 retrieving revision 1.32
25 diff -u -r1.31 -r1.32
26 --- ChangeLog 24 Jan 2007 03:30:21 -0000 1.31
27 +++ ChangeLog 17 Sep 2007 05:38:36 -0000 1.32
28 @@ -1,6 +1,18 @@
29 # ChangeLog for app-pda/jpilot
30 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/ChangeLog,v 1.31 2007/01/24 03:30:21 genone Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/ChangeLog,v 1.32 2007/09/17 05:38:36 philantrop Exp $
33 +
34 +*jpilot-0.99.9 (17 Sep 2007)
35 +
36 + 17 Sep 2007; Wulf C. Krueger <philantrop@g.o>
37 + -files/jpilot-0.99.8-glibc-free.patch, -files/jpilot-0.99.8-glob.patch,
38 + -files/jpilot-0.99.8-memory.patch,
39 + +files/jpilot-0.99.9-keyring-cats.patch, -jpilot-0.99.8_pre9.ebuild,
40 + -jpilot-0.99.8.ebuild, -jpilot-0.99.8-r1.ebuild, +jpilot-0.99.9.ebuild:
41 + Version bump to 0.99.9 with several fixes. Removed obsolete versions. Fixes
42 + bugs 93471, 128076, 148440 and 160349. Thanks to (in order of appearance)
43 + Craig Lawson, Mark Wagner, Serhij S. Stasyuk and Thomas Jost for their
44 + contributions!
45
46 24 Jan 2007; Marius Mauch <genone@g.o> jpilot-0.99.7-r1.ebuild,
47 jpilot-0.99.8_pre9.ebuild, jpilot-0.99.8.ebuild, jpilot-0.99.8-r1.ebuild:
48
49
50
51 1.1 app-pda/jpilot/jpilot-0.99.9.ebuild
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/jpilot/jpilot-0.99.9.ebuild?rev=1.1&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/jpilot/jpilot-0.99.9.ebuild?rev=1.1&content-type=text/plain
55
56 Index: jpilot-0.99.9.ebuild
57 ===================================================================
58 # Copyright 1999-2007 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 # $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-0.99.9.ebuild,v 1.1 2007/09/17 05:38:36 philantrop Exp $
61
62 inherit eutils multilib
63
64 DESCRIPTION="Desktop Organizer Software for the Palm Pilot"
65 HOMEPAGE="http://jpilot.org/"
66 SRC_URI="http://jpilot.org/${P}.tar.gz"
67
68 LICENSE="GPL-2"
69 SLOT="0"
70 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
71 IUSE="nls"
72
73 DEPEND=">=app-pda/pilot-link-0.11.8
74 >=x11-libs/gtk+-2.6.10-r1
75 nls? ( sys-devel/gettext )
76 >=dev-perl/XML-Parser-2.34"
77 RDEPEND="${DEPEND}"
78
79 src_unpack() {
80 unpack ${A}
81 cd "${S}"
82
83 # Fixes bug 93471.
84 epatch "${FILESDIR}/${P}-keyring-cats.patch"
85
86 # There are four icons available. Use the third.
87 sed -i -e 's/jpilot.xpm/jpilot-icon3.xpm/' jpilot.desktop || die "sed'ing the desktop file failed"
88 }
89
90 src_compile() {
91 econf $(use_enable nls) || die "configure failed"
92 emake -j1 || die "make failed"
93 }
94
95 src_install() {
96 make install DESTDIR="${D}" \
97 libdir=/usr/$(get_libdir)/jpilot/plugins \
98 docdir=/usr/share/doc/${PF} \
99 icondir=/usr/share/pixmaps \
100 desktopdir=/usr/share/applications || die "install failed"
101
102 dodoc ABOUT-NLS AUTHORS BUGS ChangeLog INSTALL NEWS README TODO || die "installing docs failed"
103 doman docs/*.1
104
105 dodir /usr/share/${PN}
106 insinto /usr/share/${PN}
107 doins "${S}"/jpilotrc.*
108 }
109
110 pkg_postinst() {
111 elog
112 elog "The jpilot-syncmal plugin has moved to its own ebuild."
113 elog "If you want to use that plugin, please run"
114 elog " emerge jpilot-syncmal"
115 elog
116 elog "There are other plugins available as well. To see the"
117 elog "list, please run"
118 elog " emerge -s jpilot"
119 elog
120 }
121
122
123
124 --
125 gentoo-commits@g.o mailing list