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-7.2.ebuild
Date: Thu, 02 Apr 2009 01:28:48
Message-Id: E1LpBja-0002f0-3F@stork.gentoo.org
1 vapier 09/04/02 01:28:46
2
3 Modified: ChangeLog coreutils-7.2.ebuild
4 Log:
5 Add fix from upstream for mv/i-3 test failure #264455 by Ryan Hill.
6 (Portage version: 2.2_rc28/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.245 sys-apps/coreutils/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.245&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.245&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.244&r2=1.245
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v
18 retrieving revision 1.244
19 retrieving revision 1.245
20 diff -u -r1.244 -r1.245
21 --- ChangeLog 31 Mar 2009 20:16:24 -0000 1.244
22 +++ ChangeLog 2 Apr 2009 01:28:45 -0000 1.245
23 @@ -1,6 +1,9 @@
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.244 2009/03/31 20:16:24 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.245 2009/04/02 01:28:45 vapier Exp $
28 +
29 + 02 Apr 2009; Mike Frysinger <vapier@g.o> coreutils-7.2.ebuild:
30 + Add fix from upstream for mv/i-3 test failure #264455 by Ryan Hill.
31
32 *coreutils-7.2 (31 Mar 2009)
33
34
35
36
37 1.2 sys-apps/coreutils/coreutils-7.2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.2.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.2.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.2.ebuild?r1=1.1&r2=1.2
42
43 Index: coreutils-7.2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.2.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- coreutils-7.2.ebuild 31 Mar 2009 20:16:24 -0000 1.1
50 +++ coreutils-7.2.ebuild 2 Apr 2009 01:28:45 -0000 1.2
51 @@ -1,10 +1,10 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.2.ebuild,v 1.1 2009/03/31 20:16:24 vapier Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.2.ebuild,v 1.2 2009/04/02 01:28:45 vapier Exp $
56
57 inherit eutils flag-o-matic toolchain-funcs
58
59 -PATCH_VER="1"
60 +PATCH_VER="2"
61 DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls...), text utilities (sort, tr, head, wc..), and shell utilities (whoami, who,...)"
62 HOMEPAGE="http://www.gnu.org/software/coreutils/"
63 SRC_URI="ftp://alpha.gnu.org/gnu/coreutils/${P}.tar.gz