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
commita4d30e42f0a773419846e9f42586474feb3695b7 (patch)
tree3ce914141877331d531ebee04d9ce7d037930bd3 /sys-libs/libsystem
parentheader fix (diff)
downloadhistorical-a4d30e42f0a773419846e9f42586474feb3695b7.tar.gz
historical-a4d30e42f0a773419846e9f42586474feb3695b7.tar.bz2
historical-a4d30e42f0a773419846e9f42586474feb3695b7.zip
small cleanup
Diffstat (limited to 'sys-libs/libsystem')
-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
}