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: coreutils-8.4.ebuild ChangeLog
Date: Sat, 08 May 2010 17:36:30
Message-Id: 20100508173627.EAD9C2C3FA@corvid.gentoo.org
1 vapier 10/05/08 17:36:27
2
3 Modified: coreutils-8.4.ebuild ChangeLog
4 Log:
5 Tweak tests in i18n patch #317565 by T Chan.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.8 sys-apps/coreutils/coreutils-8.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-8.4.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-8.4.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-8.4.ebuild?r1=1.7&r2=1.8
14
15 Index: coreutils-8.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.4.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- coreutils-8.4.ebuild 8 Apr 2010 12:51:01 -0000 1.7
22 +++ coreutils-8.4.ebuild 8 May 2010 17:36:27 -0000 1.8
23 @@ -1,10 +1,10 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.4.ebuild,v 1.7 2010/04/08 12:51:01 fauli Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.4.ebuild,v 1.8 2010/05/08 17:36:27 vapier Exp $
28
29 inherit eutils flag-o-matic toolchain-funcs
30
31 -PATCH_VER="1"
32 +PATCH_VER="2"
33 DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls...), text utilities (sort, tr, head, wc..), and shell utilities (whoami, who,...)"
34 HOMEPAGE="http://www.gnu.org/software/coreutils/"
35 SRC_URI="ftp://alpha.gnu.org/gnu/coreutils/${P}.tar.gz
36
37
38
39 1.291 sys-apps/coreutils/ChangeLog
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.291&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.291&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.290&r2=1.291
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v
48 retrieving revision 1.290
49 retrieving revision 1.291
50 diff -u -r1.290 -r1.291
51 --- ChangeLog 24 Apr 2010 02:48:48 -0000 1.290
52 +++ ChangeLog 8 May 2010 17:36:27 -0000 1.291
53 @@ -1,6 +1,9 @@
54 # ChangeLog for sys-apps/coreutils
55 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.290 2010/04/24 02:48:48 vapier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.291 2010/05/08 17:36:27 vapier Exp $
58 +
59 + 08 May 2010; Mike Frysinger <vapier@g.o> coreutils-8.4.ebuild:
60 + Tweak tests in i18n patch #317565 by T Chan.
61
62 *coreutils-8.5 (24 Apr 2010)