Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/mailutils: mailutils-2.2.ebuild ChangeLog
Date: Fri, 29 Jul 2011 18:50:28
Message-Id: 20110729185017.5B8782004B@flycatcher.gentoo.org
1 grobian 11/07/29 18:50:17
2
3 Modified: mailutils-2.2.ebuild ChangeLog
4 Log:
5 Marked ~*-macos
6
7 (Portage version: 2.2.01.19011-prefix/cvs/Darwin powerpc)
8
9 Revision Changes Path
10 1.5 net-mail/mailutils/mailutils-2.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailutils/mailutils-2.2.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailutils/mailutils-2.2.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailutils/mailutils-2.2.ebuild?r1=1.4&r2=1.5
15
16 Index: mailutils-2.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/mailutils/mailutils-2.2.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- mailutils-2.2.ebuild 14 Jun 2011 19:33:02 -0000 1.4
23 +++ mailutils-2.2.ebuild 29 Jul 2011 18:50:17 -0000 1.5
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailutils/mailutils-2.2.ebuild,v 1.4 2011/06/14 19:33:02 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailutils/mailutils-2.2.ebuild,v 1.5 2011/07/29 18:50:17 grobian Exp $
29
30 -EAPI="2"
31 +EAPI="3"
32
33 -inherit eutils flag-o-matic python
34 +inherit eutils flag-o-matic libtool python
35
36 DESCRIPTION="A useful collection of mail servers, clients, and filters."
37 HOMEPAGE="http://www.gnu.org/software/mailutils/mailutils.html"
38 @@ -12,7 +12,7 @@
39 LICENSE="GPL-2 LGPL-2.1"
40 SLOT="0"
41
42 -KEYWORDS="~alpha amd64 ~hppa ~ppc ~sparc x86"
43 +KEYWORDS="~alpha amd64 ~hppa ~ppc ~sparc x86 ~ppc-macos ~x64-macos ~x86-macos"
44 IUSE="bidi gdbm guile ldap mysql nls pam postgres python test tokyocabinet"
45
46 RDEPEND="!mail-client/nmh
47 @@ -34,13 +34,14 @@
48
49 src_prepare() {
50 epatch "${FILESDIR}"/${PN}-2.1-python.patch
51 + elibtoolize # for Darwin bundles
52 }
53
54 src_configure() {
55 # TODO: Fix this breakage, starting in examples/cpp/
56 append-ldflags $(no-as-needed)
57
58 - local myconf="--localstatedir=/var --sharedstatedir=/var"
59 + local myconf="--localstatedir=${EPREFIX}/var --sharedstatedir=${EPREFIX}/var"
60 myconf="${myconf} --enable-mh"
61
62 # We need sendmail or compiling will fail
63
64
65
66 1.49 net-mail/mailutils/ChangeLog
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailutils/ChangeLog?rev=1.49&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailutils/ChangeLog?rev=1.49&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailutils/ChangeLog?r1=1.48&r2=1.49
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/net-mail/mailutils/ChangeLog,v
75 retrieving revision 1.48
76 retrieving revision 1.49
77 diff -u -r1.48 -r1.49
78 --- ChangeLog 14 Jun 2011 19:33:02 -0000 1.48
79 +++ ChangeLog 29 Jul 2011 18:50:17 -0000 1.49
80 @@ -1,6 +1,9 @@
81 # ChangeLog for net-mail/mailutils
82 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailutils/ChangeLog,v 1.48 2011/06/14 19:33:02 maekke Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailutils/ChangeLog,v 1.49 2011/07/29 18:50:17 grobian Exp $
85 +
86 + 29 Jul 2011; Fabian Groffen <grobian@g.o> mailutils-2.2.ebuild:
87 + Marked ~*-macos
88
89 14 Jun 2011; Markus Meier <maekke@g.o> mailutils-2.2.ebuild:
90 x86 stable, bug #370319