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/files/eblits: src_install-2.6.eblit src_install-2.11.2.eblit src_install.eblit
Date: Tue, 22 Feb 2011 03:23:29
Message-Id: 20110222032318.D6B2720054@flycatcher.gentoo.org
1 vapier 11/02/22 03:23:18
2
3 Modified: src_install-2.6.eblit src_install-2.11.2.eblit
4 src_install.eblit
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.3 sys-libs/glibc/files/eblits/src_install-2.6.eblit
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/src_install-2.6.eblit?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/src_install-2.6.eblit?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/src_install-2.6.eblit?r1=1.2&r2=1.3
16
17 Index: src_install-2.6.eblit
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_install-2.6.eblit,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- src_install-2.6.eblit 29 Jun 2008 16:39:23 -0000 1.2
24 +++ src_install-2.6.eblit 22 Feb 2011 03:23:18 -0000 1.3
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2007 Gentoo Foundation
27 +# Copyright 1999-2011 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_install-2.6.eblit,v 1.2 2008/06/29 16:39:23 vapier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_install-2.6.eblit,v 1.3 2011/02/22 03:23:18 vapier Exp $
31
32 toolchain-glibc_src_install() {
33 # These should not be set, else the
34 @@ -82,9 +82,6 @@
35 # We'll take care of the cache ourselves
36 rm -f "${D}"/etc/ld.so.cache
37
38 - # Some things want this, notably ash.
39 - dosym libbsd-compat.a $(alt_usrlibdir)/libbsd.a
40 -
41 # Handle includes for different ABIs
42 prep_ml_includes $(alt_headers)
43
44
45
46
47 1.2 sys-libs/glibc/files/eblits/src_install-2.11.2.eblit
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/src_install-2.11.2.eblit?rev=1.2&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/src_install-2.11.2.eblit?rev=1.2&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/src_install-2.11.2.eblit?r1=1.1&r2=1.2
52
53 Index: src_install-2.11.2.eblit
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_install-2.11.2.eblit,v
56 retrieving revision 1.1
57 retrieving revision 1.2
58 diff -u -r1.1 -r1.2
59 --- src_install-2.11.2.eblit 10 Aug 2010 08:08:05 -0000 1.1
60 +++ src_install-2.11.2.eblit 22 Feb 2011 03:23:18 -0000 1.2
61 @@ -1,6 +1,6 @@
62 -# Copyright 1999-2007 Gentoo Foundation
63 +# Copyright 1999-2011 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_install-2.11.2.eblit,v 1.1 2010/08/10 08:08:05 vapier Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_install-2.11.2.eblit,v 1.2 2011/02/22 03:23:18 vapier Exp $
67
68 toolchain-glibc_src_install() {
69 local GBUILDDIR
70 @@ -75,9 +75,6 @@
71 # We'll take care of the cache ourselves
72 rm -f "${D}"/etc/ld.so.cache
73
74 - # Some things want this, notably ash.
75 - dosym libbsd-compat.a $(alt_usrlibdir)/libbsd.a
76 -
77 # Handle includes for different ABIs if glibc itself doesn't do it
78 # XXX: curr glibc should finally handle all of them correctly
79 #case $(tc-arch) in
80
81
82
83 1.11 sys-libs/glibc/files/eblits/src_install.eblit
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/src_install.eblit?rev=1.11&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/src_install.eblit?rev=1.11&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/src_install.eblit?r1=1.10&r2=1.11
88
89 Index: src_install.eblit
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_install.eblit,v
92 retrieving revision 1.10
93 retrieving revision 1.11
94 diff -u -r1.10 -r1.11
95 --- src_install.eblit 10 Aug 2010 08:08:05 -0000 1.10
96 +++ src_install.eblit 22 Feb 2011 03:23:18 -0000 1.11
97 @@ -1,6 +1,6 @@
98 -# Copyright 1999-2010 Gentoo Foundation
99 +# Copyright 1999-2011 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_install.eblit,v 1.10 2010/08/10 08:08:05 vapier Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_install.eblit,v 1.11 2011/02/22 03:23:18 vapier Exp $
103
104 toolchain-glibc_src_install() {
105 local GBUILDDIR
106 @@ -73,9 +73,6 @@
107 # We'll take care of the cache ourselves
108 rm -f "${D}"/etc/ld.so.cache
109
110 - # Some things want this, notably ash.
111 - dosym libbsd-compat.a $(alt_usrlibdir)/libbsd.a
112 -
113 # Handle includes for different ABIs if glibc itself doesn't do it
114 # XXX: curr glibc should finally handle all of them correctly
115 #case $(tc-arch) in