Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/csu: ChangeLog csu-79.ebuild
Date: Sat, 03 Sep 2011 10:53:04
Message-Id: 20110903105253.0E3D120051@flycatcher.gentoo.org
1 grobian 11/09/03 10:52:53
2
3 Modified: ChangeLog csu-79.ebuild
4 Log:
5 Fetch restriction seems to have been removed, fix installation failing, marked ~x86-macos and ~x64-macos
6
7 (Portage version: 2.2.01.19120-prefix/cvs/Darwin i386)
8
9 Revision Changes Path
10 1.6 sys-libs/csu/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/csu/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/csu/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/csu/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/csu/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 15 Mar 2011 18:22:22 -0000 1.5
23 +++ ChangeLog 3 Sep 2011 10:52:52 -0000 1.6
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-libs/csu
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/csu/ChangeLog,v 1.5 2011/03/15 18:22:22 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/csu/ChangeLog,v 1.6 2011/09/03 10:52:52 grobian Exp $
29 +
30 + 03 Sep 2011; Fabian Groffen <grobian@g.o> csu-79.ebuild:
31 + Fetch restriction seems to have been removed, fix installation failing,
32 + marked ~x86-macos and ~x64-macos
33
34 *csu-79 (15 Mar 2011)
35
36
37
38
39 1.2 sys-libs/csu/csu-79.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/csu/csu-79.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/csu/csu-79.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/csu/csu-79.ebuild?r1=1.1&r2=1.2
44
45 Index: csu-79.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-libs/csu/csu-79.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- csu-79.ebuild 15 Mar 2011 18:22:22 -0000 1.1
52 +++ csu-79.ebuild 3 Sep 2011 10:52:52 -0000 1.2
53 @@ -1,27 +1,19 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/csu/csu-79.ebuild,v 1.1 2011/03/15 18:22:22 grobian Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/csu/csu-79.ebuild,v 1.2 2011/09/03 10:52:52 grobian Exp $
58
59 EAPI=3
60
61 -DESCRIPTION="Darwin Csu (crt1.o) - Mac OS X 10.6.6 version"
62 +DESCRIPTION="Darwin Csu (crt1.o) - Mac OS X 10.6.6 and 10.7 versions"
63 HOMEPAGE="http://www.opensource.apple.com/"
64 SRC_URI="http://www.opensource.apple.com/tarballs/Csu/Csu-${PV}.tar.gz"
65
66 LICENSE="APSL-2"
67 -RESTRICT="fetch" # need to sort out if we can mirror
68
69 SLOT="0"
70 -KEYWORDS="~ppc-macos"
71 +KEYWORDS="~ppc-macos ~x64-macos ~x86-macos"
72 IUSE=""
73
74 -pkg_nofetch() {
75 - einfo "Please download the necessary files manually, it requires an"
76 - einfo "Apple Developer Connection account."
77 - einfo " ${SRC_URI}"
78 - einfo "See: ${HOMEPAGE}"
79 -}
80 -
81 src_prepare() {
82 # since we don't have crt0, we can't build it either
83 sed -i \
84 @@ -35,7 +27,7 @@
85 }
86
87 src_install() {
88 - emake \
89 + emake -j1 \
90 USRLIBDIR="${EPREFIX}"/lib \
91 LOCLIBDIR="${EPREFIX}"/lib \
92 DSTROOT="${D}" \