Portage is a package management system used by Gentoo Linux
# ChangeLog for app-shells/posh
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/ChangeLog,v 1.11 2008/02/01 17:24:29 armin76 Exp $
*posh-0.6 (01 Feb 2008)
01 Feb 2008; Raúl Porcel
+posh-0.6.ebuild:
Version bump, remove old
15 May 2007; Thilo Bangert
add
21 Feb 2007; Piotr Jaroszyński
Transition to Manifest2.
16 Sep 2005; Ciaran McCreesh
Converted to UTF-8, fixed encoding screwups
17 Jul 2005; David Holm
Added to ~ppc.
*posh-0.3.18 (16 Jul 2005)
16 Jul 2005; Daniel Black
+posh-0.3.18.ebuild:
version bump and old version removed. bug #97173 thanks to Pedro Palhoto Matos
25 Apr 2004; Aron Griffis
Add die following econf for bug 48950
14 Mar 2004; Michael Sterrett
Don't assign default to S; header fix
*posh-0.2.28 (02 May 2003)
02 May 2003; Jon Portnoy
Initial import. Ebuild submitted by Björn Lindström
DIST posh_0.6.tar.gz 414131 RMD160 8ef61302aad7a630ae2df3b729e7ceaa27477e30 SHA1 0b99880b702f84e6e7f62bed6bf5c874d9f75811 SHA256 319f13b0743e7c1a6f4504a0b21fb03b1af3cd873afaa227301e4c1070700f28
EBUILD posh-0.6.ebuild 520 RMD160 503d3e93eab08f794960c24102aba861c8e351a0 SHA1 ff1489ddbd76dbb0a8d0579533dcd115a5026b44 SHA256 09cbb74c36e55674d4f769608f23e6f20708dc58e004131864670827ab0a2854
MISC ChangeLog 1338 RMD160 e0346758ff48c4ebd4ef4a790762eed8d894f787 SHA1 a9ad15d38559f9c4f6810e05b0311b4de60da870 SHA256 c0f994e788911ae00fa0e3eba3d2ec838c5c27e0d2b35ba0da10e046510a32c7
MISC metadata.xml 231 RMD160 c13056229989c3d4f448a7c7abcff3f4ee7ce13c SHA1 2d63dfb700b223f8f37c078692a81b2237896bce SHA256 4595c2615fd7c9095517949b1a920d4457f92801eb9d46307b18aafe58ec2a8a
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/posh-0.6.ebuild,v 1.1 2008/02/01 17:24:29 armin76 Exp $
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"
SLOT="0"
KEYWORDS="~ppc ~x86"
IUSE=""
DEPEND=""
src_install() {
emake DESTDIR="${D}" bindir=/bin install || die "emake install failed"
}