Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Capture-Tiny/
Date: Tue, 27 Aug 2013 16:46:19
Message-Id: 1377620896.1c674c5a3a76c7976ec90bb4fd5ba7361e72d19b.kent@gentoo
1 commit: 1c674c5a3a76c7976ec90bb4fd5ba7361e72d19b
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 27 16:28:16 2013 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Aug 27 16:28:16 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1c674c5a
7
8 [clean] remove versions of Capture::Tiny that are in ::gentoo
9
10 Package-Manager: portage-2.2.1
11 Manifest-Sign-Key: E854324B1366A820
12
13 ---
14 dev-perl/Capture-Tiny/Capture-Tiny-0.170.0.ebuild | 24 -----------------------
15 dev-perl/Capture-Tiny/Capture-Tiny-0.210.0.ebuild | 24 -----------------------
16 dev-perl/Capture-Tiny/ChangeLog | 4 ++++
17 3 files changed, 4 insertions(+), 48 deletions(-)
18
19 diff --git a/dev-perl/Capture-Tiny/Capture-Tiny-0.170.0.ebuild b/dev-perl/Capture-Tiny/Capture-Tiny-0.170.0.ebuild
20 deleted file mode 100644
21 index 250bd8b..0000000
22 --- a/dev-perl/Capture-Tiny/Capture-Tiny-0.170.0.ebuild
23 +++ /dev/null
24 @@ -1,24 +0,0 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 -# Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/Capture-Tiny-0.170.0.ebuild,v 1.4 2012/04/26 02:05:29 jer Exp $
28 -
29 -EAPI=4
30 -
31 -MODULE_AUTHOR=DAGOLDEN
32 -MODULE_VERSION=0.17
33 -inherit perl-module
34 -
35 -DESCRIPTION="Capture STDOUT and STDERR from Perl, XS or external programs"
36 -
37 -LICENSE="Apache-2.0"
38 -SLOT="0"
39 -KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~sparc x86"
40 -IUSE="test"
41 -
42 -DEPEND="
43 - test? (
44 - dev-perl/Inline
45 - )
46 -"
47 -
48 -SRC_TEST=do
49
50 diff --git a/dev-perl/Capture-Tiny/Capture-Tiny-0.210.0.ebuild b/dev-perl/Capture-Tiny/Capture-Tiny-0.210.0.ebuild
51 deleted file mode 100644
52 index 15824b0..0000000
53 --- a/dev-perl/Capture-Tiny/Capture-Tiny-0.210.0.ebuild
54 +++ /dev/null
55 @@ -1,24 +0,0 @@
56 -# Copyright 1999-2012 Gentoo Foundation
57 -# Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/Capture-Tiny-0.210.0.ebuild,v 1.2 2012/12/11 18:07:41 ago Exp $
59 -
60 -EAPI=4
61 -
62 -MODULE_AUTHOR=DAGOLDEN
63 -MODULE_VERSION=0.21
64 -inherit perl-module
65 -
66 -DESCRIPTION="Capture STDOUT and STDERR from Perl, XS or external programs"
67 -
68 -LICENSE="Apache-2.0"
69 -SLOT="0"
70 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
71 -IUSE="test"
72 -
73 -DEPEND="
74 - test? (
75 - dev-perl/Inline
76 - )
77 -"
78 -
79 -SRC_TEST=do
80
81 diff --git a/dev-perl/Capture-Tiny/ChangeLog b/dev-perl/Capture-Tiny/ChangeLog
82 index a17f731..3100c19 100644
83 --- a/dev-perl/Capture-Tiny/ChangeLog
84 +++ b/dev-perl/Capture-Tiny/ChangeLog
85 @@ -2,6 +2,10 @@
86 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
87 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/ChangeLog,v 1.32 2013/01/08 18:35:03 tove Exp $
88
89 + 27 Aug 2013; Kent Fredric <kentfredric@×××××.com>
90 + -Capture-Tiny-0.170.0.ebuild, -Capture-Tiny-0.210.0.ebuild:
91 + Removing version now in ::gentoo
92 +
93 *Capture-Tiny-0.220.0 (18 Jun 2013)
94
95 18 Jun 2013; Kent Fredric <kentfredric@×××××.com>