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-mail: jpilot-mail-0.1.7.ebuild ChangeLog metadata.xml
Date: Wed, 30 Mar 2011 22:49:59
Message-Id: 20110330224950.3463F20054@flycatcher.gentoo.org
1 ssuominen 11/03/30 22:49:50
2
3 Added: jpilot-mail-0.1.7.ebuild ChangeLog metadata.xml
4 Log:
5 move from jpilot-Mail
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-pda/jpilot-mail/jpilot-mail-0.1.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/jpilot-mail/jpilot-mail-0.1.7.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/jpilot-mail/jpilot-mail-0.1.7.ebuild?rev=1.1&content-type=text/plain
14
15 Index: jpilot-mail-0.1.7.ebuild
16 ===================================================================
17 # Copyright 1999-2011 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-mail/jpilot-mail-0.1.7.ebuild,v 1.1 2011/03/30 22:49:50 ssuominen Exp $
20
21 EAPI=2
22 inherit eutils multilib
23
24 MY_PN=jpilot-Mail
25
26 DESCRIPTION="jpilot-Mail is a jpilot plugin to deliver mail from the pilot and upload mail to it."
27 HOMEPAGE="http://ludovic.rousseau.free.fr/softwares/jpilot-Mail/"
28 SRC_URI="http://ludovic.rousseau.free.fr/softwares/${MY_PN}/${MY_PN}-${PV}.tar.gz"
29
30 LICENSE="GPL-2"
31 SLOT="0"
32 KEYWORDS="~amd64 ~x86"
33 IUSE=""
34
35 RDEPEND="x11-libs/gtk+:2
36 >=app-pda/jpilot-0.99.7-r1"
37 DEPEND="${RDEPEND}
38 dev-util/pkgconfig"
39
40 S=${WORKDIR}/${MY_PN}-${PV}
41
42 src_prepare() {
43 epatch "${FILESDIR}"/${P}.patch
44 }
45
46 src_configure() {
47 econf \
48 --enable-gtk2
49 }
50
51 src_compile() {
52 emake -j1 || die
53 }
54
55 src_install() {
56 emake DESTDIR="${D}" \
57 datadir="/usr/share/doc/${PF}/html" \
58 libdir="/usr/$(get_libdir)/jpilot/plugins" \
59 install || die
60
61 dodoc AUTHORS ChangeLog README TODO
62
63 find "${D}" -name '*.la' -exec rm -f {} +
64 }
65
66
67
68 1.1 app-pda/jpilot-mail/ChangeLog
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/jpilot-mail/ChangeLog?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/jpilot-mail/ChangeLog?rev=1.1&content-type=text/plain
72
73 Index: ChangeLog
74 ===================================================================
75 # ChangeLog for app-pda/jpilot-mail
76 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
77 # $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-mail/ChangeLog,v 1.1 2011/03/30 22:49:50 ssuominen Exp $
78
79 24 Mar 2011; Samuli Suominen <ssuominen@g.o> jpilot-mail-0.1.7.ebuild:
80 Use SLOT dependencies for x11-libs/gtk+.
81
82 13 Jul 2010; Samuli Suominen <ssuominen@g.o>
83 jpilot-mail-0.1.7.ebuild:
84 Upstream doc/Makefile.am is using datadir instead of docdir or htmldir for
85 .html manual path wrt #246924 by Diego E. Pettenò.
86
87 *jpilot-mail-0.1.7 (18 Sep 2007)
88
89 18 Sep 2007; Wulf C. Krueger <philantrop@g.o>
90 +files/jpilot-mail-0.1.7.patch, +metadata.xml, +jpilot-mail-0.1.7.ebuild:
91 Initial ebuild based upon bug 86017. Thanks to Serhij S. Stasyuk.
92
93
94
95
96 1.1 app-pda/jpilot-mail/metadata.xml
97
98 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/jpilot-mail/metadata.xml?rev=1.1&view=markup
99 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/jpilot-mail/metadata.xml?rev=1.1&content-type=text/plain
100
101 Index: metadata.xml
102 ===================================================================
103 <?xml version="1.0" encoding="UTF-8"?>
104 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
105 <pkgmetadata>
106 <herd>pda</herd>
107 </pkgmetadata>