Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/psh: psh-1.8.1-r1.ebuild ChangeLog
Date: Wed, 28 Aug 2013 14:30:48
Message-Id: 20130828143041.33EFF2004C@flycatcher.gentoo.org
1 idella4 13/08/28 14:30:41
2
3 Modified: ChangeLog
4 Added: psh-1.8.1-r1.ebuild
5 Log:
6 revbump -> EAPI 5
7
8 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.31 app-shells/psh/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/psh/ChangeLog?rev=1.31&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/psh/ChangeLog?rev=1.31&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/psh/ChangeLog?r1=1.30&r2=1.31
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v
20 retrieving revision 1.30
21 retrieving revision 1.31
22 diff -u -r1.30 -r1.31
23 --- ChangeLog 17 Aug 2012 16:39:58 -0000 1.30
24 +++ ChangeLog 28 Aug 2013 14:30:41 -0000 1.31
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-shells/psh
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.30 2012/08/17 16:39:58 kensington Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.31 2013/08/28 14:30:41 idella4 Exp $
31 +
32 +*psh-1.8.1-r1 (28 Aug 2013)
33 +
34 + 28 Aug 2013; Ian Delaney <idella4@g.o> +psh-1.8.1-r1.ebuild:
35 + revbump -> EAPI 5
36
37 17 Aug 2012; Michael Palimaka <kensington@g.o> -psh-1.8-r1.ebuild,
38 -psh-1.8.ebuild:
39
40
41
42 1.1 app-shells/psh/psh-1.8.1-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/psh/psh-1.8.1-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/psh/psh-1.8.1-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: psh-1.8.1-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.1-r1.ebuild,v 1.1 2013/08/28 14:30:40 idella4 Exp $
52
53 EAPI=5
54
55 inherit perl-module
56
57 DESCRIPTION="Combines the interactive nature of a Unix shell with the power of Perl"
58 HOMEPAGE="http://www.focusresearch.com/gregor/sw/psh/"
59 SRC_URI="http://www.focusresearch.com/gregor/download/${P}.tar.gz"
60
61 LICENSE="|| ( Artistic GPL-2 )"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86"
64 # Package warrants USE doc & examples
65 IUSE="readline"
66
67 DEPEND=""
68 RDEPEND="readline? (
69 dev-perl/Term-ReadLine-Gnu
70 dev-perl/TermReadKey )"
71
72 SRC_TEST="do parallel"
73 myinst="SITEPREFIX=${D}/usr"
74
75 src_install() {
76 perl-module_src_install
77 dodoc examples/complete-examples doc/*
78 }