diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-07-11 00:34:43 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-07-11 00:34:43 +0000 |
commit | 3f724adf8cf962fe5bbbe03fd629515fa80fa576 (patch) | |
tree | ebe7962a1be2b5a19b98444664201b26db801451 /sys-libs/libsystem | |
parent | add inherit gcc (Manifest recommit) (diff) | |
download | gentoo-2-3f724adf8cf962fe5bbbe03fd629515fa80fa576.tar.gz gentoo-2-3f724adf8cf962fe5bbbe03fd629515fa80fa576.tar.bz2 gentoo-2-3f724adf8cf962fe5bbbe03fd629515fa80fa576.zip |
The worlds most sophisticated ebuild
Diffstat (limited to 'sys-libs/libsystem')
-rw-r--r-- | sys-libs/libsystem/ChangeLog | 11 | ||||
-rw-r--r-- | sys-libs/libsystem/Manifest | 3 | ||||
-rw-r--r-- | sys-libs/libsystem/files/digest-libsystem-7.1 | 0 | ||||
-rw-r--r-- | sys-libs/libsystem/libsystem-7.1.ebuild | 35 |
4 files changed, 49 insertions, 0 deletions
diff --git a/sys-libs/libsystem/ChangeLog b/sys-libs/libsystem/ChangeLog new file mode 100644 index 000000000000..ed87a974c6d8 --- /dev/null +++ b/sys-libs/libsystem/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for sys-libs/libsystem +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsystem/ChangeLog,v 1.1 2004/07/11 00:34:43 pvdabeel Exp $ + +*libsystem-7.1 (11 Jul 2004) + + 11 Jul 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> everything : + Initial import of libsystem, a collection of Darwin libs: + Libc, Libinfo, Libkvm, Libm, Libwrappers, Libnotify, Libstreams, keymgr, + UserNotification + diff --git a/sys-libs/libsystem/Manifest b/sys-libs/libsystem/Manifest new file mode 100644 index 000000000000..e7224efb3a1b --- /dev/null +++ b/sys-libs/libsystem/Manifest @@ -0,0 +1,3 @@ +MD5 00b8f74e756e671771c8d93775cd45e7 ChangeLog 378 +MD5 2c3a413c83d5f578886ff30a471e7207 libsystem-7.1.ebuild 705 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-libsystem-7.1 0 diff --git a/sys-libs/libsystem/files/digest-libsystem-7.1 b/sys-libs/libsystem/files/digest-libsystem-7.1 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/sys-libs/libsystem/files/digest-libsystem-7.1 diff --git a/sys-libs/libsystem/libsystem-7.1.ebuild b/sys-libs/libsystem/libsystem-7.1.ebuild new file mode 100644 index 000000000000..eb506d9f1ede --- /dev/null +++ b/sys-libs/libsystem/libsystem-7.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2004 Gentoo Foundation, Pieter Van den Abeele <pvdabeel@gentoo.org> +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsystem/libsystem-7.1.ebuild,v 1.1 2004/07/11 00:34:43 pvdabeel Exp $ + +DESCRIPTION="Darwin Libsystem, a collection of core libs similar to glibc on linux" + +HOMEPAGE="http://www.opendarwin.org/" +SRC_URI="" +LICENSE="BSD" +SLOT="0" +KEYWORDS="-* macos" +IUSE="" + + +# I haven't listed any deps here, we're currently not building Darwin from scratch yet. +# For now, this is a dummy package provided upstream. The version provided by the +# distributor is pinpointed in the users profile + +DEPEND="" +RDEPEND="" + +src_unpack() { + mkdir -p ${S} # You have to do something in ${S}, otherwise ${S} doesn't exist and + # portage craps its pants +} + +src_compile() { + # This is not an empty function + sleep 0 +} + +src_install() { + # This is not an empty function + sleep 0 +} |