diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-20 22:18:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-20 22:18:47 +0000 |
commit | 7c05dffcadc63dfe2c49d20f5e31707508c78b17 (patch) | |
tree | 144cccd875fe300fc40cee77109c618361e2e635 /app-shells | |
parent | touchups (diff) | |
download | gentoo-2-7c05dffcadc63dfe2c49d20f5e31707508c78b17.tar.gz gentoo-2-7c05dffcadc63dfe2c49d20f5e31707508c78b17.tar.bz2 gentoo-2-7c05dffcadc63dfe2c49d20f5e31707508c78b17.zip |
ppc repoman
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/ash/ash-1.6.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/app-shells/ash/ash-1.6.ebuild b/app-shells/ash/ash-1.6.ebuild index 6a039032cf0a..62a8c5e2ae04 100644 --- a/app-shells/ash/ash-1.6.ebuild +++ b/app-shells/ash/ash-1.6.ebuild @@ -1,26 +1,25 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/ash/ash-1.6.ebuild,v 1.4 2003/09/06 22:23:39 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ash/ash-1.6.ebuild,v 1.5 2004/02/20 22:17:54 vapier Exp $ inherit eutils -IUSE="" - -S=${WORKDIR}/bin_NetBSD-1.6release/src/bin/sh DESCRIPTION="NetBSD's lightweight bourne shell" HOMEPAGE="http://cvsweb.netbsd.org/bsdweb.cgi/src/bin/sh/" SRC_URI="ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-release-1-6/tar_files/src/bin.tar.gz mirror://gentoo/dash-ash-hetio-yacc.diff.bz2 http://cvs.gentoo.org/~seemant/dash-ash-hetio-yacc.diff.bz2" -SLOT="0" LICENSE="BSD" -KEYWORDS="~alpha x86" +SLOT="0" +KEYWORDS="x86 ~ppc ~alpha" DEPEND="sys-devel/pmake sys-apps/sed dev-util/yacc" +S=${WORKDIR}/bin_NetBSD-1.6release/src/bin/sh + src_unpack() { mkdir ${WORKDIR}/bin_NetBSD-1.6release (cd ${WORKDIR}/bin_NetBSD-1.6release; tar zxv --no-same-owner \ @@ -37,7 +36,7 @@ src_compile() { src_install() { into / - newbin sh ash + newbin sh ash || die newman sh.1 ash.1 dosym /usr/share/man/man1/ash.1.gz /usr/share/man/man1/sh.1.gz |