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-3.1.2.ebuild
Date: Thu, 03 Nov 2011 07:40:48
Message-Id: 20111103074036.73CAD2004B@flycatcher.gentoo.org
1 hattya 11/11/03 07:40:36
2
3 Modified: ChangeLog
4 Added: sylpheed-3.1.2.ebuild
5 Log:
6 new upstream release. fixes bug #382229.
7
8 (Portage version: 2.1.10.11/cvs/Linux i686)
9
10 Revision Changes Path
11 1.295 mail-client/sylpheed/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.295&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.295&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/sylpheed/ChangeLog?r1=1.294&r2=1.295
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v
20 retrieving revision 1.294
21 retrieving revision 1.295
22 diff -u -r1.294 -r1.295
23 --- ChangeLog 3 Nov 2011 07:07:23 -0000 1.294
24 +++ ChangeLog 3 Nov 2011 07:40:36 -0000 1.295
25 @@ -1,6 +1,11 @@
26 # ChangeLog for mail-client/sylpheed
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.294 2011/11/03 07:07:23 hattya Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.295 2011/11/03 07:40:36 hattya Exp $
30 +
31 +*sylpheed-3.1.2 (03 Nov 2011)
32 +
33 + 03 Nov 2011; Akinori Hattori <hattya@g.o> +sylpheed-3.1.2.ebuild:
34 + new upstream release. fixes bug #382229.
35
36 03 Nov 2011; Akinori Hattori <hattya@g.o> sylpheed-3.1.1.ebuild:
37 remove dev-libs/dbus-glib from (R)DEPEND.
38
39
40
41 1.1 mail-client/sylpheed/sylpheed-3.1.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/sylpheed/sylpheed-3.1.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/sylpheed/sylpheed-3.1.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: sylpheed-3.1.2.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-3.1.2.ebuild,v 1.1 2011/11/03 07:40:36 hattya Exp $
51
52 EAPI="4"
53
54 inherit eutils
55
56 DESCRIPTION="A lightweight email client and newsreader"
57 HOMEPAGE="http://sylpheed.sraoss.jp/"
58 SRC_URI="http://sylpheed.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2"
59
60 LICENSE="GPL-2 LGPL-2.1"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
63 IUSE="crypt ipv6 ldap nls oniguruma pda spell ssl xface"
64
65 CDEPEND="x11-libs/gtk+:2
66 nls? ( sys-devel/gettext )
67 crypt? ( app-crypt/gpgme )
68 ldap? ( net-nds/openldap )
69 oniguruma? ( dev-libs/oniguruma )
70 pda? ( app-pda/jpilot )
71 spell? ( app-text/gtkspell:2 )
72 ssl? ( dev-libs/openssl )"
73 RDEPEND="${CDEPEND}
74 app-misc/mime-types
75 net-misc/curl"
76 DEPEND="${CDEPEND}
77 dev-util/pkgconfig
78 xface? ( media-libs/compface )"
79
80 src_configure() {
81 local htmldir=/usr/share/doc/${PF}/html
82 econf \
83 $(use_enable crypt gpgme) \
84 $(use_enable ipv6) \
85 $(use_enable ldap) \
86 $(use_enable oniguruma) \
87 $(use_enable pda jpilot) \
88 $(use_enable spell gtkspell) \
89 $(use_enable ssl) \
90 $(use_enable xface compface) \
91 --with-manualdir=${htmldir}/manual \
92 --with-faqdir=${htmldir}/faq \
93 --disable-updatecheck
94 }
95
96 src_install() {
97 emake DESTDIR="${D}" install
98 dodoc AUTHORS ChangeLog* NEWS* README* TODO*
99
100 doicon *.png
101 domenu *.desktop
102 }