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-arch/unzip: unzip-6.0-r1.ebuild
Date: Mon, 24 Aug 2009 06:30:52
Message-Id: E1MfT4s-0004dc-9J@stork.gentoo.org
1 vapier 09/08/24 06:30:50
2
3 Modified: unzip-6.0-r1.ebuild
4 Log:
5 let the package handle LFS itself rather than forcing it via flag-o-matic #281473
6 (Portage version: 2.2_rc38/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 app-arch/unzip/unzip-6.0-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unzip/unzip-6.0-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unzip/unzip-6.0-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unzip/unzip-6.0-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: unzip-6.0-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-6.0-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- unzip-6.0-r1.ebuild 16 Aug 2009 18:15:45 -0000 1.1
22 +++ unzip-6.0-r1.ebuild 24 Aug 2009 06:30:50 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-6.0-r1.ebuild,v 1.1 2009/08/16 18:15:45 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-6.0-r1.ebuild,v 1.2 2009/08/24 06:30:50 vapier Exp $
28
29 inherit eutils toolchain-funcs flag-o-matic
30
31 @@ -55,7 +55,6 @@
32 [[ ${CHOST} == *linux* ]] && append-cppflags -DNO_LCHMOD
33 use bzip2 && append-cppflags -DUSE_BZIP2
34 use unicode && append-cppflags -DUNICODE_SUPPORT -DUNICODE_WCHAR -DUTF8_MAYBE_NATIVE
35 - append-lfs-flags #104315
36 append-cppflags -DLARGE_FILE_SUPPORT #281473
37
38 emake \