summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van den Abeele <pvdabeel@gentoo.org>2004-07-12 08:49:20 +0000
committerPieter van den Abeele <pvdabeel@gentoo.org>2004-07-12 08:49:20 +0000
commitc77ed57b67aac4578528c8bc9dccc437d3db0333 (patch)
treeb680d86908e86ffd72808ea95898a2f95d356f05 /sys-libs/libsystem/libsystem-7.1.ebuild
parentheader fix (Manifest recommit) (diff)
downloadgentoo-2-c77ed57b67aac4578528c8bc9dccc437d3db0333.tar.gz
gentoo-2-c77ed57b67aac4578528c8bc9dccc437d3db0333.tar.bz2
gentoo-2-c77ed57b67aac4578528c8bc9dccc437d3db0333.zip
small cleanup
Diffstat (limited to 'sys-libs/libsystem/libsystem-7.1.ebuild')
-rw-r--r--sys-libs/libsystem/libsystem-7.1.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/sys-libs/libsystem/libsystem-7.1.ebuild b/sys-libs/libsystem/libsystem-7.1.ebuild
index 0c9c06fcd009..a16f5eadf404 100644
--- a/sys-libs/libsystem/libsystem-7.1.ebuild
+++ b/sys-libs/libsystem/libsystem-7.1.ebuild
@@ -1,6 +1,6 @@
# 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.5 2004/07/12 08:41:14 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsystem/libsystem-7.1.ebuild,v 1.6 2004/07/12 08:49:20 pvdabeel Exp $
DESCRIPTION="Darwin Libsystem, a collection of core libs similar to glibc on linux"
@@ -20,16 +20,13 @@ DEPEND=""
RDEPEND=""
src_unpack() {
- mkdir -p ${S} # You have to do something in ${S}, otherwise ${S} doesn't exist and
- # portage craps its pants
+ mkdir -p ${S}
}
src_compile() {
- # This is not an empty function
- sleep 0
+ true
}
src_install() {
- # This is not an empty function
- sleep 0
+ true
}