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-libs/glibc: glibc-2.5-r4.ebuild glibc-2.2.5-r10.ebuild glibc-2.5.1.ebuild ChangeLog
Date: Tue, 22 Feb 2011 03:23:29
Message-Id: 20110222032319.1B54320057@flycatcher.gentoo.org
1 vapier 11/02/22 03:23:19
2
3 Modified: glibc-2.5-r4.ebuild glibc-2.2.5-r10.ebuild
4 glibc-2.5.1.ebuild ChangeLog
5 Log:
6 Drop libbsd.a symlink #355899 by Kevin McCarthy.
7
8 (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.19 sys-libs/glibc/glibc-2.5-r4.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.5-r4.ebuild?rev=1.19&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.5-r4.ebuild?rev=1.19&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.5-r4.ebuild?r1=1.18&r2=1.19
16
17 Index: glibc-2.5-r4.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5-r4.ebuild,v
20 retrieving revision 1.18
21 retrieving revision 1.19
22 diff -u -r1.18 -r1.19
23 --- glibc-2.5-r4.ebuild 7 Feb 2011 07:27:39 -0000 1.18
24 +++ glibc-2.5-r4.ebuild 22 Feb 2011 03:23:18 -0000 1.19
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5-r4.ebuild,v 1.18 2011/02/07 07:27:39 kumba Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5-r4.ebuild,v 1.19 2011/02/22 03:23:18 vapier Exp $
30
31 # Here's how the cross-compile logic breaks down ...
32 # CTARGET - machine that will target the binaries
33 @@ -428,9 +428,6 @@
34 # We'll take care of the cache ourselves
35 rm -f "${D}"/etc/ld.so.cache
36
37 - # Some things want this, notably ash.
38 - dosym libbsd-compat.a $(alt_usrlibdir)/libbsd.a
39 -
40 # Handle includes for different ABIs
41 prep_ml_includes $(alt_headers)
42
43
44
45
46 1.9 sys-libs/glibc/glibc-2.2.5-r10.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.2.5-r10.ebuild?rev=1.9&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.2.5-r10.ebuild?rev=1.9&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.2.5-r10.ebuild?r1=1.8&r2=1.9
51
52 Index: glibc-2.2.5-r10.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.2.5-r10.ebuild,v
55 retrieving revision 1.8
56 retrieving revision 1.9
57 diff -u -r1.8 -r1.9
58 --- glibc-2.2.5-r10.ebuild 23 Sep 2009 22:04:09 -0000 1.8
59 +++ glibc-2.2.5-r10.ebuild 22 Feb 2011 03:23:18 -0000 1.9
60 @@ -1,6 +1,6 @@
61 -# Copyright 1999-2009 Gentoo Foundation
62 +# Copyright 1999-2011 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.2.5-r10.ebuild,v 1.8 2009/09/23 22:04:09 patrick Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.2.5-r10.ebuild,v 1.9 2011/02/22 03:23:18 vapier Exp $
66
67 inherit flag-o-matic eutils
68
69 @@ -156,9 +156,6 @@
70 # Prevent overwriting of the /etc/localtime symlink. We'll handle the
71 # creation of the "factory" symlink in pkg_postinst().
72 rm -f "${D}"/etc/localtime
73 -
74 - # Some things want this, notably ash.
75 - dosym /usr/lib/libbsd-compat.a /usr/lib/libbsd.a
76 }
77
78 pkg_postinst() {
79
80
81
82 1.8 sys-libs/glibc/glibc-2.5.1.ebuild
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.5.1.ebuild?rev=1.8&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.5.1.ebuild?rev=1.8&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.5.1.ebuild?r1=1.7&r2=1.8
87
88 Index: glibc-2.5.1.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5.1.ebuild,v
91 retrieving revision 1.7
92 retrieving revision 1.8
93 diff -u -r1.7 -r1.8
94 --- glibc-2.5.1.ebuild 7 Feb 2011 07:27:39 -0000 1.7
95 +++ glibc-2.5.1.ebuild 22 Feb 2011 03:23:18 -0000 1.8
96 @@ -1,6 +1,6 @@
97 # Copyright 1999-2011 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5.1.ebuild,v 1.7 2011/02/07 07:27:39 kumba Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5.1.ebuild,v 1.8 2011/02/22 03:23:18 vapier Exp $
101
102 # Here's how the cross-compile logic breaks down ...
103 # CTARGET - machine that will target the binaries
104 @@ -429,9 +429,6 @@
105 # We'll take care of the cache ourselves
106 rm -f "${D}"/etc/ld.so.cache
107
108 - # Some things want this, notably ash.
109 - dosym libbsd-compat.a $(alt_usrlibdir)/libbsd.a
110 -
111 # Handle includes for different ABIs
112 prep_ml_includes $(alt_headers)
113
114
115
116
117 1.745 sys-libs/glibc/ChangeLog
118
119 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.745&view=markup
120 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.745&content-type=text/plain
121 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.744&r2=1.745
122
123 Index: ChangeLog
124 ===================================================================
125 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
126 retrieving revision 1.744
127 retrieving revision 1.745
128 diff -u -r1.744 -r1.745
129 --- ChangeLog 14 Feb 2011 18:03:48 -0000 1.744
130 +++ ChangeLog 22 Feb 2011 03:23:18 -0000 1.745
131 @@ -1,6 +1,11 @@
132 # ChangeLog for sys-libs/glibc
133 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
134 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.744 2011/02/14 18:03:48 vapier Exp $
135 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.745 2011/02/22 03:23:18 vapier Exp $
136 +
137 + 22 Feb 2011; Mike Frysinger <vapier@g.o> glibc-2.2.5-r10.ebuild,
138 + glibc-2.5-r4.ebuild, glibc-2.5.1.ebuild, files/eblits/src_install-2.6.eblit,
139 + files/eblits/src_install-2.11.2.eblit, files/eblits/src_install.eblit:
140 + Drop libbsd.a symlink #355899 by Kevin McCarthy.
141
142 *glibc-2.13-r1 (14 Feb 2011)