Gentoo Archives: gentoo-commits

From: Torsten Veller <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/IO-CaptureOutput/
Date: Sun, 29 May 2011 17:48:50
Message-Id: 3d5fac1f1c44824e3c8118fcb532f73275c909ba.tove@gentoo
1 commit: 3d5fac1f1c44824e3c8118fcb532f73275c909ba
2 Author: Torsten Veller <tove <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 17:12:55 2011 +0000
4 Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 17:12:55 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3d5fac1f
7
8 [fix] dev-perl/IO-CaptureOutput 1.1102 -> 1.110.200
9
10 (Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
11
12 ---
13 dev-perl/IO-CaptureOutput/ChangeLog | 9 ++++++-
14 ...02.ebuild => IO-CaptureOutput-1.110.200.ebuild} | 3 +-
15 .../IO-CaptureOutput-1.1101.ebuild | 25 --------------------
16 3 files changed, 10 insertions(+), 27 deletions(-)
17
18 diff --git a/dev-perl/IO-CaptureOutput/ChangeLog b/dev-perl/IO-CaptureOutput/ChangeLog
19 index 8e62743..7f11adc 100644
20 --- a/dev-perl/IO-CaptureOutput/ChangeLog
21 +++ b/dev-perl/IO-CaptureOutput/ChangeLog
22 @@ -1,7 +1,14 @@
23 # ChangeLog for dev-perl/IO-CaptureOutput
24 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: $
27
28 +*IO-CaptureOutput-1.110.200 (29 May 2011)
29 +
30 + 29 May 2011; Torsten Veller <tove@g.o>
31 + +IO-CaptureOutput-1.110.200.ebuild, -IO-CaptureOutput-1.1101.ebuild,
32 + -IO-CaptureOutput-1.1102.ebuild:
33 + Change version scheme. Looks like a downgrade
34 +
35 *IO-CaptureOutput-1.1102 (11 May 2010)
36
37 11 May 2010; Torsten Veller <tove@g.o>
38
39 diff --git a/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.1102.ebuild b/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.200.ebuild
40 similarity index 87%
41 rename from dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.1102.ebuild
42 rename to dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.200.ebuild
43 index 1ea3917..2b319dd 100644
44 --- a/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.1102.ebuild
45 +++ b/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.200.ebuild
46 @@ -1,10 +1,11 @@
47 -# Copyright 1999-2010 Gentoo Foundation
48 +# Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: $
51
52 EAPI=3
53
54 MODULE_AUTHOR=DAGOLDEN
55 +MODULE_VERSION=1.1102
56 inherit perl-module
57
58 DESCRIPTION="Capture STDOUT and STDERR from Perl code, subprocesses or XS"
59
60 diff --git a/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.1101.ebuild b/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.1101.ebuild
61 deleted file mode 100644
62 index 28bdbbb..0000000
63 --- a/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.1101.ebuild
64 +++ /dev/null
65 @@ -1,25 +0,0 @@
66 -# Copyright 1999-2009 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -# $Header: $
69 -
70 -EAPI=2
71 -
72 -MODULE_AUTHOR=DAGOLDEN
73 -inherit perl-module
74 -
75 -DESCRIPTION="Capture STDOUT and STDERR from Perl code, subprocesses or XS"
76 -
77 -SLOT="0"
78 -KEYWORDS="~amd64 ~x86"
79 -IUSE="test"
80 -
81 -RDEPEND="
82 - >=virtual/perl-File-Spec-3.27
83 - >=virtual/perl-File-Temp-0.16
84 -"
85 -DEPEND="${RDEPEND}
86 - test? (
87 - >=virtual/perl-Test-Simple-0.62
88 - )
89 -"
90 -SRC_TEST="do"