Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/posh: posh-0.8.6.ebuild ChangeLog
Date: Thu, 30 Sep 2010 13:11:50
Message-Id: 20100930131142.7972020051@flycatcher.gentoo.org
1 xmw 10/09/30 13:11:42
2
3 Modified: ChangeLog
4 Added: posh-0.8.6.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.14 app-shells/posh/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/posh/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/posh/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/posh/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-shells/posh/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 3 Aug 2009 16:31:28 -0000 1.13
23 +++ ChangeLog 30 Sep 2010 13:11:42 -0000 1.14
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-shells/posh
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/ChangeLog,v 1.13 2009/08/03 16:31:28 vostorga Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/ChangeLog,v 1.14 2010/09/30 13:11:42 xmw Exp $
30 +
31 +*posh-0.8.6 (30 Sep 2010)
32 +
33 + 30 Sep 2010; Michael Weber <xmw@g.o> +posh-0.8.6.ebuild:
34 + Version bump, thanks to Michał Górny (bug #338733).
35
36 03 Aug 2009; Víctor Ostorga <vostorga@g.o> -posh-0.6.ebuild:
37 Cleaning out buggy posh version
38
39
40
41 1.1 app-shells/posh/posh-0.8.6.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/posh/posh-0.8.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/posh/posh-0.8.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: posh-0.8.6.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-shells/posh/posh-0.8.6.ebuild,v 1.1 2010/09/30 13:11:42 xmw Exp $
51
52 EAPI=2
53
54 DESCRIPTION="Reimplementation of Bourne shell based on pdksh"
55 HOMEPAGE="http://packages.debian.org/posh"
56 SRC_URI="mirror://debian/pool/main/p/posh/${P/-/_}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE=""
62
63 src_configure() {
64 econf --exec-prefix=/
65 }
66
67 src_install() {
68 emake DESTDIR="${D}" install || die
69 }