Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/courier-imap: courier-imap-4.8.0.ebuild ChangeLog
Date: Thu, 01 Jul 2010 11:51:14
Message-Id: 20100701115112.12A762C621@corvid.gentoo.org
1 voyageur 10/07/01 11:51:11
2
3 Modified: courier-imap-4.8.0.ebuild ChangeLog
4 Log:
5 Drop nls USE flag, --disable-unicode is no longer supported, bug #326335
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 net-mail/courier-imap/courier-imap-4.8.0.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/courier-imap/courier-imap-4.8.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/courier-imap/courier-imap-4.8.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/courier-imap/courier-imap-4.8.0.ebuild?r1=1.1&r2=1.2
14
15 Index: courier-imap-4.8.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-mail/courier-imap/courier-imap-4.8.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- courier-imap-4.8.0.ebuild 28 Jun 2010 22:02:23 -0000 1.1
22 +++ courier-imap-4.8.0.ebuild 1 Jul 2010 11:51:11 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/courier-imap-4.8.0.ebuild,v 1.1 2010/06/28 22:02:23 voyageur Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/courier-imap-4.8.0.ebuild,v 1.2 2010/07/01 11:51:11 voyageur Exp $
28
29 EAPI=2
30 inherit autotools eutils multilib libtool
31 @@ -12,7 +12,7 @@
32 SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
33 LICENSE="GPL-3"
34 SLOT="0"
35 -IUSE="berkdb debug fam gdbm ipv6 nls selinux gnutls trashquota"
36 +IUSE="berkdb debug fam gdbm ipv6 selinux gnutls trashquota"
37
38 RDEPEND="gnutls? ( net-libs/gnutls )
39 !gnutls? ( >=dev-libs/openssl-0.9.6 )
40 @@ -77,19 +77,16 @@
41 myconf="${myconf} --with-db=db"
42 fi
43
44 - # The default character set is ISO-8859-1/US-ASCII.
45 - # USE 'nls' will enable all available character sets.
46 + # Disabling unicode is no longer supported
47 + # By default all available character sets are included
48 # Set ENABLE_UNICODE=iso-8859-1,utf-8,iso-8859-10
49 # to include only specified translation tables.
50 - if use nls && [[ -z "${ENABLE_UNICODE}" ]] ; then
51 + if [[ -z "${ENABLE_UNICODE}" ]] ; then
52 einfo "ENABLE_UNICODE is not set, building with all available character sets"
53 myconf="${myconf} --enable-unicode"
54 - elif use nls ; then
55 + else
56 einfo "ENABLE_UNICODE is set, building with unicode=${ENABLE_UNICODE}"
57 myconf="${myconf} --enable-unicode=${ENABLE_UNICODE}"
58 - else
59 - einfo "Disabling unicode support"
60 - myconf="${myconf} --disable-unicode"
61 fi
62
63 if use trashquota ; then
64
65
66
67 1.186 net-mail/courier-imap/ChangeLog
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/courier-imap/ChangeLog?rev=1.186&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/courier-imap/ChangeLog?rev=1.186&content-type=text/plain
71 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/courier-imap/ChangeLog?r1=1.185&r2=1.186
72
73 Index: ChangeLog
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/net-mail/courier-imap/ChangeLog,v
76 retrieving revision 1.185
77 retrieving revision 1.186
78 diff -u -r1.185 -r1.186
79 --- ChangeLog 28 Jun 2010 22:02:23 -0000 1.185
80 +++ ChangeLog 1 Jul 2010 11:51:11 -0000 1.186
81 @@ -1,6 +1,10 @@
82 # ChangeLog for net-mail/courier-imap
83 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
84 -# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/ChangeLog,v 1.185 2010/06/28 22:02:23 voyageur Exp $
85 +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/ChangeLog,v 1.186 2010/07/01 11:51:11 voyageur Exp $
86 +
87 + 01 Jul 2010; Bernard Cafarelli <voyageur@g.o>
88 + courier-imap-4.8.0.ebuild:
89 + Drop nls USE flag, --disable-unicode is no longer supported, bug #326335
90
91 *courier-imap-4.8.0 (28 Jun 2010)