summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2003-12-02 22:30:46 +0000
committerTavis Ormandy <taviso@gentoo.org>2003-12-02 22:30:46 +0000
commit8f4ec970f860583676a33d98f6863b733fbf52fe (patch)
tree6a783c716f13ba8477ce8ecf1fcf0e3ccd1b42f0 /app-shells/ksh
parentChangeLog neatified a little... (diff)
downloadhistorical-8f4ec970f860583676a33d98f6863b733fbf52fe.tar.gz
historical-8f4ec970f860583676a33d98f6863b733fbf52fe.tar.bz2
historical-8f4ec970f860583676a33d98f6863b733fbf52fe.zip
syntax change
Diffstat (limited to 'app-shells/ksh')
-rw-r--r--app-shells/ksh/ChangeLog5
-rw-r--r--app-shells/ksh/Manifest4
-rw-r--r--app-shells/ksh/ksh-93.20030724.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/app-shells/ksh/ChangeLog b/app-shells/ksh/ChangeLog
index 482611a62ae8..5ee3c473bca3 100644
--- a/app-shells/ksh/ChangeLog
+++ b/app-shells/ksh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-shells/ksh
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ChangeLog,v 1.7 2003/10/11 22:48:49 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ChangeLog,v 1.8 2003/12/02 22:30:41 taviso Exp $
+
+ 02 Dec 2003; Tavis Ormandy <taviso@gentoo.org> ksh-93.20030724.ebuild:
+ die if build script fails, no longer required to fail first.
11 Oct 2003; Jason Wever <weeve@gentoo.org> ksh-93.20030724.ebuild:
Added ~sparc keyword, resolves bug #25668.
diff --git a/app-shells/ksh/Manifest b/app-shells/ksh/Manifest
index 223e3c7c3497..58b1526c7ad6 100644
--- a/app-shells/ksh/Manifest
+++ b/app-shells/ksh/Manifest
@@ -1,5 +1,5 @@
-MD5 1d5c3956922519b19aa657d26983371f ksh-93.20030724.ebuild 2376
-MD5 70a3ab410e70157b6a36725d183171c8 ChangeLog 1092
+MD5 9b3988fba81890ec716b9643759be5f0 ksh-93.20030724.ebuild 2375
+MD5 61c80dfac35c543d23cfe6f1a84b5fec ChangeLog 1230
MD5 e283b9362f2885bedf238e7c08f51e26 metadata.xml 1272
MD5 fc05a830ab720e8d3462bb10f0474258 files/ksh-93.20030724-libs.diff 12867
MD5 75a91bdad38d09a163894fd8ebc8adff files/digest-ksh-93.20030724 206
diff --git a/app-shells/ksh/ksh-93.20030724.ebuild b/app-shells/ksh/ksh-93.20030724.ebuild
index 0ab0c99619a2..05fd8b4b1cf4 100644
--- a/app-shells/ksh/ksh-93.20030724.ebuild
+++ b/app-shells/ksh/ksh-93.20030724.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20030724.ebuild,v 1.5 2003/11/10 17:12:31 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20030724.ebuild,v 1.6 2003/12/02 22:30:41 taviso Exp $
inherit ccc eutils
@@ -50,7 +50,7 @@ src_compile() {
# set the optimisations for the build process
export CCFLAGS="${CFLAGS}"
- cd ${S}; ./bin/package only make ast-ksh CC=${CC:-gcc} || true
+ cd ${S}; ./bin/package only make ast-ksh CC=${CC:-gcc} || die
# install the optional locale data.
# heh, check out locale fudd, or piglatin :)