Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/libpst: ChangeLog libpst-0.6.37.ebuild
Date: Sun, 31 May 2009 23:12:48
Message-Id: E1MAuCs-0005DE-3C@stork.gentoo.org
1 patrick 09/05/31 23:12:46
2
3 Modified: ChangeLog
4 Added: libpst-0.6.37.ebuild
5 Log:
6 Bump to 0.6.37. Thanks to Gilles Dartiguelongue for the modifications. Closes #272008
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.13 net-mail/libpst/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/libpst/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/libpst/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/libpst/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/libpst/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 31 May 2009 22:04:19 -0000 1.12
23 +++ ChangeLog 31 May 2009 23:12:46 -0000 1.13
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-mail/libpst
26 -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/ChangeLog,v 1.12 2009/05/31 22:04:19 ranger Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/ChangeLog,v 1.13 2009/05/31 23:12:46 patrick Exp $
30 +
31 +*libpst-0.6.37 (31 May 2009)
32 +
33 + 31 May 2009; Patrick Lauer <patrick@g.o> +libpst-0.6.37.ebuild:
34 + Bump to 0.6.37. Thanks to Gilles Dartiguelongue for the modifications.
35 + Closes #272008
36
37 31 May 2009; Brent Baude <ranger@g.o> libpst-0.5.3.ebuild:
38 Marking libpst-0.5.3 ~ppc64 for bug 271000
39
40
41
42 1.1 net-mail/libpst/libpst-0.6.37.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/libpst/libpst-0.6.37.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/libpst/libpst-0.6.37.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libpst-0.6.37.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/net-mail/libpst/libpst-0.6.37.ebuild,v 1.1 2009/05/31 23:12:46 patrick Exp $
52
53 EAPI="2"
54
55 inherit eutils toolchain-funcs
56
57 DESCRIPTION="Tools and library for reading Outlook files (.pst format)"
58 HOMEPAGE="http://www.five-ten-sg.com/libpst/"
59 SRC_URI="http://www.five-ten-sg.com/${PN}/packages/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="debug"
65
66 RDEPEND="media-libs/gd[png]
67 media-gfx/imagemagick[png]"
68 DEPEND="${RDEPEND}"
69
70 src_configure() {
71 econf \
72 $(use_enable debug pst-debug) \
73 --enable-libpst-shared
74 }
75
76 src_compile() {
77 emake CC=$(tc-getCC) || die "emake failed"
78 }
79
80 src_install() {
81 emake DESTDIR="${D}" install || die "make install failed"
82 dodoc AUTHORS ChangeLog NEWS TODO || die "dodoc failed"
83 }