Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/unix2dos: unix2dos-2.2-r1.ebuild ChangeLog
Date: Thu, 11 Sep 2008 03:11:09
Message-Id: E1KdcaI-0003jj-I6@stork.gentoo.org
1 vapier 08/09/11 03:11:06
2
3 Modified: unix2dos-2.2-r1.ebuild ChangeLog
4 Log:
5 Fix missing prototype warnings and use emake to build rather than running CC ourself.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.2 x86_64)
7
8 Revision Changes Path
9 1.9 app-text/unix2dos/unix2dos-2.2-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/unix2dos/unix2dos-2.2-r1.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/unix2dos/unix2dos-2.2-r1.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/unix2dos/unix2dos-2.2-r1.ebuild?r1=1.8&r2=1.9
14
15 Index: unix2dos-2.2-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/unix2dos/unix2dos-2.2-r1.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- unix2dos-2.2-r1.ebuild 11 Dec 2007 09:32:21 -0000 1.8
22 +++ unix2dos-2.2-r1.ebuild 11 Sep 2008 03:11:05 -0000 1.9
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/unix2dos-2.2-r1.ebuild,v 1.8 2007/12/11 09:32:21 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/unix2dos-2.2-r1.ebuild,v 1.9 2008/09/11 03:11:05 vapier Exp $
29
30 inherit eutils toolchain-funcs
31
32 @@ -21,10 +21,11 @@
33 epatch "${FILESDIR}"/${P}-segfault.patch
34 epatch "${FILESDIR}"/${P}-manpage.patch
35 epatch "${FILESDIR}"/${P}-workaround-rename-EXDEV.patch
36 + epatch "${FILESDIR}"/${P}-headers.patch
37 }
38
39 src_compile() {
40 - $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o unix2dos unix2dos.c || die
41 + emake CC="$(tc-getCC)" unix2dos || die
42 }
43
44 src_install() {
45
46
47
48 1.26 app-text/unix2dos/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/unix2dos/ChangeLog?rev=1.26&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/unix2dos/ChangeLog?rev=1.26&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/unix2dos/ChangeLog?r1=1.25&r2=1.26
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/app-text/unix2dos/ChangeLog,v
57 retrieving revision 1.25
58 retrieving revision 1.26
59 diff -u -r1.25 -r1.26
60 --- ChangeLog 6 Nov 2007 17:53:58 -0000 1.25
61 +++ ChangeLog 11 Sep 2008 03:11:05 -0000 1.26
62 @@ -1,6 +1,11 @@
63 # ChangeLog for app-text/unix2dos
64 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/ChangeLog,v 1.25 2007/11/06 17:53:58 corsair Exp $
66 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/ChangeLog,v 1.26 2008/09/11 03:11:05 vapier Exp $
68 +
69 + 11 Sep 2008; Mike Frysinger <vapier@g.o>
70 + +files/unix2dos-2.2-headers.patch, unix2dos-2.2-r1.ebuild:
71 + Fix missing prototype warnings and use emake to build rather than running
72 + CC ourself.
73
74 06 Nov 2007; Markus Rothe <corsair@g.o> unix2dos-2.2-r1.ebuild:
75 Stable on ppc64; bug #197747