diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 04:00:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 04:00:30 +0000 |
commit | db4e9a782d8fa5934da35bdc6b3197df1fd84e61 (patch) | |
tree | cd54595451e461d2b67c30d23aa44fe3518b4ca2 /app-shells/posh/posh-0.2.28.ebuild | |
parent | change virtual/glibc to virtual/libc (Manifest recommit) (diff) | |
download | gentoo-2-db4e9a782d8fa5934da35bdc6b3197df1fd84e61.tar.gz gentoo-2-db4e9a782d8fa5934da35bdc6b3197df1fd84e61.tar.bz2 gentoo-2-db4e9a782d8fa5934da35bdc6b3197df1fd84e61.zip |
change virtual/glibc to virtual/libc
Diffstat (limited to 'app-shells/posh/posh-0.2.28.ebuild')
-rw-r--r-- | app-shells/posh/posh-0.2.28.ebuild | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/app-shells/posh/posh-0.2.28.ebuild b/app-shells/posh/posh-0.2.28.ebuild index 0794d8b44769..b3d923d057c2 100644 --- a/app-shells/posh/posh-0.2.28.ebuild +++ b/app-shells/posh/posh-0.2.28.ebuild @@ -1,21 +1,17 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/posh-0.2.28.ebuild,v 1.6 2004/06/24 22:25:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/posh-0.2.28.ebuild,v 1.7 2004/06/29 03:56:17 vapier Exp $ -DESCRIPTION="posh is a stripped-down version of pdksh that aims for compliance with Debian's policy, and few extra features" -HOMEPAGE="http://packages.debian.org/posh" +DESCRIPTION="stripped-down version of pdksh" +HOMEPAGE="http://packages.debian.org/posh/" SRC_URI="mirror://debian/pool/main/p/posh/${P/-/_}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="" -src_compile() { - econf || die "econf failed" - emake || die -} +DEPEND="" src_install() { einstall bindir=${D}/bin |