Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/nail: nail-12.4.ebuild ChangeLog
Date: Tue, 02 Feb 2010 18:14:24
Message-Id: E1NcNGW-0007nx-7v@stork.gentoo.org
1 jer 10/02/02 18:14:20
2
3 Modified: nail-12.4.ebuild ChangeLog
4 Log:
5 Apply Debian patches. Declare _GNU_SOURCE.
6 (Portage version: 2.2_rc62/cvs/Linux i686)
7
8 Revision Changes Path
9 1.3 mail-client/nail/nail-12.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/nail/nail-12.4.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/nail/nail-12.4.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/nail/nail-12.4.ebuild?r1=1.2&r2=1.3
14
15 Index: nail-12.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-client/nail/nail-12.4.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- nail-12.4.ebuild 2 Feb 2010 18:01:54 -0000 1.2
22 +++ nail-12.4.ebuild 2 Feb 2010 18:14:19 -0000 1.3
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/mail-client/nail/nail-12.4.ebuild,v 1.2 2010/02/02 18:01:54 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/mail-client/nail/nail-12.4.ebuild,v 1.3 2010/02/02 18:14:19 jer Exp $
28
29 EAPI="2"
30
31 @@ -39,6 +39,7 @@
32 }
33
34 src_prepare() {
35 + epatch "${FILESDIR}"/${P}-debian.patch
36 # Do not strip the binary
37 sed -i -e '/STRIP/d' Makefile
38 }
39 @@ -62,6 +63,7 @@
40 tc-export CC
41
42 emake \
43 + CPPFLAGS="${CPPFLAGS} -D_GNU_SOURCE"
44 PREFIX=/usr \
45 MAILSPOOL='/var/spool/mail' \
46 || die "emake failed"
47
48
49
50 1.58 mail-client/nail/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/nail/ChangeLog?rev=1.58&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/nail/ChangeLog?rev=1.58&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/nail/ChangeLog?r1=1.57&r2=1.58
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/mail-client/nail/ChangeLog,v
59 retrieving revision 1.57
60 retrieving revision 1.58
61 diff -u -r1.57 -r1.58
62 --- ChangeLog 2 Feb 2010 18:01:54 -0000 1.57
63 +++ ChangeLog 2 Feb 2010 18:14:19 -0000 1.58
64 @@ -1,6 +1,10 @@
65 # ChangeLog for mail-client/nail
66 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/mail-client/nail/ChangeLog,v 1.57 2010/02/02 18:01:54 jer Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/mail-client/nail/ChangeLog,v 1.58 2010/02/02 18:14:19 jer Exp $
69 +
70 + 02 Feb 2010; Jeroen Roovers <jer@g.o> nail-12.4.ebuild,
71 + +files/nail-12.4-debian.patch:
72 + Apply Debian patches. Declare _GNU_SOURCE.
73
74 02 Feb 2010; Jeroen Roovers <jer@g.o> nail-11.25-r3.ebuild,
75 nail-12.4.ebuild: