summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2012-02-13 05:25:51 +0000
committerMike Gilbert <floppym@gentoo.org>2012-02-13 05:25:51 +0000
commit4da52cd37d9ef5d9ebe7aa901d809a521431b196 (patch)
treeafbaef6b45067a4c288742903bd53150800777ad /app-shells/ksh
parentNew ebuild for a git subcommand providing a bridge to bzr. (diff)
downloadgentoo-2-4da52cd37d9ef5d9ebe7aa901d809a521431b196.tar.gz
gentoo-2-4da52cd37d9ef5d9ebe7aa901d809a521431b196.tar.bz2
gentoo-2-4da52cd37d9ef5d9ebe7aa901d809a521431b196.zip
Build from the ast-base sources. Enable /etc/ksh.kshrc (SHOPT_SYSRC).
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'app-shells/ksh')
-rw-r--r--app-shells/ksh/ChangeLog5
-rw-r--r--app-shells/ksh/ksh-93.20110208.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/app-shells/ksh/ChangeLog b/app-shells/ksh/ChangeLog
index 9f327d586259..ec71617b71ab 100644
--- a/app-shells/ksh/ChangeLog
+++ b/app-shells/ksh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-shells/ksh
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ChangeLog,v 1.43 2012/02/13 03:35:41 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ChangeLog,v 1.44 2012/02/13 05:25:51 floppym Exp $
+
+ 13 Feb 2012; Mike Gilbert <floppym@gentoo.org> ksh-93.20110208.ebuild:
+ Build from the ast-base sources. Enable /etc/ksh.kshrc (SHOPT_SYSRC).
*ksh-93.20110208 (13 Feb 2012)
diff --git a/app-shells/ksh/ksh-93.20110208.ebuild b/app-shells/ksh/ksh-93.20110208.ebuild
index 6a37d740e159..92b5982c1232 100644
--- a/app-shells/ksh/ksh-93.20110208.ebuild
+++ b/app-shells/ksh/ksh-93.20110208.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20110208.ebuild,v 1.1 2012/02/13 03:35:41 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20110208.ebuild,v 1.2 2012/02/13 05:25:51 floppym Exp $
EAPI=4
@@ -16,7 +16,7 @@ ksh_release() {
}
SRC_URI="http://dev.gentoo.org/~floppym/distfiles/INIT.${INIT_RELEASE}.tgz
- http://dev.gentoo.org/~floppym/distfiles/ast-ksh.$(ksh_release).tgz"
+ http://dev.gentoo.org/~floppym/distfiles/ast-base.$(ksh_release).tgz"
LICENSE="CPL-1.0 EPL-1.0"
SLOT="0"
@@ -36,12 +36,12 @@ src_prepare() {
src_compile() {
tc-export AR CC LD NM
export CCFLAGS="${CFLAGS}"
- sh bin/package only make ast-ksh SHELL=/bin/sh || die
+ sh bin/package only make ast-ksh SHELL=/bin/sh SHOPT_SYSRC=1 || die
}
src_install() {
- dodoc lib/package/ast-ksh.README
- dohtml lib/package/ast-ksh.html
+ dodoc lib/package/ast-base.README
+ dohtml lib/package/ast-base.html
local myhost="$(sh bin/package host)"
cd "arch/${myhost}" || die