* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CPAN-Reporter/, dev-perl/CPAN-Reporter/files/1.2004/
@ 2012-03-01 22:55 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2012-03-01 22:55 UTC (permalink / raw
To: gentoo-commits
commit: 352fa6c97c131e589b190948a7f7c3aa345d3562
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 1 22:54:59 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 1 22:54:59 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=352fa6c9
[newversion/patched] CPAN-Reporter-1.200.400-r1
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
.../CPAN-Reporter-1.200.400-r1.ebuild | 101 +++++
dev-perl/CPAN-Reporter/ChangeLog | 6 +
.../CPAN-Reporter/files/1.2004/canonpath.patch | 398 ++++++++++++++++++++
3 files changed, 505 insertions(+), 0 deletions(-)
diff --git a/dev-perl/CPAN-Reporter/CPAN-Reporter-1.200.400-r1.ebuild b/dev-perl/CPAN-Reporter/CPAN-Reporter-1.200.400-r1.ebuild
new file mode 100644
index 0000000..9855bd4
--- /dev/null
+++ b/dev-perl/CPAN-Reporter/CPAN-Reporter-1.200.400-r1.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION=1.2004
+inherit perl-module
+
+DESCRIPTION='Adds CPAN Testers reporting to CPAN.pm'
+LICENSE=" Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+PATCHES=(
+ "${FILESDIR}/${MODULE_VERSION}/canonpath.patch"
+)
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+ # CPAN 1.9301 ( 1.930.100 )
+ echo \>=virtual/perl-CPAN-1.930.100
+ # CPAN::Version
+ echo virtual/perl-CPAN
+ # Capture::Tiny
+ echo dev-perl/Capture-Tiny
+ # Carp
+ # echo virtual/perl-Carp
+ # Config
+ #echo unresolved
+ # Config::Tiny 2.08 ( 2.80.0 )
+ echo \>=dev-perl/Config-Tiny-2.08
+ # Devel::Autoflush 0.04 ( 0.40.0 )
+ echo \>=dev-perl/Devel-Autoflush-0.40.0
+ # Exporter
+ echo virtual/perl-Exporter
+ # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
+ # Fcntl
+ echo dev-lang/perl
+ # File::Basename
+ echo dev-lang/perl
+ # File::Find
+ echo dev-lang/perl
+ # File::Glob
+ echo dev-lang/perl
+ # File::HomeDir 0.58 ( 0.580.0 )
+ echo \>=dev-perl/File-HomeDir-0.58
+ # File::Path
+ echo virtual/perl-File-Path
+ # File::Spec 3.19 ( 3.190.0 )
+ echo \>=virtual/perl-File-Spec-3.19
+ # File::Temp 0.16 ( 0.160.0 )
+ echo \>=virtual/perl-File-Temp-0.160.0
+ # IO::File
+ echo virtual/perl-IO
+ # IPC::Cmd 0.46 ( 0.460.0 )
+ echo \>=virtual/perl-IPC-Cmd-0.460.0
+ # Parse::CPAN::Meta
+ echo virtual/perl-Parse-CPAN-Meta
+ # Probe::Perl
+ echo dev-perl/Probe-Perl
+ # Test::Reporter 1.54 ( 1.540.0 )
+ echo \>=dev-perl/Test-Reporter-1.540.0
+ # constant
+ # echo virtual/perl-constant
+ # perl 5.006 ( 5.6.0 )
+ echo \>=dev-lang/perl-5.6.0
+ # strict
+ echo dev-lang/perl
+ # vars
+ echo dev-lang/perl
+}
+perl_meta_test() {
+ # Archive::Tar 1.54 ( 1.540.0 )
+ echo \>=virtual/perl-Archive-Tar-1.54
+ # File::Copy::Recursive 0.35 ( 0.350.0 )
+ echo \>=dev-perl/File-Copy-Recursive-0.350.0
+ # File::Spec::Functions
+ echo virtual/perl-File-Spec
+ # File::pushd 0.32 ( 0.320.0 )
+ echo \>=dev-perl/File-pushd-0.320.0
+ # IO::CaptureOutput 1.03 ( 1.30.0 )
+ echo \>=dev-perl/IO-CaptureOutput-1.30.0
+ # Test::Harness
+ echo virtual/perl-Test-Harness
+ # Test::More 0.62 ( 0.620.0 )
+ echo \>=virtual/perl-Test-Simple-0.62
+ # warnings
+ echo dev-lang/perl
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/dev-perl/CPAN-Reporter/ChangeLog b/dev-perl/CPAN-Reporter/ChangeLog
index c50492b..d7090c8 100644
--- a/dev-perl/CPAN-Reporter/ChangeLog
+++ b/dev-perl/CPAN-Reporter/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*CPAN-Reporter-1.200.400-r1 (01 Mar 2012)
+
+ 01 Mar 2012; Kent Fredric <kentfredric@gmail.com>
+ +files/1.2004/canonpath.patch, +CPAN-Reporter-1.200.400-r1.ebuild:
+ Add a patched version fixed to let tests pass
+
*CPAN-Reporter-1.200.400 (01 Mar 2012)
01 Mar 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/CPAN-Reporter/files/1.2004/canonpath.patch b/dev-perl/CPAN-Reporter/files/1.2004/canonpath.patch
new file mode 100644
index 0000000..ed4846e
--- /dev/null
+++ b/dev-perl/CPAN-Reporter/files/1.2004/canonpath.patch
@@ -0,0 +1,398 @@
+diff -Naur CPAN-Reporter-1.2004/Changes CPAN-Reporter-1.2004_01/Changes
+--- CPAN-Reporter-1.2004/Changes 2012-02-14 10:25:22.000000000 +1300
++++ CPAN-Reporter-1.2004_01/Changes 2012-03-02 11:33:56.888329313 +1300
+@@ -1,5 +1,7 @@
+ Revision history for Perl module CPAN::Reporter
+
++1.2004_01 2012-03-02 11:33:41 Pacific/Auckland
++
+ 1.2004 2012-02-13 16:25:07 EST5EDT
+
+ [BUG FIXES]
+diff -Naur CPAN-Reporter-1.2004/lib/CPAN/Reporter/API.pm CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/API.pm
+--- CPAN-Reporter-1.2004/lib/CPAN/Reporter/API.pm 2012-02-14 10:25:22.000000000 +1300
++++ CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/API.pm 2012-03-02 11:33:56.919329455 +1300
+@@ -1,6 +1,6 @@
+ use strict; # make CPANTS happy
+ package CPAN::Reporter::API;
+-our $VERSION = '1.2004'; # VERSION
++our $VERSION = '1.2004_01'; # VERSION
+
+ 1;
+
+@@ -16,7 +16,7 @@
+
+ =head1 VERSION
+
+-version 1.2004
++version 1.2004_01
+
+ =head1 FUNCTIONS
+
+diff -Naur CPAN-Reporter-1.2004/lib/CPAN/Reporter/Config.pm CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/Config.pm
+--- CPAN-Reporter-1.2004/lib/CPAN/Reporter/Config.pm 2012-02-14 10:25:22.000000000 +1300
++++ CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/Config.pm 2012-03-02 11:33:56.921329464 +1300
+@@ -1,6 +1,6 @@
+ use strict;
+ package CPAN::Reporter::Config;
+-our $VERSION = '1.2004'; # VERSION
++our $VERSION = '1.2004_01'; # VERSION
+
+ use Config::Tiny 2.08 ();
+ use File::Glob ();
+@@ -457,7 +457,7 @@
+ $id_file = File::Spec->catdir(File::HomeDir->my_home, $1);
+ }
+ elsif ( $id_file =~ /~/ ) {
+- $id_file = File::Glob::bsd_glob( $id_file );
++ $id_file = File::Spec->canonpath(File::Glob::bsd_glob( $id_file ));
+ }
+ unless ( File::Spec->file_name_is_absolute( $id_file ) ) {
+ $id_file = File::Spec->catfile(
+@@ -661,7 +661,7 @@
+
+ =head1 VERSION
+
+-version 1.2004
++version 1.2004_01
+
+ =head1 SYNOPSIS
+
+diff -Naur CPAN-Reporter-1.2004/lib/CPAN/Reporter/FAQ.pm CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/FAQ.pm
+--- CPAN-Reporter-1.2004/lib/CPAN/Reporter/FAQ.pm 2012-02-14 10:25:22.000000000 +1300
++++ CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/FAQ.pm 2012-03-02 11:33:56.920329460 +1300
+@@ -1,6 +1,6 @@
+ use strict; # make CPANTS happy
+ package CPAN::Reporter::FAQ;
+-our $VERSION = '1.2004'; # VERSION
++our $VERSION = '1.2004_01'; # VERSION
+
+ 1;
+
+@@ -16,7 +16,7 @@
+
+ =head1 VERSION
+
+-version 1.2004
++version 1.2004_01
+
+ =head1 REPORT GRADES
+
+diff -Naur CPAN-Reporter-1.2004/lib/CPAN/Reporter/History.pm CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/History.pm
+--- CPAN-Reporter-1.2004/lib/CPAN/Reporter/History.pm 2012-02-14 10:25:22.000000000 +1300
++++ CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/History.pm 2012-03-02 11:33:56.920329460 +1300
+@@ -1,6 +1,6 @@
+ use strict;
+ package CPAN::Reporter::History;
+-our $VERSION = '1.2004'; # VERSION
++our $VERSION = '1.2004_01'; # VERSION
+
+ use vars qw/@ISA @EXPORT_OK/;
+
+@@ -320,7 +320,7 @@
+
+ =head1 VERSION
+
+-version 1.2004
++version 1.2004_01
+
+ =head1 SYNOPSIS
+
+diff -Naur CPAN-Reporter-1.2004/lib/CPAN/Reporter/PrereqCheck.pm CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/PrereqCheck.pm
+--- CPAN-Reporter-1.2004/lib/CPAN/Reporter/PrereqCheck.pm 2012-02-14 10:25:22.000000000 +1300
++++ CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/PrereqCheck.pm 2012-03-02 11:33:56.919329455 +1300
+@@ -1,6 +1,6 @@
+ use strict;
+ package CPAN::Reporter::PrereqCheck;
+-our $VERSION = '1.2004'; # VERSION
++our $VERSION = '1.2004_01'; # VERSION
+
+ use ExtUtils::MakeMaker 6.36;
+ use File::Spec;
+@@ -128,7 +128,7 @@
+
+ =head1 VERSION
+
+-version 1.2004
++version 1.2004_01
+
+ =head1 SYNOPSIS
+
+diff -Naur CPAN-Reporter-1.2004/lib/CPAN/Reporter.pm CPAN-Reporter-1.2004_01/lib/CPAN/Reporter.pm
+--- CPAN-Reporter-1.2004/lib/CPAN/Reporter.pm 2012-02-14 10:25:22.000000000 +1300
++++ CPAN-Reporter-1.2004_01/lib/CPAN/Reporter.pm 2012-03-02 11:33:56.918329450 +1300
+@@ -1,6 +1,6 @@
+ use strict;
+ package CPAN::Reporter;
+-our $VERSION = '1.2004'; # VERSION
++our $VERSION = '1.2004_01'; # VERSION
+
+ use Config;
+ use Capture::Tiny qw/ capture tee_merged /;
+@@ -1480,7 +1480,7 @@
+
+ =head1 VERSION
+
+-version 1.2004
++version 1.2004_01
+
+ =head1 SYNOPSIS
+
+@@ -1683,7 +1683,7 @@
+
+ =back
+
+-=for :stopwords cpan testmatrix url annocpan anno bugtracker rt cpants kwalitee diff irc mailto metadata placeholders
++=for :stopwords cpan testmatrix url annocpan anno bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan
+
+ =head1 SUPPORT
+
+@@ -1698,9 +1698,9 @@
+ This is open source software. The code repository is available for
+ public review and contribution under the terms of the license.
+
+-L<https://github.com/dagolden/cpan-reporter>
++L<https://github.com/kentfredric/cpan-reporter>
+
+- git clone https://github.com/dagolden/cpan-reporter.git
++ git clone https://github.com/kentfredric/cpan-reporter.git
+
+ =head1 AUTHOR
+
+diff -Naur CPAN-Reporter-1.2004/Makefile.PL CPAN-Reporter-1.2004_01/Makefile.PL
+--- CPAN-Reporter-1.2004/Makefile.PL 2012-02-14 10:25:22.000000000 +1300
++++ CPAN-Reporter-1.2004_01/Makefile.PL 2012-03-02 11:33:56.937329537 +1300
+@@ -55,7 +55,7 @@
+ "strict" => 0,
+ "vars" => 0
+ },
+- "VERSION" => "1.2004",
++ "VERSION" => "1.2004_01",
+ "test" => {
+ "TESTS" => "t/*.t"
+ }
+diff -Naur CPAN-Reporter-1.2004/META.json CPAN-Reporter-1.2004_01/META.json
+--- CPAN-Reporter-1.2004/META.json 2012-02-14 10:25:22.000000000 +1300
++++ CPAN-Reporter-1.2004_01/META.json 2012-03-02 11:33:56.936329533 +1300
+@@ -4,7 +4,7 @@
+ "David Golden <dagolden@cpan.org>"
+ ],
+ "dynamic_config" : 0,
+- "generated_by" : "Dist::Zilla version 4.300005, CPAN::Meta::Converter version 2.112621",
++ "generated_by" : "Dist::Zilla version 4.300009, CPAN::Meta::Converter version 2.120530",
+ "license" : [
+ "apache_2_0"
+ ],
+@@ -33,85 +33,85 @@
+ "runtime" : {
+ "requires" : {
+ "CPAN" : "1.9301",
+- "CPAN::Version" : 0,
+- "Capture::Tiny" : 0,
+- "Carp" : 0,
+- "Config" : 0,
++ "CPAN::Version" : "0",
++ "Capture::Tiny" : "0",
++ "Carp" : "0",
++ "Config" : "0",
+ "Config::Tiny" : "2.08",
+ "Devel::Autoflush" : "0.04",
+- "Exporter" : 0,
++ "Exporter" : "0",
+ "ExtUtils::MakeMaker" : "6.36",
+- "Fcntl" : 0,
+- "File::Basename" : 0,
+- "File::Find" : 0,
+- "File::Glob" : 0,
++ "Fcntl" : "0",
++ "File::Basename" : "0",
++ "File::Find" : "0",
++ "File::Glob" : "0",
+ "File::HomeDir" : "0.58",
+- "File::Path" : 0,
++ "File::Path" : "0",
+ "File::Spec" : "3.19",
+ "File::Temp" : "0.16",
+- "IO::File" : 0,
++ "IO::File" : "0",
+ "IPC::Cmd" : "0.46",
+- "Parse::CPAN::Meta" : 0,
+- "Probe::Perl" : 0,
++ "Parse::CPAN::Meta" : "0",
++ "Probe::Perl" : "0",
+ "Test::Reporter" : "1.54",
+- "constant" : 0,
++ "constant" : "0",
+ "perl" : "5.006",
+- "strict" : 0,
+- "vars" : 0
++ "strict" : "0",
++ "vars" : "0"
+ }
+ },
+ "test" : {
+ "requires" : {
+ "Archive::Tar" : "1.54",
+ "File::Copy::Recursive" : "0.35",
+- "File::Spec::Functions" : 0,
++ "File::Spec::Functions" : "0",
+ "File::pushd" : "0.32",
+ "IO::CaptureOutput" : "1.03",
+- "Test::Harness" : 0,
++ "Test::Harness" : "0",
+ "Test::More" : "0.62",
+- "warnings" : 0
++ "warnings" : "0"
+ }
+ }
+ },
+ "provides" : {
+ "CPAN::Reporter" : {
+ "file" : "lib/CPAN/Reporter.pm",
+- "version" : "1.2004"
++ "version" : "1.2004_01"
+ },
+ "CPAN::Reporter::API" : {
+ "file" : "lib/CPAN/Reporter/API.pm",
+- "version" : "1.2004"
++ "version" : "1.2004_01"
+ },
+ "CPAN::Reporter::Config" : {
+ "file" : "lib/CPAN/Reporter/Config.pm",
+- "version" : "1.2004"
++ "version" : "1.2004_01"
+ },
+ "CPAN::Reporter::FAQ" : {
+ "file" : "lib/CPAN/Reporter/FAQ.pm",
+- "version" : "1.2004"
++ "version" : "1.2004_01"
+ },
+ "CPAN::Reporter::History" : {
+ "file" : "lib/CPAN/Reporter/History.pm",
+- "version" : "1.2004"
++ "version" : "1.2004_01"
+ },
+ "CPAN::Reporter::PrereqCheck" : {
+ "file" : "lib/CPAN/Reporter/PrereqCheck.pm",
+- "version" : "1.2004"
++ "version" : "1.2004_01"
+ }
+ },
+- "release_status" : "stable",
++ "release_status" : "testing",
+ "resources" : {
+ "bugtracker" : {
+ "mailto" : "bug-cpan-reporter at rt.cpan.org",
+ "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Reporter"
+ },
+- "homepage" : "https://github.com/dagolden/cpan-reporter",
++ "homepage" : "https://github.com/kentfredric/cpan-reporter",
+ "repository" : {
+ "type" : "git",
+- "url" : "https://github.com/dagolden/cpan-reporter.git",
+- "web" : "https://github.com/dagolden/cpan-reporter"
++ "url" : "https://github.com/kentfredric/cpan-reporter.git",
++ "web" : "https://github.com/kentfredric/cpan-reporter"
+ }
+ },
+- "version" : "1.2004"
++ "version" : "1.2004_01"
+ }
+
+diff -Naur CPAN-Reporter-1.2004/META.yml CPAN-Reporter-1.2004_01/META.yml
+--- CPAN-Reporter-1.2004/META.yml 2012-02-14 10:25:22.000000000 +1300
++++ CPAN-Reporter-1.2004_01/META.yml 2012-03-02 11:33:56.930329504 +1300
+@@ -14,7 +14,7 @@
+ configure_requires:
+ ExtUtils::MakeMaker: 6.30
+ dynamic_config: 0
+-generated_by: 'Dist::Zilla version 4.300005, CPAN::Meta::Converter version 2.112621'
++generated_by: 'Dist::Zilla version 4.300009, CPAN::Meta::Converter version 2.120530'
+ license: apache
+ meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+@@ -31,22 +31,22 @@
+ provides:
+ CPAN::Reporter:
+ file: lib/CPAN/Reporter.pm
+- version: 1.2004
++ version: 1.2004_01
+ CPAN::Reporter::API:
+ file: lib/CPAN/Reporter/API.pm
+- version: 1.2004
++ version: 1.2004_01
+ CPAN::Reporter::Config:
+ file: lib/CPAN/Reporter/Config.pm
+- version: 1.2004
++ version: 1.2004_01
+ CPAN::Reporter::FAQ:
+ file: lib/CPAN/Reporter/FAQ.pm
+- version: 1.2004
++ version: 1.2004_01
+ CPAN::Reporter::History:
+ file: lib/CPAN/Reporter/History.pm
+- version: 1.2004
++ version: 1.2004_01
+ CPAN::Reporter::PrereqCheck:
+ file: lib/CPAN/Reporter/PrereqCheck.pm
+- version: 1.2004
++ version: 1.2004_01
+ requires:
+ CPAN: 1.9301
+ CPAN::Version: 0
+@@ -76,6 +76,6 @@
+ vars: 0
+ resources:
+ bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Reporter
+- homepage: https://github.com/dagolden/cpan-reporter
+- repository: https://github.com/dagolden/cpan-reporter.git
+-version: 1.2004
++ homepage: https://github.com/kentfredric/cpan-reporter
++ repository: https://github.com/kentfredric/cpan-reporter.git
++version: 1.2004_01
+diff -Naur CPAN-Reporter-1.2004/README CPAN-Reporter-1.2004_01/README
+--- CPAN-Reporter-1.2004/README 2012-02-14 10:25:22.000000000 +1300
++++ CPAN-Reporter-1.2004_01/README 2012-03-02 11:33:56.937329537 +1300
+@@ -2,7 +2,7 @@
+ CPAN::Reporter - Adds CPAN Testers reporting to CPAN.pm
+
+ VERSION
+- version 1.2004
++ version 1.2004_01
+
+ SYNOPSIS
+ From the CPAN shell:
+@@ -176,9 +176,9 @@
+ This is open source software. The code repository is available for
+ public review and contribution under the terms of the license.
+
+- <https://github.com/dagolden/cpan-reporter>
++ <https://github.com/kentfredric/cpan-reporter>
+
+- git clone https://github.com/dagolden/cpan-reporter.git
++ git clone https://github.com/kentfredric/cpan-reporter.git
+
+ AUTHOR
+ David Golden <dagolden@cpan.org>
+diff -Naur CPAN-Reporter-1.2004/xt/author/pod-spell.t CPAN-Reporter-1.2004_01/xt/author/pod-spell.t
+--- CPAN-Reporter-1.2004/xt/author/pod-spell.t 2012-02-14 10:25:22.000000000 +1300
++++ CPAN-Reporter-1.2004_01/xt/author/pod-spell.t 2012-03-02 11:33:56.922329468 +1300
+@@ -1,4 +1,5 @@
+ #!perl
++
+ # This test is generated by Dist::Zilla::Plugin::Test::PodSpelling
+
+ use Test::More;
+@@ -34,4 +35,12 @@
+ wiki
+ David
+ Golden
++lib
++CPAN
++Reporter
++History
++Config
++PrereqCheck
++API
++FAQ
+
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CPAN-Reporter/, dev-perl/CPAN-Reporter/files/1.2004/
@ 2015-03-26 12:14 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2015-03-26 12:14 UTC (permalink / raw
To: gentoo-commits
commit: 905a77946a68b45dfb25c56ea2635bde8904d69e
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 26 10:16:49 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 26 10:16:49 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=905a7794
[cleanup] CPAN-Reporter: Remove old versions
Package-Manager: portage-2.2.17
.../CPAN-Reporter/CPAN-Reporter-1.170.800.ebuild | 32 --
.../CPAN-Reporter/CPAN-Reporter-1.171.100.ebuild | 34 --
.../CPAN-Reporter/CPAN-Reporter-1.180.300.ebuild | 38 --
.../CPAN-Reporter/CPAN-Reporter-1.190.200.ebuild | 51 ---
.../CPAN-Reporter/CPAN-Reporter-1.200.900.ebuild | 98 -----
.../CPAN-Reporter/files/1.2004/canonpath.patch | 398 ---------------------
6 files changed, 651 deletions(-)
diff --git a/dev-perl/CPAN-Reporter/CPAN-Reporter-1.170.800.ebuild b/dev-perl/CPAN-Reporter/CPAN-Reporter-1.170.800.ebuild
deleted file mode 100644
index fb16f16..0000000
--- a/dev-perl/CPAN-Reporter/CPAN-Reporter-1.170.800.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION="1.1708"
-inherit perl-module
-
-DESCRIPTION="Adds CPAN Testers reporting to CPAN.pm"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-DEPEND="
- >=dev-perl/Config-Tiny-2.08
- >=virtual/perl-CPAN-1.930.100
- >=dev-perl/Devel-Autoflush-0.40
- >=virtual/perl-ExtUtils-MakeMaker-6.36
- >=dev-perl/File-Copy-Recursive-0.35
- >=dev-perl/File-HomeDir-0.58
- >=dev-perl/File-pushd-0.320.0
- >=dev-perl/IO-CaptureOutput-1.30.0
- dev-perl/Probe-Perl
- >=dev-perl/Tee-0.13
- >=virtual/perl-Test-Simple-0.62
- >=dev-perl/Test-Reporter-1.540.0
-"
-RDEPEND="${DEPEND}"
-SRC_TEST="do"
diff --git a/dev-perl/CPAN-Reporter/CPAN-Reporter-1.171.100.ebuild b/dev-perl/CPAN-Reporter/CPAN-Reporter-1.171.100.ebuild
deleted file mode 100644
index 03b208b..0000000
--- a/dev-perl/CPAN-Reporter/CPAN-Reporter-1.171.100.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION="1.1711"
-inherit perl-module
-
-DESCRIPTION="Adds CPAN Testers reporting to CPAN.pm"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- >=dev-perl/Config-Tiny-2.08
- >=virtual/perl-CPAN-1.930.100
- >=dev-perl/Devel-Autoflush-0.40
- >=virtual/perl-ExtUtils-MakeMaker-6.36
- >=dev-perl/File-Copy-Recursive-0.35
- >=dev-perl/File-HomeDir-0.58
- >=dev-perl/File-pushd-0.320.0
- >=dev-perl/IO-CaptureOutput-1.30.0
- dev-perl/Probe-Perl
- >=dev-perl/Tee-0.13
-"
-DEPEND="${RDEPEND}
- virtual/perl-Module-Build
- test? ( >=virtual/perl-Test-Simple-0.62
- >=dev-perl/Test-Reporter-1.540.0 )"
-
-SRC_TEST="do"
diff --git a/dev-perl/CPAN-Reporter/CPAN-Reporter-1.180.300.ebuild b/dev-perl/CPAN-Reporter/CPAN-Reporter-1.180.300.ebuild
deleted file mode 100644
index 9ae267b..0000000
--- a/dev-perl/CPAN-Reporter/CPAN-Reporter-1.180.300.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION="1.1803"
-inherit perl-module
-
-DESCRIPTION="Adds CPAN Testers reporting to CPAN.pm"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- >=dev-perl/Config-Tiny-2.08
- >=virtual/perl-CPAN-1.930.100
- >=dev-perl/Devel-Autoflush-0.40
- >=virtual/perl-ExtUtils-MakeMaker-6.36
- >=dev-perl/File-Copy-Recursive-0.35
- >=dev-perl/File-HomeDir-0.58
- virtual/perl-File-Path
- >=dev-perl/File-pushd-0.320.0
- >=virtual/perl-File-Spec-3.19
- >=virtual/perl-File-Temp-0.16
- >=dev-perl/IO-CaptureOutput-1.30.0
- virtual/perl-Parse-CPAN-Meta
- dev-perl/Probe-Perl
- >=dev-perl/Tee-0.13
- >=virtual/perl-Test-Simple-0.62
- >=dev-perl/Test-Reporter-1.540.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-Module-Build
-"
-SRC_TEST="do"
diff --git a/dev-perl/CPAN-Reporter/CPAN-Reporter-1.190.200.ebuild b/dev-perl/CPAN-Reporter/CPAN-Reporter-1.190.200.ebuild
deleted file mode 100644
index a2b6068..0000000
--- a/dev-perl/CPAN-Reporter/CPAN-Reporter-1.190.200.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION="1.1902"
-inherit perl-module perl-declaredeps
-
-DESCRIPTION="Adds CPAN Testers reporting to CPAN.pm"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-bdepend-virtual Archive-Tar 1.54
-bdepend File-Copy-Recursive 0.35
-bdepend-virtual File-Spec # File-Spec-Functions
-bdepend File-pushd 0.32
-bdepend IO-CaptureOutput 1.30 # NEW SCHEME
-bdepend-virtual Test-Harness
-bdepend-virtual Test-Simple 0.62 # Test::More
-
-cdepend-virtual ExtUtils-MakeMaker 6.56
-
-depend-virtual CPAN 1.930.100 # NEW SCHEME
-# depend CPAN-Version -> CPAN
-depend Capture-Tiny
-# depend Carp # CORE
-# depend Config # CORE
-depend Config-Tiny 2.08
-depend Devel-Autoflush 0.40
-# depend Exporter # CORE
-depend-virtual ExtUtils-MakeMaker 6.36
-# depend Fcntl # CORE
-# depend File-Basename # CORE
-# depend File-Find # CORE
-depend-virtual File-Spec 3.19
-depend-virtual File-Temp 0.16
-depend-virtual IO # IO-File
-depend-virtual Parse-CPAN-Meta
-depend Probe-Perl
-depend Tee 0.140
-depend Test-Reporter 1.540.0
-# depend constant # CORE
-# depend vars # CORE
-
-ddep_setup
-
-SRC_TEST="do"
diff --git a/dev-perl/CPAN-Reporter/CPAN-Reporter-1.200.900.ebuild b/dev-perl/CPAN-Reporter/CPAN-Reporter-1.200.900.ebuild
deleted file mode 100644
index d35a3c8..0000000
--- a/dev-perl/CPAN-Reporter/CPAN-Reporter-1.200.900.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=1.2009
-inherit perl-module
-
-DESCRIPTION='Adds CPAN Testers reporting to CPAN.pm'
-LICENSE=" Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
- # CPAN 1.9301 ( 1.930.100 )
- echo \>=virtual/perl-CPAN-1.930.100
- # CPAN::Version
- echo virtual/perl-CPAN
- # Capture::Tiny
- echo dev-perl/Capture-Tiny
- # Carp
- echo dev-lang/perl
- # Config
- #echo unresolved
- # Config::Tiny 2.08 ( 2.80.0 )
- echo \>=dev-perl/Config-Tiny-2.80.0
- # Devel::Autoflush 0.04 ( 0.40.0 )
- echo \>=dev-perl/Devel-Autoflush-0.40.0
- # Exporter
- echo virtual/perl-Exporter
- # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
- # Fcntl
- echo dev-lang/perl
- # File::Basename
- echo dev-lang/perl
- # File::Find
- echo dev-lang/perl
- # File::Glob
- echo dev-lang/perl
- # File::HomeDir 0.58 ( 0.580.0 )
- echo \>=dev-perl/File-HomeDir-0.580.0
- # File::Path
- echo virtual/perl-File-Path
- # File::Spec 3.19 ( 3.190.0 )
- echo \>=virtual/perl-File-Spec-3.19
- # File::Temp 0.16 ( 0.160.0 )
- echo \>=virtual/perl-File-Temp-0.160.0
- # IO::File
- echo virtual/perl-IO
- # IPC::Cmd 0.76 ( 0.760.0 )
- echo \>=virtual/perl-IPC-Cmd-0.760.0
- # Parse::CPAN::Meta
- echo virtual/perl-Parse-CPAN-Meta
- # Probe::Perl
- echo dev-perl/Probe-Perl
- # Test::Reporter 1.54 ( 1.540.0 )
- echo \>=dev-perl/Test-Reporter-1.540.0
- # constant
- # echo virtual/perl-constant
- # perl 5.006 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
- # strict
- echo dev-lang/perl
- # vars
- echo dev-lang/perl
-}
-perl_meta_test() {
- # Archive::Tar 1.54 ( 1.540.0 )
- echo \>=virtual/perl-Archive-Tar-1.54
- # File::Copy::Recursive 0.35 ( 0.350.0 )
- echo \>=dev-perl/File-Copy-Recursive-0.350.0
- # File::Spec::Functions
- echo virtual/perl-File-Spec
- # File::pushd 0.32 ( 0.320.0 )
- echo \>=dev-perl/File-pushd-0.320.0
- # IO::CaptureOutput 1.03 ( 1.30.0 )
- echo \>=dev-perl/IO-CaptureOutput-1.30.0
- # Test::Harness
- echo virtual/perl-Test-Harness
- # Test::More 0.62 ( 0.620.0 )
- echo \>=virtual/perl-Test-Simple-0.62
- # warnings
- echo dev-lang/perl
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/CPAN-Reporter/files/1.2004/canonpath.patch b/dev-perl/CPAN-Reporter/files/1.2004/canonpath.patch
deleted file mode 100644
index ed4846e..0000000
--- a/dev-perl/CPAN-Reporter/files/1.2004/canonpath.patch
+++ /dev/null
@@ -1,398 +0,0 @@
-diff -Naur CPAN-Reporter-1.2004/Changes CPAN-Reporter-1.2004_01/Changes
---- CPAN-Reporter-1.2004/Changes 2012-02-14 10:25:22.000000000 +1300
-+++ CPAN-Reporter-1.2004_01/Changes 2012-03-02 11:33:56.888329313 +1300
-@@ -1,5 +1,7 @@
- Revision history for Perl module CPAN::Reporter
-
-+1.2004_01 2012-03-02 11:33:41 Pacific/Auckland
-+
- 1.2004 2012-02-13 16:25:07 EST5EDT
-
- [BUG FIXES]
-diff -Naur CPAN-Reporter-1.2004/lib/CPAN/Reporter/API.pm CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/API.pm
---- CPAN-Reporter-1.2004/lib/CPAN/Reporter/API.pm 2012-02-14 10:25:22.000000000 +1300
-+++ CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/API.pm 2012-03-02 11:33:56.919329455 +1300
-@@ -1,6 +1,6 @@
- use strict; # make CPANTS happy
- package CPAN::Reporter::API;
--our $VERSION = '1.2004'; # VERSION
-+our $VERSION = '1.2004_01'; # VERSION
-
- 1;
-
-@@ -16,7 +16,7 @@
-
- =head1 VERSION
-
--version 1.2004
-+version 1.2004_01
-
- =head1 FUNCTIONS
-
-diff -Naur CPAN-Reporter-1.2004/lib/CPAN/Reporter/Config.pm CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/Config.pm
---- CPAN-Reporter-1.2004/lib/CPAN/Reporter/Config.pm 2012-02-14 10:25:22.000000000 +1300
-+++ CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/Config.pm 2012-03-02 11:33:56.921329464 +1300
-@@ -1,6 +1,6 @@
- use strict;
- package CPAN::Reporter::Config;
--our $VERSION = '1.2004'; # VERSION
-+our $VERSION = '1.2004_01'; # VERSION
-
- use Config::Tiny 2.08 ();
- use File::Glob ();
-@@ -457,7 +457,7 @@
- $id_file = File::Spec->catdir(File::HomeDir->my_home, $1);
- }
- elsif ( $id_file =~ /~/ ) {
-- $id_file = File::Glob::bsd_glob( $id_file );
-+ $id_file = File::Spec->canonpath(File::Glob::bsd_glob( $id_file ));
- }
- unless ( File::Spec->file_name_is_absolute( $id_file ) ) {
- $id_file = File::Spec->catfile(
-@@ -661,7 +661,7 @@
-
- =head1 VERSION
-
--version 1.2004
-+version 1.2004_01
-
- =head1 SYNOPSIS
-
-diff -Naur CPAN-Reporter-1.2004/lib/CPAN/Reporter/FAQ.pm CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/FAQ.pm
---- CPAN-Reporter-1.2004/lib/CPAN/Reporter/FAQ.pm 2012-02-14 10:25:22.000000000 +1300
-+++ CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/FAQ.pm 2012-03-02 11:33:56.920329460 +1300
-@@ -1,6 +1,6 @@
- use strict; # make CPANTS happy
- package CPAN::Reporter::FAQ;
--our $VERSION = '1.2004'; # VERSION
-+our $VERSION = '1.2004_01'; # VERSION
-
- 1;
-
-@@ -16,7 +16,7 @@
-
- =head1 VERSION
-
--version 1.2004
-+version 1.2004_01
-
- =head1 REPORT GRADES
-
-diff -Naur CPAN-Reporter-1.2004/lib/CPAN/Reporter/History.pm CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/History.pm
---- CPAN-Reporter-1.2004/lib/CPAN/Reporter/History.pm 2012-02-14 10:25:22.000000000 +1300
-+++ CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/History.pm 2012-03-02 11:33:56.920329460 +1300
-@@ -1,6 +1,6 @@
- use strict;
- package CPAN::Reporter::History;
--our $VERSION = '1.2004'; # VERSION
-+our $VERSION = '1.2004_01'; # VERSION
-
- use vars qw/@ISA @EXPORT_OK/;
-
-@@ -320,7 +320,7 @@
-
- =head1 VERSION
-
--version 1.2004
-+version 1.2004_01
-
- =head1 SYNOPSIS
-
-diff -Naur CPAN-Reporter-1.2004/lib/CPAN/Reporter/PrereqCheck.pm CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/PrereqCheck.pm
---- CPAN-Reporter-1.2004/lib/CPAN/Reporter/PrereqCheck.pm 2012-02-14 10:25:22.000000000 +1300
-+++ CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/PrereqCheck.pm 2012-03-02 11:33:56.919329455 +1300
-@@ -1,6 +1,6 @@
- use strict;
- package CPAN::Reporter::PrereqCheck;
--our $VERSION = '1.2004'; # VERSION
-+our $VERSION = '1.2004_01'; # VERSION
-
- use ExtUtils::MakeMaker 6.36;
- use File::Spec;
-@@ -128,7 +128,7 @@
-
- =head1 VERSION
-
--version 1.2004
-+version 1.2004_01
-
- =head1 SYNOPSIS
-
-diff -Naur CPAN-Reporter-1.2004/lib/CPAN/Reporter.pm CPAN-Reporter-1.2004_01/lib/CPAN/Reporter.pm
---- CPAN-Reporter-1.2004/lib/CPAN/Reporter.pm 2012-02-14 10:25:22.000000000 +1300
-+++ CPAN-Reporter-1.2004_01/lib/CPAN/Reporter.pm 2012-03-02 11:33:56.918329450 +1300
-@@ -1,6 +1,6 @@
- use strict;
- package CPAN::Reporter;
--our $VERSION = '1.2004'; # VERSION
-+our $VERSION = '1.2004_01'; # VERSION
-
- use Config;
- use Capture::Tiny qw/ capture tee_merged /;
-@@ -1480,7 +1480,7 @@
-
- =head1 VERSION
-
--version 1.2004
-+version 1.2004_01
-
- =head1 SYNOPSIS
-
-@@ -1683,7 +1683,7 @@
-
- =back
-
--=for :stopwords cpan testmatrix url annocpan anno bugtracker rt cpants kwalitee diff irc mailto metadata placeholders
-+=for :stopwords cpan testmatrix url annocpan anno bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan
-
- =head1 SUPPORT
-
-@@ -1698,9 +1698,9 @@
- This is open source software. The code repository is available for
- public review and contribution under the terms of the license.
-
--L<https://github.com/dagolden/cpan-reporter>
-+L<https://github.com/kentfredric/cpan-reporter>
-
-- git clone https://github.com/dagolden/cpan-reporter.git
-+ git clone https://github.com/kentfredric/cpan-reporter.git
-
- =head1 AUTHOR
-
-diff -Naur CPAN-Reporter-1.2004/Makefile.PL CPAN-Reporter-1.2004_01/Makefile.PL
---- CPAN-Reporter-1.2004/Makefile.PL 2012-02-14 10:25:22.000000000 +1300
-+++ CPAN-Reporter-1.2004_01/Makefile.PL 2012-03-02 11:33:56.937329537 +1300
-@@ -55,7 +55,7 @@
- "strict" => 0,
- "vars" => 0
- },
-- "VERSION" => "1.2004",
-+ "VERSION" => "1.2004_01",
- "test" => {
- "TESTS" => "t/*.t"
- }
-diff -Naur CPAN-Reporter-1.2004/META.json CPAN-Reporter-1.2004_01/META.json
---- CPAN-Reporter-1.2004/META.json 2012-02-14 10:25:22.000000000 +1300
-+++ CPAN-Reporter-1.2004_01/META.json 2012-03-02 11:33:56.936329533 +1300
-@@ -4,7 +4,7 @@
- "David Golden <dagolden@cpan.org>"
- ],
- "dynamic_config" : 0,
-- "generated_by" : "Dist::Zilla version 4.300005, CPAN::Meta::Converter version 2.112621",
-+ "generated_by" : "Dist::Zilla version 4.300009, CPAN::Meta::Converter version 2.120530",
- "license" : [
- "apache_2_0"
- ],
-@@ -33,85 +33,85 @@
- "runtime" : {
- "requires" : {
- "CPAN" : "1.9301",
-- "CPAN::Version" : 0,
-- "Capture::Tiny" : 0,
-- "Carp" : 0,
-- "Config" : 0,
-+ "CPAN::Version" : "0",
-+ "Capture::Tiny" : "0",
-+ "Carp" : "0",
-+ "Config" : "0",
- "Config::Tiny" : "2.08",
- "Devel::Autoflush" : "0.04",
-- "Exporter" : 0,
-+ "Exporter" : "0",
- "ExtUtils::MakeMaker" : "6.36",
-- "Fcntl" : 0,
-- "File::Basename" : 0,
-- "File::Find" : 0,
-- "File::Glob" : 0,
-+ "Fcntl" : "0",
-+ "File::Basename" : "0",
-+ "File::Find" : "0",
-+ "File::Glob" : "0",
- "File::HomeDir" : "0.58",
-- "File::Path" : 0,
-+ "File::Path" : "0",
- "File::Spec" : "3.19",
- "File::Temp" : "0.16",
-- "IO::File" : 0,
-+ "IO::File" : "0",
- "IPC::Cmd" : "0.46",
-- "Parse::CPAN::Meta" : 0,
-- "Probe::Perl" : 0,
-+ "Parse::CPAN::Meta" : "0",
-+ "Probe::Perl" : "0",
- "Test::Reporter" : "1.54",
-- "constant" : 0,
-+ "constant" : "0",
- "perl" : "5.006",
-- "strict" : 0,
-- "vars" : 0
-+ "strict" : "0",
-+ "vars" : "0"
- }
- },
- "test" : {
- "requires" : {
- "Archive::Tar" : "1.54",
- "File::Copy::Recursive" : "0.35",
-- "File::Spec::Functions" : 0,
-+ "File::Spec::Functions" : "0",
- "File::pushd" : "0.32",
- "IO::CaptureOutput" : "1.03",
-- "Test::Harness" : 0,
-+ "Test::Harness" : "0",
- "Test::More" : "0.62",
-- "warnings" : 0
-+ "warnings" : "0"
- }
- }
- },
- "provides" : {
- "CPAN::Reporter" : {
- "file" : "lib/CPAN/Reporter.pm",
-- "version" : "1.2004"
-+ "version" : "1.2004_01"
- },
- "CPAN::Reporter::API" : {
- "file" : "lib/CPAN/Reporter/API.pm",
-- "version" : "1.2004"
-+ "version" : "1.2004_01"
- },
- "CPAN::Reporter::Config" : {
- "file" : "lib/CPAN/Reporter/Config.pm",
-- "version" : "1.2004"
-+ "version" : "1.2004_01"
- },
- "CPAN::Reporter::FAQ" : {
- "file" : "lib/CPAN/Reporter/FAQ.pm",
-- "version" : "1.2004"
-+ "version" : "1.2004_01"
- },
- "CPAN::Reporter::History" : {
- "file" : "lib/CPAN/Reporter/History.pm",
-- "version" : "1.2004"
-+ "version" : "1.2004_01"
- },
- "CPAN::Reporter::PrereqCheck" : {
- "file" : "lib/CPAN/Reporter/PrereqCheck.pm",
-- "version" : "1.2004"
-+ "version" : "1.2004_01"
- }
- },
-- "release_status" : "stable",
-+ "release_status" : "testing",
- "resources" : {
- "bugtracker" : {
- "mailto" : "bug-cpan-reporter at rt.cpan.org",
- "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Reporter"
- },
-- "homepage" : "https://github.com/dagolden/cpan-reporter",
-+ "homepage" : "https://github.com/kentfredric/cpan-reporter",
- "repository" : {
- "type" : "git",
-- "url" : "https://github.com/dagolden/cpan-reporter.git",
-- "web" : "https://github.com/dagolden/cpan-reporter"
-+ "url" : "https://github.com/kentfredric/cpan-reporter.git",
-+ "web" : "https://github.com/kentfredric/cpan-reporter"
- }
- },
-- "version" : "1.2004"
-+ "version" : "1.2004_01"
- }
-
-diff -Naur CPAN-Reporter-1.2004/META.yml CPAN-Reporter-1.2004_01/META.yml
---- CPAN-Reporter-1.2004/META.yml 2012-02-14 10:25:22.000000000 +1300
-+++ CPAN-Reporter-1.2004_01/META.yml 2012-03-02 11:33:56.930329504 +1300
-@@ -14,7 +14,7 @@
- configure_requires:
- ExtUtils::MakeMaker: 6.30
- dynamic_config: 0
--generated_by: 'Dist::Zilla version 4.300005, CPAN::Meta::Converter version 2.112621'
-+generated_by: 'Dist::Zilla version 4.300009, CPAN::Meta::Converter version 2.120530'
- license: apache
- meta-spec:
- url: http://module-build.sourceforge.net/META-spec-v1.4.html
-@@ -31,22 +31,22 @@
- provides:
- CPAN::Reporter:
- file: lib/CPAN/Reporter.pm
-- version: 1.2004
-+ version: 1.2004_01
- CPAN::Reporter::API:
- file: lib/CPAN/Reporter/API.pm
-- version: 1.2004
-+ version: 1.2004_01
- CPAN::Reporter::Config:
- file: lib/CPAN/Reporter/Config.pm
-- version: 1.2004
-+ version: 1.2004_01
- CPAN::Reporter::FAQ:
- file: lib/CPAN/Reporter/FAQ.pm
-- version: 1.2004
-+ version: 1.2004_01
- CPAN::Reporter::History:
- file: lib/CPAN/Reporter/History.pm
-- version: 1.2004
-+ version: 1.2004_01
- CPAN::Reporter::PrereqCheck:
- file: lib/CPAN/Reporter/PrereqCheck.pm
-- version: 1.2004
-+ version: 1.2004_01
- requires:
- CPAN: 1.9301
- CPAN::Version: 0
-@@ -76,6 +76,6 @@
- vars: 0
- resources:
- bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Reporter
-- homepage: https://github.com/dagolden/cpan-reporter
-- repository: https://github.com/dagolden/cpan-reporter.git
--version: 1.2004
-+ homepage: https://github.com/kentfredric/cpan-reporter
-+ repository: https://github.com/kentfredric/cpan-reporter.git
-+version: 1.2004_01
-diff -Naur CPAN-Reporter-1.2004/README CPAN-Reporter-1.2004_01/README
---- CPAN-Reporter-1.2004/README 2012-02-14 10:25:22.000000000 +1300
-+++ CPAN-Reporter-1.2004_01/README 2012-03-02 11:33:56.937329537 +1300
-@@ -2,7 +2,7 @@
- CPAN::Reporter - Adds CPAN Testers reporting to CPAN.pm
-
- VERSION
-- version 1.2004
-+ version 1.2004_01
-
- SYNOPSIS
- From the CPAN shell:
-@@ -176,9 +176,9 @@
- This is open source software. The code repository is available for
- public review and contribution under the terms of the license.
-
-- <https://github.com/dagolden/cpan-reporter>
-+ <https://github.com/kentfredric/cpan-reporter>
-
-- git clone https://github.com/dagolden/cpan-reporter.git
-+ git clone https://github.com/kentfredric/cpan-reporter.git
-
- AUTHOR
- David Golden <dagolden@cpan.org>
-diff -Naur CPAN-Reporter-1.2004/xt/author/pod-spell.t CPAN-Reporter-1.2004_01/xt/author/pod-spell.t
---- CPAN-Reporter-1.2004/xt/author/pod-spell.t 2012-02-14 10:25:22.000000000 +1300
-+++ CPAN-Reporter-1.2004_01/xt/author/pod-spell.t 2012-03-02 11:33:56.922329468 +1300
-@@ -1,4 +1,5 @@
- #!perl
-+
- # This test is generated by Dist::Zilla::Plugin::Test::PodSpelling
-
- use Test::More;
-@@ -34,4 +35,12 @@
- wiki
- David
- Golden
-+lib
-+CPAN
-+Reporter
-+History
-+Config
-+PrereqCheck
-+API
-+FAQ
-
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-26 12:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-26 12:14 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CPAN-Reporter/, dev-perl/CPAN-Reporter/files/1.2004/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2012-03-01 22:55 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox