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/IO-All: IO-All-0.860.0.ebuild ChangeLog IO-All-0.460.0-r1.ebuild
Date: Sat, 04 Jul 2015 13:31:12
Message-Id: 20150704133103.3540A74B@oystercatcher.gentoo.org
1 dilfridge 15/07/04 13:31:03
2
3 Modified: ChangeLog
4 Added: IO-All-0.860.0.ebuild
5 Removed: IO-All-0.460.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 84AD142F)
10
11 Revision Changes Path
12 1.14 dev-perl/IO-All/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-All/ChangeLog?rev=1.14&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-All/ChangeLog?rev=1.14&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-All/ChangeLog?r1=1.13&r2=1.14
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-All/ChangeLog,v
21 retrieving revision 1.13
22 retrieving revision 1.14
23 diff -u -r1.13 -r1.14
24 --- ChangeLog 8 Dec 2014 21:21:15 -0000 1.13
25 +++ ChangeLog 4 Jul 2015 13:31:03 -0000 1.14
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-perl/IO-All
28 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-All/ChangeLog,v 1.13 2014/12/08 21:21:15 monsieurp Exp $
30 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-All/ChangeLog,v 1.14 2015/07/04 13:31:03 dilfridge Exp $
32 +
33 +*IO-All-0.860.0 (04 Jul 2015)
34 +
35 + 04 Jul 2015; Andreas K. Huettel <dilfridge@g.o> +IO-All-0.860.0.ebuild,
36 + -IO-All-0.460.0-r1.ebuild:
37 + Version bump; remove old
38
39 *IO-All-0.820.0 (08 Dec 2014)
40
41
42
43
44 1.1 dev-perl/IO-All/IO-All-0.860.0.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-All/IO-All-0.860.0.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-All/IO-All-0.860.0.ebuild?rev=1.1&content-type=text/plain
48
49 Index: IO-All-0.860.0.ebuild
50 ===================================================================
51 # Copyright 1999-2015 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-All/IO-All-0.860.0.ebuild,v 1.1 2015/07/04 13:31:03 dilfridge Exp $
54
55 EAPI=5
56
57 MODULE_AUTHOR=INGY
58 MODULE_VERSION=0.86
59
60 inherit perl-module
61
62 DESCRIPTION="unified IO operations"
63
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 # needs Scalar::Util
69 DEPEND="
70 virtual/perl-Scalar-List-Utils
71 "
72 RDEPEND="${DEPEND}
73 virtual/perl-ExtUtils-MakeMaker
74 "
75
76 SRC_TEST="do parallel"