Gentoo Archives: gentoo-commits

From: "Eray Aslan (eras)" <eras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/mailutils: mailutils-2.99.97.ebuild ChangeLog
Date: Thu, 28 Feb 2013 11:48:58
Message-Id: 20130228114853.2D0C52171D@flycatcher.gentoo.org
1 eras 13/02/28 11:48:53
2
3 Modified: mailutils-2.99.97.ebuild ChangeLog
4 Log:
5 Fix building with ncurses[tinfo] - bug #459526
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
8
9 Revision Changes Path
10 1.7 net-mail/mailutils/mailutils-2.99.97.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailutils/mailutils-2.99.97.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailutils/mailutils-2.99.97.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailutils/mailutils-2.99.97.ebuild?r1=1.6&r2=1.7
15
16 Index: mailutils-2.99.97.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/mailutils/mailutils-2.99.97.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- mailutils-2.99.97.ebuild 15 Feb 2013 19:06:04 -0000 1.6
23 +++ mailutils-2.99.97.ebuild 28 Feb 2013 11:48:53 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 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.99.97.ebuild,v 1.6 2013/02/15 19:06:04 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailutils/mailutils-2.99.97.ebuild,v 1.7 2013/02/28 11:48:53 eras Exp $
29
30 EAPI=4
31 PYTHON_DEPEND="python? 2"
32 @@ -41,7 +41,8 @@
33 tcpd? ( sys-apps/tcp-wrappers )
34 tokyocabinet? ( dev-db/tokyocabinet )"
35
36 -DEPEND="${RDEPEND}"
37 +DEPEND="${RDEPEND}
38 + virtual/pkgconfig"
39
40 pkg_setup() {
41 if use python; then
42 @@ -60,7 +61,7 @@
43 # maildir is the Gentoo default
44 # but fails tests. So set it in config file instead.
45 #econf MU_DEFAULT_SCHEME=maildir \
46 - econf \
47 + econf CURSES_LIBS="$(pkg-config --libs ncurses)" \
48 $(use_with berkdb berkeley-db) \
49 $(use_with bidi fribidi) \
50 $(use_enable ipv6) \
51
52
53
54 1.63 net-mail/mailutils/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailutils/ChangeLog?rev=1.63&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailutils/ChangeLog?rev=1.63&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mailutils/ChangeLog?r1=1.62&r2=1.63
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/net-mail/mailutils/ChangeLog,v
63 retrieving revision 1.62
64 retrieving revision 1.63
65 diff -u -r1.62 -r1.63
66 --- ChangeLog 16 Feb 2013 08:43:43 -0000 1.62
67 +++ ChangeLog 28 Feb 2013 11:48:53 -0000 1.63
68 @@ -1,6 +1,9 @@
69 # ChangeLog for net-mail/mailutils
70 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailutils/ChangeLog,v 1.62 2013/02/16 08:43:43 eras Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailutils/ChangeLog,v 1.63 2013/02/28 11:48:53 eras Exp $
73 +
74 + 28 Feb 2013; Eray Aslan <eras@g.o> mailutils-2.99.97.ebuild:
75 + Fix building with ncurses[tinfo] - bug #459526
76
77 16 Feb 2013; Eray Aslan <eras@g.o> -files/mail.rc,
78 -files/mailutils-2.1-python.patch, -files/mailutils-2.2-gets.patch,