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.23.ebuild ChangeLog
Date: Thu, 30 Apr 2015 07:03:53
Message-Id: 20150430070346.DCA519AA@oystercatcher.gentoo.org
1 vapier 15/04/30 07:03:46
2
3 Modified: coreutils-8.23.ebuild ChangeLog
4 Log:
5 Add fix from upstream for building w/clang found via Chromium OS.
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.3 sys-apps/coreutils/coreutils-8.23.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.23.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.23.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.23.ebuild?r1=1.2&r2=1.3
15
16 Index: coreutils-8.23.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.23.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- coreutils-8.23.ebuild 21 Mar 2015 12:43:03 -0000 1.2
23 +++ coreutils-8.23.ebuild 30 Apr 2015 07:03:46 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.23.ebuild,v 1.2 2015/03/21 12:43:03 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.23.ebuild,v 1.3 2015/04/30 07:03:46 vapier Exp $
29
30 # To generate the man pages, unpack the upstream tarball and run:
31 # ./configure --enable-install-program=arch,coreutils
32 @@ -12,7 +12,7 @@
33
34 inherit eutils flag-o-matic toolchain-funcs
35
36 -PATCH_VER="1.0"
37 +PATCH_VER="1.1"
38 DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls...), text utilities (sort, tr, head, wc..), and shell utilities (whoami, who,...)"
39 HOMEPAGE="http://www.gnu.org/software/coreutils/"
40 SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
41 @@ -100,7 +100,7 @@
42 }
43
44 src_test() {
45 - # Non-root tests will fail if the full path isnt
46 + # Non-root tests will fail if the full path isn't
47 # accessible to non-root users
48 chmod -R go-w "${WORKDIR}"
49 chmod a+rx "${WORKDIR}"
50
51
52
53 1.394 sys-apps/coreutils/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.394&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.394&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.393&r2=1.394
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v
62 retrieving revision 1.393
63 retrieving revision 1.394
64 diff -u -r1.393 -r1.394
65 --- ChangeLog 21 Mar 2015 12:43:03 -0000 1.393
66 +++ ChangeLog 30 Apr 2015 07:03:46 -0000 1.394
67 @@ -1,6 +1,9 @@
68 # ChangeLog for sys-apps/coreutils
69 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.393 2015/03/21 12:43:03 mgorny Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.394 2015/04/30 07:03:46 vapier Exp $
72 +
73 + 30 Apr 2015; Mike Frysinger <vapier@g.o> coreutils-8.23.ebuild:
74 + Add fix from upstream for building w/clang found via Chromium OS.
75
76 21 Mar 2015; Michał Górny <mgorny@g.o> coreutils-8.23.ebuild:
77 Keyword x86-fbsd, bug #507536 by nigoro.