Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/IPC-Run: ChangeLog IPC-Run-0.89.ebuild
Date: Wed, 30 Mar 2011 16:44:57
Message-Id: 20110330164417.3441720054@flycatcher.gentoo.org
1 jer 11/03/30 16:44:17
2
3 Modified: ChangeLog IPC-Run-0.89.ebuild
4 Log:
5 Marked ~hppa (bug #361155).
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux i686)
8
9 Revision Changes Path
10 1.32 dev-perl/IPC-Run/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IPC-Run/ChangeLog?rev=1.32&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IPC-Run/ChangeLog?rev=1.32&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IPC-Run/ChangeLog?r1=1.31&r2=1.32
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v
19 retrieving revision 1.31
20 retrieving revision 1.32
21 diff -u -r1.31 -r1.32
22 --- ChangeLog 14 Jan 2011 17:16:54 -0000 1.31
23 +++ ChangeLog 30 Mar 2011 16:44:17 -0000 1.32
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-perl/IPC-Run
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.31 2011/01/14 17:16:54 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.32 2011/03/30 16:44:17 jer Exp $
29 +
30 + 30 Mar 2011; Jeroen Roovers <jer@g.o> IPC-Run-0.89.ebuild:
31 + Marked ~hppa (bug #361155).
32
33 14 Jan 2011; Torsten Veller <tove@g.o> -IPC-Run-0.80.ebuild,
34 -IPC-Run-0.84.ebuild, -IPC-Run-0.86.ebuild, -IPC-Run-0.88.ebuild:
35
36
37
38 1.4 dev-perl/IPC-Run/IPC-Run-0.89.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.89.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.89.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.89.ebuild?r1=1.3&r2=1.4
43
44 Index: IPC-Run-0.89.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.89.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- IPC-Run-0.89.ebuild 21 Jun 2010 20:02:25 -0000 1.3
51 +++ IPC-Run-0.89.ebuild 30 Mar 2011 16:44:17 -0000 1.4
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2010 Gentoo Foundation
54 +# Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.89.ebuild,v 1.3 2010/06/21 20:02:25 armin76 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.89.ebuild,v 1.4 2011/03/30 16:44:17 jer Exp $
58
59 EAPI=2
60
61 @@ -10,7 +10,7 @@
62 DESCRIPTION="system() and background procs w/ piping, redirs, ptys"
63
64 SLOT="0"
65 -KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86"
66 +KEYWORDS="alpha amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86"
67 IUSE="test"
68
69 RDEPEND=">=dev-perl/IO-Tty-1.08"