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/metamail: metamail-2.7.53.3-r1.ebuild ChangeLog
Date: Thu, 28 Feb 2013 14:08:55
Message-Id: 20130228140851.55C932171D@flycatcher.gentoo.org
1 eras 13/02/28 14:08:51
2
3 Modified: metamail-2.7.53.3-r1.ebuild ChangeLog
4 Log:
5 Fix building with ncurses[tinfo] - bug #459584
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.8 net-mail/metamail/metamail-2.7.53.3-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/metamail/metamail-2.7.53.3-r1.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/metamail/metamail-2.7.53.3-r1.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/metamail/metamail-2.7.53.3-r1.ebuild?r1=1.7&r2=1.8
15
16 Index: metamail-2.7.53.3-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/metamail/metamail-2.7.53.3-r1.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- metamail-2.7.53.3-r1.ebuild 1 Dec 2012 19:37:08 -0000 1.7
23 +++ metamail-2.7.53.3-r1.ebuild 28 Feb 2013 14:08:51 -0000 1.8
24 @@ -1,12 +1,12 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-mail/metamail/metamail-2.7.53.3-r1.ebuild,v 1.7 2012/12/01 19:37:08 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-mail/metamail/metamail-2.7.53.3-r1.ebuild,v 1.8 2013/02/28 14:08:51 eras Exp $
30
31 EAPI=4
32
33 WANT_AUTOCONF="2.5"
34
35 -inherit eutils versionator autotools
36 +inherit autotools eutils toolchain-funcs versionator
37
38 MY_PV=$(get_version_component_range 1-2)
39 DEB_PV=${MY_PV}-$(get_version_component_range 3)
40 @@ -43,6 +43,10 @@
41 sed -i -e '/config.h/a #include <string.h>' \
42 "${S}"/src/metamail/shared.c || die
43
44 + # Fix building with ncurses[tinfo]
45 + sed -i -e "s/-lncurses/$($(tc-getPKG_CONFIG) --libs ncurses)/" \
46 + src/richmail/Makefile.am \
47 + src/metamail/Makefile.am || die
48 eautoreconf
49 chmod +x "${S}"/configure
50 }
51
52
53
54 1.55 net-mail/metamail/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/metamail/ChangeLog?rev=1.55&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/metamail/ChangeLog?rev=1.55&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/metamail/ChangeLog?r1=1.54&r2=1.55
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/net-mail/metamail/ChangeLog,v
63 retrieving revision 1.54
64 retrieving revision 1.55
65 diff -u -r1.54 -r1.55
66 --- ChangeLog 4 Dec 2012 12:11:58 -0000 1.54
67 +++ ChangeLog 28 Feb 2013 14:08:51 -0000 1.55
68 @@ -1,6 +1,9 @@
69 # ChangeLog for net-mail/metamail
70 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/net-mail/metamail/ChangeLog,v 1.54 2012/12/04 12:11:58 eras Exp $
72 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
73 +# $Header: /var/cvsroot/gentoo-x86/net-mail/metamail/ChangeLog,v 1.55 2013/02/28 14:08:51 eras Exp $
74 +
75 + 28 Feb 2013; Eray Aslan <eras@g.o> metamail-2.7.53.3-r1.ebuild:
76 + Fix building with ncurses[tinfo] - bug #459584
77
78 04 Dec 2012; Eray Aslan <eras@g.o> -metamail-2.7.53.3.ebuild:
79 remove old