summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schwabbauer <cybersystem@gentoo.org>2002-08-24 10:01:27 +0000
committerSascha Schwabbauer <cybersystem@gentoo.org>2002-08-24 10:01:27 +0000
commit826e26b63d75d5b5513a76ebbb869659daa48924 (patch)
treeb6b902ff495e6dde82e8269793994abb924fd0b5 /app-shells
parentcleaned up people's crap they leave in package.mask (diff)
downloadgentoo-2-826e26b63d75d5b5513a76ebbb869659daa48924.tar.gz
gentoo-2-826e26b63d75d5b5513a76ebbb869659daa48924.tar.bz2
gentoo-2-826e26b63d75d5b5513a76ebbb869659daa48924.zip
disabled make check because it violates the sandbox
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/zsh/ChangeLog8
-rw-r--r--app-shells/zsh/zsh-4.0.6.ebuild4
2 files changed, 9 insertions, 3 deletions
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog
index c8cc0dda690b..983096412952 100644
--- a/app-shells/zsh/ChangeLog
+++ b/app-shells/zsh/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-shells/zsh
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.8 2002/08/19 12:46:27 phoenix Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.9 2002/08/24 10:01:27 cybersystem Exp $
+
+*zsh-4.0.6 (24 Aug 2002)
+
+ 24 Aug 2002; Sascha Schwabbauer <cybersystem@gentoo.org> zsh-4.0.6.ebuild :
+
+ Disabled make check because it violates the sandbox.
*zsh-4.0.6 (19 Aug 2002)
diff --git a/app-shells/zsh/zsh-4.0.6.ebuild b/app-shells/zsh/zsh-4.0.6.ebuild
index 3172e6f1828f..3bb3d4e766f5 100644
--- a/app-shells/zsh/zsh-4.0.6.ebuild
+++ b/app-shells/zsh/zsh-4.0.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.0.6.ebuild,v 1.3 2002/08/23 04:13:35 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.0.6.ebuild,v 1.4 2002/08/24 10:01:27 cybersystem Exp $
DESCRIPTION="UNIX Shell similar to the Korn shell"
SRC_URI="ftp://ftp.zsh.org/pub/${P}.tar.gz"
@@ -25,7 +25,7 @@ src_compile() {
--enable-function-subdirs || die "configure failed"
# emake still b0rks
make || die "make failed"
- make check || die "make check failed"
+ #make check || die "make check failed"
}
src_install() {