summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKito Danya Dietrich <kito@gentoo.org>2005-02-19 18:46:02 +0000
committerKito Danya Dietrich <kito@gentoo.org>2005-02-19 18:46:02 +0000
commitbaeabfa8749b822328e3850800bdadb4c23d75db (patch)
treeec708a60918066e3133f3814f18f2082f078e768 /sys-devel/gcc-apple
parentRemove >=dev-php/PEAR-PhpDocumentor-1.3.0_rc3, see bug 73506. (diff)
downloadgentoo-2-baeabfa8749b822328e3850800bdadb4c23d75db.tar.gz
gentoo-2-baeabfa8749b822328e3850800bdadb4c23d75db.tar.bz2
gentoo-2-baeabfa8749b822328e3850800bdadb4c23d75db.zip
initial import of GCC apple-ppc-branch. Build 1762 based on 3.5.0-tree-ssa(merged 20040529)
(Portage version: 2.0.51.16)
Diffstat (limited to 'sys-devel/gcc-apple')
-rw-r--r--sys-devel/gcc-apple/ChangeLog10
-rw-r--r--sys-devel/gcc-apple/Manifest2
-rw-r--r--sys-devel/gcc-apple/files/digest-gcc-apple-17621
-rw-r--r--sys-devel/gcc-apple/gcc-apple-1762.ebuild45
-rw-r--r--sys-devel/gcc-apple/metadata.xml8
5 files changed, 66 insertions, 0 deletions
diff --git a/sys-devel/gcc-apple/ChangeLog b/sys-devel/gcc-apple/ChangeLog
new file mode 100644
index 000000000000..6707fb914bad
--- /dev/null
+++ b/sys-devel/gcc-apple/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sys-devel/gcc-apple
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/ChangeLog,v 1.1 2005/02/19 18:46:02 kito Exp $
+
+*gcc-apple-1762 (19 Feb 2005)
+
+ 19 Feb 2005; Kito <kito@gentoo.org> +metadata.xml, +gcc-apple-1762.ebuild:
+ initial import of GCC apple-ppc-branch gcc. Build 1762 based on gcc version
+ 3.5.0-tree-ssa(merged 20040529)
+
diff --git a/sys-devel/gcc-apple/Manifest b/sys-devel/gcc-apple/Manifest
new file mode 100644
index 000000000000..816e0bbeb31a
--- /dev/null
+++ b/sys-devel/gcc-apple/Manifest
@@ -0,0 +1,2 @@
+MD5 a47953af80ad25ce9de498b0c1a4231b gcc-apple-1762.ebuild 913
+MD5 7fa514d0f03a62a64a75d80ab2b222a2 files/digest-gcc-apple-1762 62
diff --git a/sys-devel/gcc-apple/files/digest-gcc-apple-1762 b/sys-devel/gcc-apple/files/digest-gcc-apple-1762
new file mode 100644
index 000000000000..3ed97758e63c
--- /dev/null
+++ b/sys-devel/gcc-apple/files/digest-gcc-apple-1762
@@ -0,0 +1 @@
+MD5 08a1f07ffbeab1b71060632174b67380 gcc-1762.tar.gz 34501220
diff --git a/sys-devel/gcc-apple/gcc-apple-1762.ebuild b/sys-devel/gcc-apple/gcc-apple-1762.ebuild
new file mode 100644
index 000000000000..a02f2808ed5d
--- /dev/null
+++ b/sys-devel/gcc-apple/gcc-apple-1762.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-1762.ebuild,v 1.1 2005/02/19 18:46:02 kito Exp $
+
+S=${WORKDIR}/gcc-${PV}
+
+DESCRIPTION="Apple branch of the GNU compiler based on gcc version 3.5.0-tree-ssa"
+WEBPAGE="http://darwinsource.opendarwin.org/"
+SRC_URI="http://darwinsource.opendarwin.org/tarballs/other/gcc-${PV}.tar.gz"
+
+LICENSE="APSL-2 GPL-2"
+
+SLOT="0"
+KEYWORDS="-* ~ppc-macos"
+IUSE="build nls"
+
+RDEPEND="virtual/libc
+ >=sys-libs/zlib
+ !build? (
+ nls? ( sys-devel/gettext )
+ sys-libs/ncurses
+ )"
+
+DEPEND=">=sys-apps/texinfo
+ sys-devel/bison
+ sys-devel/cctools-extras
+ sys-libs/csu"
+
+src_compile() {
+ :
+}
+
+src_install() {
+ mkdir -p ${S}/build/obj ${S}/build/sym
+ cd ${S}
+ gnumake RC_OS=macos RC_ARCHS=ppc TARGETS=ppc \
+ SRCROOT=${S} OBJROOT=${S}/build/obj \
+ DSTROOT=${D} SYMROOT=${S}/build/sym\
+ install|| die
+
+ if use build; then
+ rm -rf ${D}/Developer
+ rm -rf ${D}/usr/share
+ fi
+}
diff --git a/sys-devel/gcc-apple/metadata.xml b/sys-devel/gcc-apple/metadata.xml
new file mode 100644
index 000000000000..a65e8c2fdf72
--- /dev/null
+++ b/sys-devel/gcc-apple/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>kito@gentoo.org</email>
+</maintainer>
+</pkgmetadata>