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.10-r1.ebuild ChangeLog coreutils-6.10-r2.ebuild
Date: Sun, 13 Apr 2008 21:58:49
Message-Id: E1JlADn-0002cs-14@stork.gentoo.org
1 vapier 08/04/13 21:58:47
2
3 Modified: coreutils-6.10-r1.ebuild ChangeLog
4 coreutils-6.10-r2.ebuild
5 Log:
6 Block older versions of util-linux for the lazy who havent updated in a while #217482.
7 (Portage version: 2.2_pre5)
8
9 Revision Changes Path
10 1.5 sys-apps/coreutils/coreutils-6.10-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r1.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r1.ebuild?r1=1.4&r2=1.5
15
16 Index: coreutils-6.10-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r1.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- coreutils-6.10-r1.ebuild 13 Apr 2008 09:53:20 -0000 1.4
23 +++ coreutils-6.10-r1.ebuild 13 Apr 2008 21:58:46 -0000 1.5
24 @@ -1,6 +1,6 @@
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.10-r1.ebuild,v 1.4 2008/04/13 09:53:20 hollow Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r1.ebuild,v 1.5 2008/04/13 21:58:46 vapier Exp $
29
30 inherit eutils flag-o-matic toolchain-funcs autotools
31
32 @@ -22,6 +22,7 @@
33 acl? ( sys-apps/acl )
34 xattr? ( sys-apps/attr )
35 nls? ( >=sys-devel/gettext-0.15 )
36 + !<sys-apps/util-linux-2.13
37 !net-mail/base64
38 !sys-apps/mktemp
39 >=sys-libs/ncurses-5.3-r5"
40
41
42
43 1.223 sys-apps/coreutils/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.223&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.223&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.222&r2=1.223
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v
52 retrieving revision 1.222
53 retrieving revision 1.223
54 diff -u -r1.222 -r1.223
55 --- ChangeLog 13 Apr 2008 09:53:20 -0000 1.222
56 +++ ChangeLog 13 Apr 2008 21:58:46 -0000 1.223
57 @@ -1,6 +1,11 @@
58 # ChangeLog for sys-apps/coreutils
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.222 2008/04/13 09:53:20 hollow Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.223 2008/04/13 21:58:46 vapier Exp $
62 +
63 + 13 Apr 2008; Mike Frysinger <vapier@g.o> coreutils-6.10-r1.ebuild,
64 + coreutils-6.10-r2.ebuild:
65 + Block older versions of util-linux for the lazy who havent updated in a
66 + while #217482.
67
68 13 Apr 2008; Benedikt Böhm <hollow@g.o> coreutils-6.10-r1.ebuild:
69 amd64 stable wrt #217239
70
71
72
73 1.2 sys-apps/coreutils/coreutils-6.10-r2.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r2.ebuild?rev=1.2&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r2.ebuild?rev=1.2&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r2.ebuild?r1=1.1&r2=1.2
78
79 Index: coreutils-6.10-r2.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r2.ebuild,v
82 retrieving revision 1.1
83 retrieving revision 1.2
84 diff -u -r1.1 -r1.2
85 --- coreutils-6.10-r2.ebuild 12 Apr 2008 19:17:09 -0000 1.1
86 +++ coreutils-6.10-r2.ebuild 13 Apr 2008 21:58:46 -0000 1.2
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2008 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r2.ebuild,v 1.1 2008/04/12 19:17:09 vapier Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r2.ebuild,v 1.2 2008/04/13 21:58:46 vapier Exp $
92
93 inherit eutils flag-o-matic toolchain-funcs autotools
94
95 @@ -22,6 +22,7 @@
96 acl? ( sys-apps/acl )
97 xattr? ( sys-apps/attr )
98 nls? ( >=sys-devel/gettext-0.15 )
99 + !<sys-apps/util-linux-2.13
100 !net-mail/base64
101 !sys-apps/mktemp
102 >=sys-libs/ncurses-5.3-r5"
103
104
105
106 --
107 gentoo-commits@l.g.o mailing list