Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/posh: ChangeLog posh-0.6.ebuild posh-0.3.18.ebuild
Date: Fri, 01 Feb 2008 17:24:33
Message-Id: E1JKzcs-0001lh-8A@stork.gentoo.org
1 armin76 08/02/01 17:24:30
2
3 Modified: ChangeLog
4 Added: posh-0.6.ebuild
5 Removed: posh-0.3.18.ebuild
6 Log:
7 Version bump, remove old
8 (Portage version: 2.1.3.19)
9
10 Revision Changes Path
11 1.11 app-shells/posh/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/posh/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/posh/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/posh/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-shells/posh/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 15 May 2007 09:27:31 -0000 1.10
24 +++ ChangeLog 1 Feb 2008 17:24:29 -0000 1.11
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-shells/posh
27 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/ChangeLog,v 1.10 2007/05/15 09:27:31 bangert Exp $
29 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/ChangeLog,v 1.11 2008/02/01 17:24:29 armin76 Exp $
31 +
32 +*posh-0.6 (01 Feb 2008)
33 +
34 + 01 Feb 2008; Raúl Porcel <armin76@g.o> -posh-0.3.18.ebuild,
35 + +posh-0.6.ebuild:
36 + Version bump, remove old
37
38 15 May 2007; Thilo Bangert <bangert@g.o> metadata.xml:
39 add <herd>no-herd</herd>
40
41
42
43 1.1 app-shells/posh/posh-0.6.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/posh/posh-0.6.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/posh/posh-0.6.ebuild?rev=1.1&content-type=text/plain
47
48 Index: posh-0.6.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-shells/posh/posh-0.6.ebuild,v 1.1 2008/02/01 17:24:29 armin76 Exp $
53
54 DESCRIPTION="stripped-down version of 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="~ppc ~x86"
61 IUSE=""
62
63 DEPEND=""
64
65 src_install() {
66 emake DESTDIR="${D}" bindir=/bin install || die "emake install failed"
67 }
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list