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
commit359867aec1490f7973c0ebee668525fdde9aad2d (patch)
tree0c1c6677625ca98990d57cc7a9bd2dd596e65ddc /app-shells
parentInitial commit (#339237). (diff)
downloadhistorical-359867aec1490f7973c0ebee668525fdde9aad2d.tar.gz
historical-359867aec1490f7973c0ebee668525fdde9aad2d.tar.bz2
historical-359867aec1490f7973c0ebee668525fdde9aad2d.zip
Version bump
Package-Manager: portage-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/Manifest4
-rw-r--r--app-shells/posh/posh-0.8.6.ebuild22
3 files changed, 32 insertions, 3 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/Manifest b/app-shells/posh/Manifest
index 34f2a292dbaf..28f7f04b47d9 100644
--- a/app-shells/posh/Manifest
+++ b/app-shells/posh/Manifest
@@ -1,4 +1,6 @@
DIST posh_0.6.18.tar.gz 494313 RMD160 c988ecb21412f208ce2b3f8c402c2f9bbc674405 SHA1 0f16a35f5778b31d7d3c3ba8882a7f23e353f1dd SHA256 16e65f532c4312eeaea6ae9f686be17b8a1981811f65b601b6711425e785758b
+DIST posh_0.8.6.tar.gz 474751 RMD160 96f7501d35cc0e871f00d4a6eb7371b0c01292ce SHA1 ee09890b42d30c461dc3e473962da0f4eb2b2694 SHA256 0015f6829ec217d77062db25b05ea3f33ec67b315b67412f717cd9f8b92c40d8
EBUILD posh-0.6.18.ebuild 541 RMD160 8079f7cec7dc3e350f8fc2907adc75dd16165bc3 SHA1 12f27a5cf9e3272e874765b8ded246920a44d745 SHA256 0144711fac306f9ae86bbc1de32de7251f231aba3694b8ff2bd9fa127e175b04
-MISC ChangeLog 1669 RMD160 ba1b544e82033decdf6e6e4c6785ffaa259a9aa6 SHA1 81bed2ed25f6eca7ef7731093b5e133c36f7b571 SHA256 2d989bde1d03194a0ea0d8bf3930a209654dbdecf96b8b4b055cdc7914f4c145
+EBUILD posh-0.8.6.ebuild 547 RMD160 41b5177a76b5eee209e2503b0d4ab07b9702c41f SHA1 5f12fdb81f0da4d70890c7eec7006f88be171dac SHA256 066a1d3037c6dc0fbc95b17e4acceecfa1930c40746d09cfc7fbe74db9241b12
+MISC ChangeLog 1814 RMD160 ecc3e417048744f4dd32925db684346d0b65a3fd SHA1 03123c6329b6923ea8069b067a0c9873abc6cf76 SHA256 bff488a2b626ceb523e74ddb0243191d0b47ae094d7a8345aeb1a15c5fb72790
MISC metadata.xml 231 RMD160 c13056229989c3d4f448a7c7abcff3f4ee7ce13c SHA1 2d63dfb700b223f8f37c078692a81b2237896bce SHA256 4595c2615fd7c9095517949b1a920d4457f92801eb9d46307b18aafe58ec2a8a
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
+}