Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/coreutils: ChangeLog coreutils-8.2.ebuild
Date: Tue, 05 Jan 2010 05:02:06
Message-Id: E1NS1YJ-00065m-Ha@stork.gentoo.org
1 vapier 10/01/05 05:01:55
2
3 Modified: ChangeLog coreutils-8.2.ebuild
4 Log:
5 Add tac/-lrt build fix from upstream #298581 by Yuri Vasilevski. Include unicode patch from Fedora via USE=unicode #266866 by Glenn Sommer.
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.282 sys-apps/coreutils/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.282&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.282&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.281&r2=1.282
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v
18 retrieving revision 1.281
19 retrieving revision 1.282
20 diff -u -r1.281 -r1.282
21 --- ChangeLog 11 Dec 2009 20:21:08 -0000 1.281
22 +++ ChangeLog 5 Jan 2010 05:01:55 -0000 1.282
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-apps/coreutils
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.281 2009/12/11 20:21:08 vapier Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.282 2010/01/05 05:01:55 vapier Exp $
29 +
30 + 05 Jan 2010; Mike Frysinger <vapier@g.o> coreutils-8.2.ebuild:
31 + Add tac/-lrt build fix from upstream #298581 by Yuri Vasilevski. Include
32 + unicode patch from Fedora via USE=unicode #266866 by Glenn Sommer.
33
34 *coreutils-8.2 (11 Dec 2009)
35
36
37
38
39 1.2 sys-apps/coreutils/coreutils-8.2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-8.2.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-8.2.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-8.2.ebuild?r1=1.1&r2=1.2
44
45 Index: coreutils-8.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.2.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- coreutils-8.2.ebuild 11 Dec 2009 20:21:08 -0000 1.1
52 +++ coreutils-8.2.ebuild 5 Jan 2010 05:01:55 -0000 1.2
53 @@ -1,10 +1,10 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.2.ebuild,v 1.1 2009/12/11 20:21:08 vapier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.2.ebuild,v 1.2 2010/01/05 05:01:55 vapier Exp $
59
60 inherit eutils flag-o-matic toolchain-funcs
61
62 -PATCH_VER="1"
63 +PATCH_VER="2"
64 DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls...), text utilities (sort, tr, head, wc..), and shell utilities (whoami, who,...)"
65 HOMEPAGE="http://www.gnu.org/software/coreutils/"
66 SRC_URI="ftp://alpha.gnu.org/gnu/coreutils/${P}.tar.gz
67 @@ -16,7 +16,7 @@
68 LICENSE="GPL-3"
69 SLOT="0"
70 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
71 -IUSE="acl caps gmp nls selinux static vanilla xattr"
72 +IUSE="acl caps gmp nls selinux static unicode vanilla xattr"
73
74 RDEPEND="caps? ( sys-libs/libcap )
75 gmp? ( dev-libs/gmp )
76 @@ -40,6 +40,7 @@
77 cd "${S}"
78
79 if ! use vanilla ; then
80 + use unicode || rm -f "${WORKDIR}"/patch/000_all_coreutils-i18n.patch
81 EPATCH_SUFFIX="patch" \
82 PATCHDIR="${WORKDIR}/patch" \
83 EPATCH_EXCLUDE="001_all_coreutils-gen-progress-bar.patch" \