Gentoo Archives: gentoo-commits

From: "Ned Ludd (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/ncompress: ncompress-4.2.4.2.ebuild ChangeLog
Date: Sat, 13 Sep 2008 18:23:59
Message-Id: E1KeZmm-0004fY-6E@stork.gentoo.org
1 solar 08/09/13 18:23:56
2
3 Modified: ncompress-4.2.4.2.ebuild ChangeLog
4 Log:
5 - fix broken cross compile support
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.11 app-arch/ncompress/ncompress-4.2.4.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/ncompress/ncompress-4.2.4.2.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/ncompress/ncompress-4.2.4.2.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/ncompress/ncompress-4.2.4.2.ebuild?r1=1.10&r2=1.11
14
15 Index: ncompress-4.2.4.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-arch/ncompress/ncompress-4.2.4.2.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- ncompress-4.2.4.2.ebuild 11 Dec 2007 08:52:07 -0000 1.10
22 +++ ncompress-4.2.4.2.ebuild 13 Sep 2008 18:23:55 -0000 1.11
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-arch/ncompress/ncompress-4.2.4.2.ebuild,v 1.10 2007/12/11 08:52:07 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-arch/ncompress/ncompress-4.2.4.2.ebuild,v 1.11 2008/09/13 18:23:55 solar Exp $
29
30 inherit toolchain-funcs
31
32 @@ -18,10 +18,12 @@
33 cd "${S}"
34 sed \
35 -e 's:options= :options= $(CFLAGS) -DNOFUNCDEF -DUTIME_H $(LDFLAGS) :' \
36 - -e "s:CC=cc:CC=$(tc-getCC):" \
37 Makefile.def > Makefile
38 }
39 -
40 +src_compile() {
41 + tc-export CC
42 + emake || die "compiled failed"
43 +}
44 src_install() {
45 dobin compress || die
46 dosym compress /usr/bin/uncompress
47
48
49
50 1.40 app-arch/ncompress/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/ncompress/ChangeLog?rev=1.40&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/ncompress/ChangeLog?rev=1.40&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/ncompress/ChangeLog?r1=1.39&r2=1.40
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/app-arch/ncompress/ChangeLog,v
59 retrieving revision 1.39
60 retrieving revision 1.40
61 diff -u -r1.39 -r1.40
62 --- ChangeLog 19 Nov 2007 01:19:59 -0000 1.39
63 +++ ChangeLog 13 Sep 2008 18:23:55 -0000 1.40
64 @@ -1,6 +1,9 @@
65 # ChangeLog for app-arch/ncompress
66 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/app-arch/ncompress/ChangeLog,v 1.39 2007/11/19 01:19:59 kumba Exp $
68 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/app-arch/ncompress/ChangeLog,v 1.40 2008/09/13 18:23:55 solar Exp $
70 +
71 + 13 Sep 2008; <solar@g.o> ncompress-4.2.4.2.ebuild:
72 + - fix broken cross compile support
73
74 19 Nov 2007; Joshua Kinard <kumba@g.o> ncompress-4.2.4.2.ebuild:
75 Stable on mips, per #198597.