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: sylpheed-3.2.0.ebuild ChangeLog
Date: Sun, 01 Jul 2012 13:36:22
Message-Id: 20120701133612.7A4742004B@flycatcher.gentoo.org
1 hattya 12/07/01 13:36:12
2
3 Modified: ChangeLog
4 Added: sylpheed-3.2.0.ebuild
5 Log:
6 new upstream release.
7
8 (Portage version: 2.1.10.65/cvs/Linux i686)
9
10 Revision Changes Path
11 1.306 mail-client/sylpheed/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.306&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.306&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/sylpheed/ChangeLog?r1=1.305&r2=1.306
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v
20 retrieving revision 1.305
21 retrieving revision 1.306
22 diff -u -r1.305 -r1.306
23 --- ChangeLog 26 May 2012 08:19:00 -0000 1.305
24 +++ ChangeLog 1 Jul 2012 13:36:12 -0000 1.306
25 @@ -1,6 +1,11 @@
26 # ChangeLog for mail-client/sylpheed
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.305 2012/05/26 08:19:00 hattya Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.306 2012/07/01 13:36:12 hattya Exp $
30 +
31 +*sylpheed-3.2.0 (01 Jul 2012)
32 +
33 + 01 Jul 2012; Akinori Hattori <hattya@g.o> +sylpheed-3.2.0.ebuild:
34 + new upstream release.
35
36 26 May 2012; Akinori Hattori <hattya@g.o> +files/sylpheed-r3033.diff,
37 sylpheed-2.6.0.ebuild, sylpheed-3.1.2.ebuild, sylpheed-3.1.3.ebuild,
38
39
40
41 1.1 mail-client/sylpheed/sylpheed-3.2.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/sylpheed/sylpheed-3.2.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/sylpheed/sylpheed-3.2.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: sylpheed-3.2.0.ebuild
47 ===================================================================
48 # Copyright 1999-2012 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.2.0.ebuild,v 1.1 2012/07/01 13:36:12 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 virtual/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 }