public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Fabian Groffen (grobian)" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/csu: ChangeLog csu-79.ebuild
Date: Sat,  3 Sep 2011 10:52:53 +0000 (UTC)	[thread overview]
Message-ID: <20110903105253.0E3D120051@flycatcher.gentoo.org> (raw)

grobian     11/09/03 10:52:53

  Modified:             ChangeLog csu-79.ebuild
  Log:
  Fetch restriction seems to have been removed, fix installation failing, marked ~x86-macos and ~x64-macos
  
  (Portage version: 2.2.01.19120-prefix/cvs/Darwin i386)

Revision  Changes    Path
1.6                  sys-libs/csu/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/csu/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/csu/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/csu/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/csu/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	15 Mar 2011 18:22:22 -0000	1.5
+++ ChangeLog	3 Sep 2011 10:52:52 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for sys-libs/csu
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/csu/ChangeLog,v 1.5 2011/03/15 18:22:22 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/csu/ChangeLog,v 1.6 2011/09/03 10:52:52 grobian Exp $
+
+  03 Sep 2011; Fabian Groffen <grobian@gentoo.org> csu-79.ebuild:
+  Fetch restriction seems to have been removed, fix installation failing,
+  marked ~x86-macos and ~x64-macos
 
 *csu-79 (15 Mar 2011)
 



1.2                  sys-libs/csu/csu-79.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/csu/csu-79.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/csu/csu-79.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/csu/csu-79.ebuild?r1=1.1&r2=1.2

Index: csu-79.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/csu/csu-79.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- csu-79.ebuild	15 Mar 2011 18:22:22 -0000	1.1
+++ csu-79.ebuild	3 Sep 2011 10:52:52 -0000	1.2
@@ -1,27 +1,19 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/csu/csu-79.ebuild,v 1.1 2011/03/15 18:22:22 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/csu/csu-79.ebuild,v 1.2 2011/09/03 10:52:52 grobian Exp $
 
 EAPI=3
 
-DESCRIPTION="Darwin Csu (crt1.o) - Mac OS X 10.6.6 version"
+DESCRIPTION="Darwin Csu (crt1.o) - Mac OS X 10.6.6 and 10.7 versions"
 HOMEPAGE="http://www.opensource.apple.com/"
 SRC_URI="http://www.opensource.apple.com/tarballs/Csu/Csu-${PV}.tar.gz"
 
 LICENSE="APSL-2"
-RESTRICT="fetch"  # need to sort out if we can mirror
 
 SLOT="0"
-KEYWORDS="~ppc-macos"
+KEYWORDS="~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
-pkg_nofetch() {
-	einfo "Please download the necessary files manually, it requires an"
-	einfo "Apple Developer Connection account."
-	einfo "  ${SRC_URI}"
-	einfo "See: ${HOMEPAGE}"
-}
-
 src_prepare() {
 	# since we don't have crt0, we can't build it either
 	sed -i \
@@ -35,7 +27,7 @@
 }
 
 src_install() {
-	emake \
+	emake -j1 \
 		USRLIBDIR="${EPREFIX}"/lib \
 		LOCLIBDIR="${EPREFIX}"/lib \
 		DSTROOT="${D}" \






             reply	other threads:[~2011-09-03 10:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-03 10:52 Fabian Groffen (grobian) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-09-04 13:20 [gentoo-commits] gentoo-x86 commit in sys-libs/csu: ChangeLog csu-79.ebuild Fabian Groffen (grobian)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110903105253.0E3D120051@flycatcher.gentoo.org \
    --to=grobian@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox