summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2010-09-30 13:11:42 +0000
committerMichael Weber <xmw@gentoo.org>2010-09-30 13:11:42 +0000
commit9f16cc53aa0cc8453e54d1257f926e0cadedd007 (patch)
treef01002092b9816ae2cbedeb7cfe83ce4d503cff3 /app-shells
parentInitial commit (#339237). (diff)
downloadgentoo-2-9f16cc53aa0cc8453e54d1257f926e0cadedd007.tar.gz
gentoo-2-9f16cc53aa0cc8453e54d1257f926e0cadedd007.tar.bz2
gentoo-2-9f16cc53aa0cc8453e54d1257f926e0cadedd007.zip
Version bump
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/posh/ChangeLog9
-rw-r--r--app-shells/posh/posh-0.8.6.ebuild22
2 files changed, 29 insertions, 2 deletions
diff --git a/app-shells/posh/ChangeLog b/app-shells/posh/ChangeLog
index 8f2aebac5a90..99b79f0f1487 100644
--- a/app-shells/posh/ChangeLog
+++ b/app-shells/posh/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-shells/posh
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/ChangeLog,v 1.13 2009/08/03 16:31:28 vostorga Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/ChangeLog,v 1.14 2010/09/30 13:11:42 xmw Exp $
+
+*posh-0.8.6 (30 Sep 2010)
+
+ 30 Sep 2010; Michael Weber <xmw@gentoo.org> +posh-0.8.6.ebuild:
+ Version bump, thanks to Michał Górny (bug #338733).
03 Aug 2009; Víctor Ostorga <vostorga@gentoo.org> -posh-0.6.ebuild:
Cleaning out buggy posh version
diff --git a/app-shells/posh/posh-0.8.6.ebuild b/app-shells/posh/posh-0.8.6.ebuild
new file mode 100644
index 000000000000..7c18c921b2e5
--- /dev/null
+++ b/app-shells/posh/posh-0.8.6.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/posh-0.8.6.ebuild,v 1.1 2010/09/30 13:11:42 xmw Exp $
+
+EAPI=2
+
+DESCRIPTION="Reimplementation of Bourne shell based on pdksh"
+HOMEPAGE="http://packages.debian.org/posh"
+SRC_URI="mirror://debian/pool/main/p/posh/${P/-/_}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+src_configure() {
+ econf --exec-prefix=/
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+}