Gentoo Archives: gentoo-commits

From: "Akinori Hattori (hattya)" <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/sylpheed: ChangeLog sylpheed-2.4.8.ebuild
Date: Mon, 04 Feb 2008 16:32:06
Message-Id: E1JM4El-0002Rw-9Q@stork.gentoo.org
1 hattya 08/02/04 16:32:03
2
3 Modified: ChangeLog
4 Added: sylpheed-2.4.8.ebuild
5 Log:
6 new upstream release.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.256 mail-client/sylpheed/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.256&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.256&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?r1=1.255&r2=1.256
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v
19 retrieving revision 1.255
20 retrieving revision 1.256
21 diff -u -r1.255 -r1.256
22 --- ChangeLog 4 Feb 2008 16:26:43 -0000 1.255
23 +++ ChangeLog 4 Feb 2008 16:32:02 -0000 1.256
24 @@ -1,6 +1,11 @@
25 # ChangeLog for mail-client/sylpheed
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.255 2008/02/04 16:26:43 hattya Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.256 2008/02/04 16:32:02 hattya Exp $
29 +
30 +*sylpheed-2.4.8 (04 Feb 2008)
31 +
32 + 04 Feb 2008; Akinori Hattori <hattya@g.o> +sylpheed-2.4.8.ebuild:
33 + new upstream release.
34
35 04 Feb 2008; Akinori Hattori <hattya@g.o> sylpheed-2.4.7.ebuild:
36 fixes bug #205863.
37
38
39
40 1.1 mail-client/sylpheed/sylpheed-2.4.8.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?rev=1.1&content-type=text/plain
44
45 Index: sylpheed-2.4.8.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v 1.1 2008/02/04 16:32:02 hattya Exp $
50
51 inherit autotools eutils
52
53 IUSE="crypt ipv6 ldap nls pda spell ssl xface"
54
55 DESCRIPTION="A lightweight email client and newsreader"
56 HOMEPAGE="http://sylpheed.sraoss.jp/"
57 SRC_URI="http://sylpheed.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2"
58
59 LICENSE="GPL-2 LGPL-2.1"
60 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
61 SLOT="0"
62
63 COMMON_DEPEND=">=x11-libs/gtk+-2.4
64 nls? ( >=sys-devel/gettext-0.12.1 )
65 crypt? ( >=app-crypt/gpgme-0.4.5 )
66 ldap? ( >=net-nds/openldap-2.0.11 )
67 pda? ( app-pda/jpilot )
68 spell? ( app-text/gtkspell )
69 ssl? ( dev-libs/openssl )"
70 DEPEND="${COMMON_DEPEND}
71 dev-util/pkgconfig
72 xface? ( >=media-libs/compface-1.4 )"
73 RDEPEND="${COMMON_DEPEND}
74 app-misc/mime-types
75 x11-misc/shared-mime-info"
76
77 AT_M4DIR="ac"
78
79 src_unpack() {
80
81 unpack ${A}
82 cd "${S}"
83
84 epatch "${FILESDIR}"/${PN}-2.*.diff
85
86 use crypt || cp ac/missing/gpgme.m4 ac
87
88 eautomake
89
90 }
91
92 src_compile() {
93
94 local htmldir=/usr/share/doc/${PF}/html
95
96 econf \
97 $(use_enable crypt gpgme) \
98 $(use_enable ipv6) \
99 $(use_enable ldap) \
100 $(use_enable nls) \
101 $(use_enable pda jpilot) \
102 $(use_enable spell gtkspell) \
103 $(use_enable ssl) \
104 $(use_enable xface compface) \
105 --with-manualdir=${htmldir}/manual \
106 --with-faqdir=${htmldir}/faq \
107 || die
108 emake || die
109
110 }
111
112 src_install() {
113
114 emake DESTDIR="${D}" install || die
115
116 dodoc AUTHORS ChangeLog* NEWS* README* TODO*
117 doicon *.png
118 domenu *.desktop
119
120 }
121
122
123
124 --
125 gentoo-commits@l.g.o mailing list