Gentoo Archives: gentoo-commits

From: "Andreas Huettel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/IPC-Run: IPC-Run-0.940.0.ebuild ChangeLog IPC-Run-0.910.0-r1.ebuild
Date: Mon, 06 Jul 2015 23:27:09
Message-Id: 20150706232658.D09E5752@oystercatcher.gentoo.org
1 dilfridge 15/07/06 23:26:58
2
3 Modified: ChangeLog
4 Added: IPC-Run-0.940.0.ebuild
5 Removed: IPC-Run-0.910.0-r1.ebuild
6 Log:
7 Version bump; remove old
8
9 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
10
11 Revision Changes Path
12 1.52 dev-perl/IPC-Run/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IPC-Run/ChangeLog?rev=1.52&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IPC-Run/ChangeLog?rev=1.52&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IPC-Run/ChangeLog?r1=1.51&r2=1.52
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v
21 retrieving revision 1.51
22 retrieving revision 1.52
23 diff -u -r1.51 -r1.52
24 --- ChangeLog 24 Jan 2015 10:08:45 -0000 1.51
25 +++ ChangeLog 6 Jul 2015 23:26:58 -0000 1.52
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-perl/IPC-Run
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.51 2015/01/24 10:08:45 zlogene Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.52 2015/07/06 23:26:58 dilfridge Exp $
31 +
32 +*IPC-Run-0.940.0 (06 Jul 2015)
33 +
34 + 06 Jul 2015; Andreas K. Huettel <dilfridge@g.o>
35 + +IPC-Run-0.940.0.ebuild, -IPC-Run-0.910.0-r1.ebuild:
36 + Version bump; remove old
37
38 24 Jan 2015; Mikle Kolyada <zlogene@g.o> IPC-Run-0.920.0-r1.ebuild:
39 Stable for all wrt bug #535204
40
41
42
43 1.1 dev-perl/IPC-Run/IPC-Run-0.940.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.940.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.940.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: IPC-Run-0.940.0.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.940.0.ebuild,v 1.1 2015/07/06 23:26:58 dilfridge Exp $
53
54 EAPI=5
55
56 MODULE_AUTHOR=TODDR
57 MODULE_VERSION=0.94
58 inherit perl-module
59
60 DESCRIPTION="system() and background procs w/ piping, redirs, ptys"
61
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
64 IUSE="test"
65
66 RDEPEND="
67 >=dev-perl/IO-Tty-1.80.0
68 "
69 DEPEND="${RDEPEND}
70 virtual/perl-ExtUtils-MakeMaker
71 test? (
72 dev-perl/Test-Pod
73 dev-perl/Test-Pod-Coverage
74 >=virtual/perl-Test-Simple-0.470.0
75 )
76 "
77
78 SRC_TEST="do parallel"