summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKito Danya Dietrich <kito@gentoo.org>2004-09-26 23:02:36 +0000
committerKito Danya Dietrich <kito@gentoo.org>2004-09-26 23:02:36 +0000
commitddff1935c2d957f8b4c5320c4992b0725518375a (patch)
tree1edf215306259d655ec53441859cac74eeb817db /sys-apps/bootstrap_cmds
parentStable on x86. (diff)
downloadhistorical-ddff1935c2d957f8b4c5320c4992b0725518375a.tar.gz
historical-ddff1935c2d957f8b4c5320c4992b0725518375a.tar.bz2
historical-ddff1935c2d957f8b4c5320c4992b0725518375a.zip
initial commit
Diffstat (limited to 'sys-apps/bootstrap_cmds')
-rw-r--r--sys-apps/bootstrap_cmds/ChangeLog9
-rw-r--r--sys-apps/bootstrap_cmds/Manifest4
-rw-r--r--sys-apps/bootstrap_cmds/bootstrap_cmds-44.ebuild60
-rw-r--r--sys-apps/bootstrap_cmds/files/digest-bootstrap_cmds-441
-rw-r--r--sys-apps/bootstrap_cmds/metadata.xml8
5 files changed, 82 insertions, 0 deletions
diff --git a/sys-apps/bootstrap_cmds/ChangeLog b/sys-apps/bootstrap_cmds/ChangeLog
new file mode 100644
index 000000000000..cc1fd12ea735
--- /dev/null
+++ b/sys-apps/bootstrap_cmds/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sys-apps/bootstrap_cmds
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/bootstrap_cmds/ChangeLog,v 1.1 2004/09/26 23:02:35 kito Exp $
+
+*bootstrap_cmds-44 (25 Sep 2004)
+
+ 25 Sep 2004; kito@gentoo.org +bootstrap_cmds-44.ebuild:
+ Initial submission
+
diff --git a/sys-apps/bootstrap_cmds/Manifest b/sys-apps/bootstrap_cmds/Manifest
new file mode 100644
index 000000000000..5b839748ce2d
--- /dev/null
+++ b/sys-apps/bootstrap_cmds/Manifest
@@ -0,0 +1,4 @@
+MD5 a5f2512be3bc798344df9dba19131918 ChangeLog 331
+MD5 8799eb60cdc2f3d324fbf827ab1597ee bootstrap_cmds-44.ebuild 1427
+MD5 65d0ad2167dd016e2981b7a3df82cc50 metadata.xml 212
+MD5 476b98a9a8f0ba1fccda9ccdd2a58edc files/digest-bootstrap_cmds-44 69
diff --git a/sys-apps/bootstrap_cmds/bootstrap_cmds-44.ebuild b/sys-apps/bootstrap_cmds/bootstrap_cmds-44.ebuild
new file mode 100644
index 000000000000..a237ebadf350
--- /dev/null
+++ b/sys-apps/bootstrap_cmds/bootstrap_cmds-44.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:
+
+DESCRIPTION="Darwin bootstrap_cmds - config, decomment, mig, relpath,"
+WEBPAGE="http://darwinsource.opendarwin.org/10.3.5/"
+SRC_URI="http://darwinsource.opendarwin.org/tarballs/apsl/${P}.tar.gz"
+
+LICENSE="APSL-2"
+
+SLOT="0"
+KEYWORDS="~ppc-macos"
+IUSE=""
+
+DEPEND="virtual/libc"
+
+##
+# Setup the Darwin build environment
+#=================================================================
+# requires fat build tools
+# use build && BUILDARCHS="ppc i386" ||
+
+BUILDARCHS="ppc"
+
+mkdir -p ${WORKDIR}/build/obj ${WORKDIR}/build/sym ${S}/BUILD
+
+export RC_OS=macos
+export RC_ARCHS=${BUILDARCHS}
+export TARGETS=${BUILDARCHS}
+export SRCROOT=${S}
+export OBJROOT=${WORKDIR}/build/obj
+export DSTROOT=${D}
+export SYMROOT=${WORKDIR}/build/sym
+export RC_CFLAGS="${CFLAGS}"
+
+src_compile() {
+ emake || die "make failed :("
+}
+
+src_install() {
+ cd ${S}
+ rm ${S}/Makefile.postamble
+ rm ${S}/config.tproj/Makefile.postamble
+ rm ${S}/decomment.tproj/Makefile.postamble
+ rm ${S}/relpath.tproj/Makefile.postamble
+
+ make install DSTROOT=${S}/BUILD
+
+ dobin ${S}/BUILD/usr/bin/config
+ newbin ${S}/migcom.tproj/mig.sh mig
+ newbin ${S}/vers_string.sh vers_string
+ dobin ${S}/BUILD/usr/local/bin/decomment
+ dobin ${S}/BUILD/usr/local/bin/relpath
+
+ exeinto /usr/libexec
+ doexe ${S}/BUILD/usr/libexec/migcom
+
+ cd ${S}
+ doman ${S}/vers_string.1
+} \ No newline at end of file
diff --git a/sys-apps/bootstrap_cmds/files/digest-bootstrap_cmds-44 b/sys-apps/bootstrap_cmds/files/digest-bootstrap_cmds-44
new file mode 100644
index 000000000000..8f6a3f160ff7
--- /dev/null
+++ b/sys-apps/bootstrap_cmds/files/digest-bootstrap_cmds-44
@@ -0,0 +1 @@
+MD5 86af40efccc9b2c666610116e7fdbe5d bootstrap_cmds-44.tar.gz 142573
diff --git a/sys-apps/bootstrap_cmds/metadata.xml b/sys-apps/bootstrap_cmds/metadata.xml
new file mode 100644
index 000000000000..f3c4173ce6dc
--- /dev/null
+++ b/sys-apps/bootstrap_cmds/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></herd>
+<maintainer>
+ <email>kito@gentoo.org</email>
+</maintainer>
+</pkgmetadata> \ No newline at end of file