Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 338733
Collapse All | Expand All

(-)a/ChangeLog (-1 / +7 lines)
Lines 1-7 Link Here
1
# ChangeLog for app-shells/posh
1
# ChangeLog for app-shells/posh
2
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
2
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
3
# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/ChangeLog,v 1.13 2009/08/03 16:31:28 vostorga Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/ChangeLog,v 1.13 2009/08/03 16:31:28 vostorga Exp $
4
4
5
*posh-0.8.6 (25 Sep 2010)
6
7
  25 Sep 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
8
  -posh-0.6.18.ebuild, +posh-0.8.6.ebuild:
9
  Version bump with ebuild cleanup.
10
5
  03 Aug 2009; Víctor Ostorga <vostorga@gentoo.org> -posh-0.6.ebuild:
11
  03 Aug 2009; Víctor Ostorga <vostorga@gentoo.org> -posh-0.6.ebuild:
6
  Cleaning out buggy posh version
12
  Cleaning out buggy posh version
7
13
(-)a/Manifest (-3 / +3 lines)
Lines 1-4 Link Here
1
DIST posh_0.6.18.tar.gz 494313 RMD160 c988ecb21412f208ce2b3f8c402c2f9bbc674405 SHA1 0f16a35f5778b31d7d3c3ba8882a7f23e353f1dd SHA256 16e65f532c4312eeaea6ae9f686be17b8a1981811f65b601b6711425e785758b
1
DIST posh_0.8.6.tar.gz 474751 RMD160 96f7501d35cc0e871f00d4a6eb7371b0c01292ce SHA1 ee09890b42d30c461dc3e473962da0f4eb2b2694 SHA256 0015f6829ec217d77062db25b05ea3f33ec67b315b67412f717cd9f8b92c40d8
2
EBUILD posh-0.6.18.ebuild 541 RMD160 8079f7cec7dc3e350f8fc2907adc75dd16165bc3 SHA1 12f27a5cf9e3272e874765b8ded246920a44d745 SHA256 0144711fac306f9ae86bbc1de32de7251f231aba3694b8ff2bd9fa127e175b04
2
EBUILD posh-0.8.6.ebuild 553 RMD160 a98466446a5676266e465c79b17aacbd7ed91040 SHA1 51edcb57d459acaa37cfaad2a83f5e132a2ae65b SHA256 cdca38d4edcd995ecd5a8fde6954141f27dbe929b0ecbf385c323bc9fc35c541
3
MISC ChangeLog 1669 RMD160 ba1b544e82033decdf6e6e4c6785ffaa259a9aa6 SHA1 81bed2ed25f6eca7ef7731093b5e133c36f7b571 SHA256 2d989bde1d03194a0ea0d8bf3930a209654dbdecf96b8b4b055cdc7914f4c145
3
MISC ChangeLog 1840 RMD160 b02363b0706c97b9eed3c05498005267083a0b35 SHA1 a084117e60267c603370652209f502dd26eff68f SHA256 fcfa421375f71168a48a4d9e32239d6b8831df9fb436ace6f5d9d5bf253fbddb
4
MISC metadata.xml 231 RMD160 c13056229989c3d4f448a7c7abcff3f4ee7ce13c SHA1 2d63dfb700b223f8f37c078692a81b2237896bce SHA256 4595c2615fd7c9095517949b1a920d4457f92801eb9d46307b18aafe58ec2a8a
4
MISC metadata.xml 231 RMD160 c13056229989c3d4f448a7c7abcff3f4ee7ce13c SHA1 2d63dfb700b223f8f37c078692a81b2237896bce SHA256 4595c2615fd7c9095517949b1a920d4457f92801eb9d46307b18aafe58ec2a8a
(-)a/posh-0.6.18.ebuild (-6 / +8 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2010 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/posh-0.6.18.ebuild,v 1.1 2009/08/03 16:20:07 vostorga Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/posh-0.6.18.ebuild,v 1.1 2009/08/03 16:20:07 vostorga Exp $
4
4
5
DESCRIPTION="stripped-down version of pdksh"
5
EAPI=2
6
7
DESCRIPTION="Reimplementation of Bourne shell based on pdksh"
6
HOMEPAGE="http://packages.debian.org/posh"
8
HOMEPAGE="http://packages.debian.org/posh"
7
SRC_URI="mirror://debian/pool/main/p/posh/${P/-/_}.tar.gz"
9
SRC_URI="mirror://debian/pool/main/p/posh/${P/-/_}.tar.gz"
8
10
Lines 11-19 SLOT="0" Link Here
11
KEYWORDS="~amd64 ~ppc ~x86"
13
KEYWORDS="~amd64 ~ppc ~x86"
12
IUSE=""
14
IUSE=""
13
15
14
DEPEND=""
16
src_configure() {
15
RDEPEND=""
17
	econf --exec-prefix=/
18
}
16
19
17
src_install() {
20
src_install() {
18
	emake DESTDIR="${D}" bindir=/bin install || die "emake install failed"
21
	emake DESTDIR="${D}" install || die
19
}
22
}
20
- 

Return to bug 338733