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-6.9-r1.ebuild ChangeLog
Date: Sat, 23 Feb 2008 04:15:53
Message-Id: E1JSlni-00022J-Jb@stork.gentoo.org
1 vapier 08/02/23 04:15:50
2
3 Modified: coreutils-6.9-r1.ebuild ChangeLog
4 Log:
5 Fix build error on some systems #206841 by Markus Duft.
6 (Portage version: 2.2_pre2)
7
8 Revision Changes Path
9 1.19 sys-apps/coreutils/coreutils-6.9-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-6.9-r1.ebuild?rev=1.19&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-6.9-r1.ebuild?rev=1.19&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-6.9-r1.ebuild?r1=1.18&r2=1.19
14
15 Index: coreutils-6.9-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.9-r1.ebuild,v
18 retrieving revision 1.18
19 retrieving revision 1.19
20 diff -u -r1.18 -r1.19
21 --- coreutils-6.9-r1.ebuild 15 Sep 2007 02:31:17 -0000 1.18
22 +++ coreutils-6.9-r1.ebuild 23 Feb 2008 04:15:50 -0000 1.19
23 @@ -1,10 +1,10 @@
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/sys-apps/coreutils/coreutils-6.9-r1.ebuild,v 1.18 2007/09/15 02:31:17 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.9-r1.ebuild,v 1.19 2008/02/23 04:15:50 vapier Exp $
29
30 inherit eutils flag-o-matic toolchain-funcs autotools
31
32 -PATCH_VER="1.2"
33 +PATCH_VER="1.3"
34 DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls...), text utilities (sort, tr, head, wc..), and shell utilities (whoami, who,...)"
35 HOMEPAGE="http://www.gnu.org/software/coreutils/"
36 SRC_URI="ftp://alpha.gnu.org/gnu/coreutils/${P}.tar.bz2
37
38
39
40 1.219 sys-apps/coreutils/ChangeLog
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.219&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.219&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.218&r2=1.219
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v
49 retrieving revision 1.218
50 retrieving revision 1.219
51 diff -u -r1.218 -r1.219
52 --- ChangeLog 23 Jan 2008 04:41:05 -0000 1.218
53 +++ ChangeLog 23 Feb 2008 04:15:50 -0000 1.219
54 @@ -1,6 +1,9 @@
55 # ChangeLog for sys-apps/coreutils
56 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.218 2008/01/23 04:41:05 vapier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.219 2008/02/23 04:15:50 vapier Exp $
59 +
60 + 23 Feb 2008; Mike Frysinger <vapier@g.o> coreutils-6.9-r1.ebuild:
61 + Fix build error on some systems #206841 by Markus Duft.
62
63 *coreutils-6.10-r1 (23 Jan 2008)
64
65
66
67
68 --
69 gentoo-commits@l.g.o mailing list