Skip to content

Commit

Permalink
Build results of e1ed120 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Sep 13, 2016
1 parent 3e67e60 commit 7155e25
Show file tree
Hide file tree
Showing 16 changed files with 39 additions and 75 deletions.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Release history for Gentoo-Util-VirtualDepend

0.003019 2016-09-12T17:55:27Z e94b404
- Remove special casing for Data::Buffer
- Remove DBIx::SearchBuilder special case
- Remove Digest::BubbleBabble special case
- Remove Digest::MD2 special case

0.003018 2016-08-27T13:51:07Z 3fe5211
- Remove Cache::Mmap special case.
- When more than one module reports to index a given package, prefer the one that matches the module name.
Expand Down
12 changes: 6 additions & 6 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"provides" : {
"Gentoo::Util::VirtualDepend" : {
"file" : "lib/Gentoo/Util/VirtualDepend.pm",
"version" : "0.003018"
"version" : "0.003019"
}
},
"release_status" : "stable",
Expand All @@ -146,7 +146,7 @@
"web" : "https://github.com/kentnl/Gentoo-Util-VirtualDepend"
}
},
"version" : "0.003018",
"version" : "0.003019",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -221,7 +221,7 @@
"class" : "Dist::Zilla::Plugin::Git::Contributors",
"config" : {
"Dist::Zilla::Plugin::Git::Contributors" : {
"git --version" : "2.9.3",
"git --version" : "2.10.0",
"include_authors" : 0,
"include_releaser" : 0,
"order_by" : "name",
Expand Down Expand Up @@ -568,7 +568,7 @@
{
"class" : "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes",
"name" : "@Author::KENTNL/Author::KENTNL::RecommendFixes",
"version" : "0.005001"
"version" : "0.005002"
},
{
"class" : "Dist::Zilla::Plugin::Readme::Brief",
Expand Down Expand Up @@ -668,7 +668,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.003018-source",
"tag" : "0.003019-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -759,7 +759,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.003018",
"tag" : "0.003019",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ name: Gentoo-Util-VirtualDepend
provides:
Gentoo::Util::VirtualDepend:
file: lib/Gentoo/Util/VirtualDepend.pm
version: '0.003018'
version: '0.003019'
recommends:
Moo: '1.000008'
Path::Tiny: '0.058'
Expand All @@ -39,4 +39,4 @@ resources:
bugtracker: https://github.com/kentnl/Gentoo-Util-VirtualDepend/issues
homepage: https://github.com/kentnl/Gentoo-Util-VirtualDepend
repository: https://github.com/kentnl/Gentoo-Util-VirtualDepend.git
version: '0.003018'
version: '0.003019'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ my %WriteMakefileArgs = (
"Test::File::ShareDir::Dist" => 0,
"Test::More" => "0.89"
},
"VERSION" => "0.003018",
"VERSION" => "0.003019",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ replacer = replace_with_blank
-phase = develop
-type = suggests
Dist::Zilla::App::Command::bakeini = 0.001000
Dist::Zilla::PluginBundle::Author::KENTNL = 2.025010
Dist::Zilla::PluginBundle::Author::KENTNL = 2.025020

[Prereqs::AuthorDeps / @Author::KENTNL/Prereqs::AuthorDeps]

Expand Down
4 changes: 2 additions & 2 deletions lib/Gentoo/Util/VirtualDepend.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Gentoo::Util::VirtualDepend;

our $VERSION = '0.003018';
our $VERSION = '0.003019';

# ABSTRACT: Hard-coded replacements for perl-core/ dependencies and dependencies with odd names in Gentoo

Expand Down Expand Up @@ -207,7 +207,7 @@ Gentoo::Util::VirtualDepend - Hard-coded replacements for perl-core/ dependencie
=head1 VERSION
version 0.003018
version 0.003019
=head1 SYNOPSIS
Expand Down
4 changes: 0 additions & 4 deletions maint/update-dist-to-gentoo.pl
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,6 @@ package main;
BioPerl-DB,sci-biology/bioperl-db
BioPerl-Network,sci-biology/bioperl-network
BioPerl-Run,sci-biology/bioperl-run
DBIx-SearchBuilder,dev-perl/dbix-searchbuilder
Data-Buffer,dev-perl/data-buffer
Digest-BubbleBabble,dev-perl/digest-bubblebabble
Digest-MD2,dev-perl/digest-md2
ExtUtils-PkgConfig,dev-perl/extutils-pkgconfig
Frontier-RPC,dev-perl/frontier-rpc
GBrowse,sci-biology/GBrowse
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test)

0.003018
0.003019

0.003018 2016-08-27T13:51:07Z

0.003017 2016-08-03T18:26:16Z

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.all
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop)

0.003018
0.003019

0.003018 2016-08-27T13:51:07Z

0.003017 2016-08-03T18:26:16Z
[Changed / develop suggests]
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL )

0.003018
0.003019

0.003018 2016-08-27T13:51:07Z

0.003017 2016-08-03T18:26:16Z
[Changed / develop suggests]
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.opt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test)

0.003018
0.003019

0.003018 2016-08-27T13:51:07Z

0.003017 2016-08-03T18:26:16Z

Expand Down
2 changes: 1 addition & 1 deletion misc/built_with.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Dist::Zilla" : "6.007",
"Dist::Zilla::App::Command::bakeini" : "0.002005",
"Dist::Zilla::Plugin::Author::KENTNL::CONTRIBUTING" : "0.001005",
"Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.005001",
"Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.005002",
"Dist::Zilla::Plugin::Author::KENTNL::TravisCI" : "0.001002",
"Dist::Zilla::Plugin::Authority" : "1.009",
"Dist::Zilla::Plugin::AutoPrereqs" : "6.007",
Expand Down
4 changes: 0 additions & 4 deletions share/dist-to-gentoo.csv
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,10 @@ CPAN-Meta-YAML,virtual/perl-CPAN-Meta-YAML
Carp,virtual/perl-Carp
Compress-Raw-Bzip2,virtual/perl-Compress-Raw-Bzip2
Compress-Raw-Zlib,virtual/perl-Compress-Raw-Zlib
DBIx-SearchBuilder,dev-perl/dbix-searchbuilder
DB_File,virtual/perl-DB_File
Data-Buffer,dev-perl/data-buffer
Data-Dumper,virtual/perl-Data-Dumper
Devel-PPPort,virtual/perl-Devel-PPPort
Digest,virtual/perl-Digest
Digest-BubbleBabble,dev-perl/digest-bubblebabble
Digest-MD2,dev-perl/digest-md2
Digest-MD5,virtual/perl-Digest-MD5
Digest-SHA,virtual/perl-Digest-SHA
Dumpvalue,virtual/perl-Dumpvalue
Expand Down
10 changes: 3 additions & 7 deletions share/dist-versions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,10 @@ CPAN-Meta-YAML,0.018,id/D/DA/DAGOLDEN/CPAN-Meta-YAML-0.018.tar.gz
Carp,1.38,id/R/RJ/RJBS/Carp-1.38.tar.gz
Compress-Raw-Bzip2,2.069,id/P/PM/PMQS/Compress-Raw-Bzip2-2.069.tar.gz
Compress-Raw-Zlib,2.069,id/P/PM/PMQS/Compress-Raw-Zlib-2.069.tar.gz
DBIx-SearchBuilder,1.67,id/B/BP/BPS/DBIx-SearchBuilder-1.67.tar.gz
DB_File,1.838,id/P/PM/PMQS/DB_File-1.838.tar.gz
Data-Buffer,0.04,id/B/BT/BTROTT/Data-Buffer-0.04.tar.gz
Data-Dumper,2.161,id/S/SM/SMUELLER/Data-Dumper-2.161.tar.gz
Devel-PPPort,3.35,id/W/WO/WOLFSAGE/Devel-PPPort-3.35.tar.gz
Digest,1.17,id/G/GA/GAAS/Digest-1.17.tar.gz
Digest-BubbleBabble,0.02,id/B/BT/BTROTT/Digest-BubbleBabble-0.02.tar.gz
Digest-MD2,2.04,id/G/GA/GAAS/Digest-MD2-2.04.tar.gz
Digest-MD5,2.55,id/G/GA/GAAS/Digest-MD5-2.55.tar.gz
Digest-SHA,5.96,id/M/MS/MSHELOR/Digest-SHA-5.96.tar.gz
Dumpvalue,1.17,id/F/FL/FLORA/Dumpvalue-1.17.tar.gz
Expand Down Expand Up @@ -91,7 +87,7 @@ Scalar-List-Utils,1.45,id/P/PE/PEVANS/Scalar-List-Utils-1.45.tar.gz
Snapback2,1.001,id/M/MI/MIKEH/Snapback2-1.001.tar.gz
Socket,2.024,id/P/PE/PEVANS/Socket-2.024.tar.gz
Storable,2.51,id/A/AM/AMS/Storable-2.51.tar.gz
Sys-Syslog,0.34,id/S/SA/SAPER/Sys-Syslog-0.34.tar.gz
Sys-Syslog,0.35,id/S/SA/SAPER/Sys-Syslog-0.35.tar.gz
Term-ANSIColor,4.05,id/R/RR/RRA/Term-ANSIColor-4.05.tar.gz
Term-ReadLine,1.14,id/F/FL/FLORA/Term-ReadLine-1.14.tar.gz
Test,1.26,id/J/JE/JESSE/Test-1.26.tar.gz
Expand All @@ -101,15 +97,15 @@ Text-Balanced,2.03,id/S/SH/SHAY/Text-Balanced-2.03.tar.gz
Text-ParseWords,3.30,id/C/CH/CHORNY/Text-ParseWords-3.30.tar.gz
Text-Tabs+Wrap,2013.0523,id/M/MU/MUIR/modules/Text-Tabs+Wrap-2013.0523.tar.gz
Thread-Queue,3.11,id/J/JD/JDHEDDEN/Thread-Queue-3.11.tar.gz
Thread-Semaphore,2.12,id/J/JD/JDHEDDEN/Thread-Semaphore-2.12.tar.gz
Thread-Semaphore,2.13,id/J/JD/JDHEDDEN/Thread-Semaphore-2.13.tar.gz
Tie-RefHash,1.39,id/F/FL/FLORA/Tie-RefHash-1.39.tar.gz
Time-HiRes,1.9739,id/J/JH/JHI/Time-HiRes-1.9739.tar.gz
Time-Local,1.24,id/D/DR/DROLSKY/Time-Local-1.24.tar.gz
Time-Piece,1.31,id/E/ES/ESAYM/Time-Piece-1.31.tar.gz
Unicode-Collate,1.14,id/S/SA/SADAHIRO/Unicode-Collate-1.14.tar.gz
Unicode-Normalize,1.25,id/K/KH/KHW/Unicode-Normalize-1.25.tar.gz
XML-XSH2,2.1.26,id/C/CH/CHOROBA/XML-XSH2-2.1.26.tar.gz
XSLoader,0.22,id/S/SA/SAPER/XSLoader-0.22.tar.gz
XSLoader,0.24,id/S/SA/SAPER/XSLoader-0.24.tar.gz
ack,2.14,id/P/PE/PETDANCE/ack-2.14.tar.gz
autodie,2.29,id/P/PJ/PJF/autodie-2.29.tar.gz
bignum,0.43,id/P/PJ/PJACKLAM/bignum-0.43.tar.gz
Expand Down
19 changes: 0 additions & 19 deletions share/module-to-gentoo.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1272,27 +1272,10 @@ Compress::Raw::Bzip2,virtual/perl-Compress-Raw-Bzip2
Compress::Raw::Zlib,virtual/perl-Compress-Raw-Zlib
Compress::Zlib,virtual/perl-IO-Compress
Cwd,virtual/perl-File-Spec
DBIx::SearchBuilder,dev-perl/dbix-searchbuilder
DBIx::SearchBuilder::Handle,dev-perl/dbix-searchbuilder
DBIx::SearchBuilder::Handle::Informix,dev-perl/dbix-searchbuilder
DBIx::SearchBuilder::Handle::ODBC,dev-perl/dbix-searchbuilder
DBIx::SearchBuilder::Handle::Oracle,dev-perl/dbix-searchbuilder
DBIx::SearchBuilder::Handle::Pg,dev-perl/dbix-searchbuilder
DBIx::SearchBuilder::Handle::SQLite,dev-perl/dbix-searchbuilder
DBIx::SearchBuilder::Handle::Sybase,dev-perl/dbix-searchbuilder
DBIx::SearchBuilder::Handle::mysql,dev-perl/dbix-searchbuilder
DBIx::SearchBuilder::Handle::mysqlPP,dev-perl/dbix-searchbuilder
DBIx::SearchBuilder::Record,dev-perl/dbix-searchbuilder
DBIx::SearchBuilder::Record::Cachable,dev-perl/dbix-searchbuilder
DBIx::SearchBuilder::SchemaGenerator,dev-perl/dbix-searchbuilder
DBIx::SearchBuilder::Union,dev-perl/dbix-searchbuilder
DBIx::SearchBuilder::Unique,dev-perl/dbix-searchbuilder
DBIx::SearchBuilder::Util,dev-perl/dbix-searchbuilder
DB_File,virtual/perl-DB_File
DB_File::BTREEINFO,virtual/perl-DB_File
DB_File::HASHINFO,virtual/perl-DB_File
DB_File::RECNOINFO,virtual/perl-DB_File
Data::Buffer,dev-perl/data-buffer
Data::Dumper,virtual/perl-Data-Dumper
Demo1,virtual/perl-Filter-Simple
Demo2a,virtual/perl-Filter-Simple
Expand All @@ -1307,8 +1290,6 @@ Demo_Importer,virtual/perl-Filter-Simple
Demo_REM,virtual/perl-Filter-Simple
Devel::PPPort,virtual/perl-Devel-PPPort
Digest,virtual/perl-Digest
Digest::BubbleBabble,dev-perl/digest-bubblebabble
Digest::MD2,dev-perl/digest-md2
Digest::MD5,virtual/perl-Digest-MD5
Digest::SHA,virtual/perl-Digest-SHA
Digest::base,virtual/perl-Digest
Expand Down
29 changes: 5 additions & 24 deletions share/module-versions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -113,24 +113,6 @@ id/B/BI/BINGOS/Package-Constants-0.06.tar.gz,Package::Constants,0.06
id/B/BI/BINGOS/Params-Check-0.38.tar.gz,Params::Check,0.38
id/B/BO/BORUP/Gtk2-TrayIcon-0.06.tar.gz,Gtk2::TrayIcon,0.06
id/B/BO/BORUP/Gtk2-TrayManager-0.05.tar.gz,Gtk2::TrayManager,0.05
id/B/BP/BPS/DBIx-SearchBuilder-1.67.tar.gz,DBIx::SearchBuilder,1.67
id/B/BP/BPS/DBIx-SearchBuilder-1.67.tar.gz,DBIx::SearchBuilder::Handle,(undef)
id/B/BP/BPS/DBIx-SearchBuilder-1.67.tar.gz,DBIx::SearchBuilder::Handle::Informix,(undef)
id/B/BP/BPS/DBIx-SearchBuilder-1.67.tar.gz,DBIx::SearchBuilder::Handle::ODBC,(undef)
id/B/BP/BPS/DBIx-SearchBuilder-1.67.tar.gz,DBIx::SearchBuilder::Handle::Oracle,(undef)
id/B/BP/BPS/DBIx-SearchBuilder-1.67.tar.gz,DBIx::SearchBuilder::Handle::Pg,(undef)
id/B/BP/BPS/DBIx-SearchBuilder-1.67.tar.gz,DBIx::SearchBuilder::Handle::SQLite,(undef)
id/B/BP/BPS/DBIx-SearchBuilder-1.67.tar.gz,DBIx::SearchBuilder::Handle::Sybase,(undef)
id/B/BP/BPS/DBIx-SearchBuilder-1.67.tar.gz,DBIx::SearchBuilder::Handle::mysql,(undef)
id/B/BP/BPS/DBIx-SearchBuilder-1.67.tar.gz,DBIx::SearchBuilder::Handle::mysqlPP,(undef)
id/B/BP/BPS/DBIx-SearchBuilder-1.67.tar.gz,DBIx::SearchBuilder::Record,(undef)
id/B/BP/BPS/DBIx-SearchBuilder-1.67.tar.gz,DBIx::SearchBuilder::Record::Cachable,(undef)
id/B/BP/BPS/DBIx-SearchBuilder-1.67.tar.gz,DBIx::SearchBuilder::SchemaGenerator,(undef)
id/B/BP/BPS/DBIx-SearchBuilder-1.67.tar.gz,DBIx::SearchBuilder::Union,0
id/B/BP/BPS/DBIx-SearchBuilder-1.67.tar.gz,DBIx::SearchBuilder::Unique,0.01
id/B/BP/BPS/DBIx-SearchBuilder-1.67.tar.gz,DBIx::SearchBuilder::Util,(undef)
id/B/BT/BTROTT/Data-Buffer-0.04.tar.gz,Data::Buffer,0.04
id/B/BT/BTROTT/Digest-BubbleBabble-0.02.tar.gz,Digest::BubbleBabble,0.02
id/C/CH/CHORNY/Text-ParseWords-3.30.tar.gz,Text::ParseWords,3.30
id/C/CH/CHOROBA/XML-XSH2-2.1.26.tar.gz,XML::XSH2,2.1.26
id/C/CH/CHOROBA/XML-XSH2-2.1.26.tar.gz,XML::XSH2::Compile,2.1.26
Expand Down Expand Up @@ -1444,7 +1426,6 @@ id/F/FL/FLORA/Tie-RefHash-1.39.tar.gz,Tie::RefHash::Nestable,(undef)
id/G/GA/GAAS/Digest-1.17.tar.gz,Digest,1.17
id/G/GA/GAAS/Digest-1.17.tar.gz,Digest::base,1.16
id/G/GA/GAAS/Digest-1.17.tar.gz,Digest::file,1.16
id/G/GA/GAAS/Digest-MD2-2.04.tar.gz,Digest::MD2,2.04
id/G/GA/GAAS/Digest-MD5-2.55.tar.gz,Digest::MD5,2.55
id/G/GA/GAAS/MIME-Base64-3.15.tar.gz,MIME::Base64,3.15
id/G/GA/GAAS/MIME-Base64-3.15.tar.gz,MIME::QuotedPrint,3.13
Expand All @@ -1462,7 +1443,7 @@ id/G/GB/GBARR/IO-1.25.tar.gz,IO::Socket::INET,1.31
id/G/GB/GBARR/IO-1.25.tar.gz,IO::Socket::UNIX,1.23
id/I/IN/INFINOID/App-SVN-Bisect-1.1.tar.gz,App::SVN::Bisect,1.1
id/J/JD/JDHEDDEN/Thread-Queue-3.11.tar.gz,Thread::Queue,3.11
id/J/JD/JDHEDDEN/Thread-Semaphore-2.12.tar.gz,Thread::Semaphore,2.12
id/J/JD/JDHEDDEN/Thread-Semaphore-2.13.tar.gz,Thread::Semaphore,2.13
id/J/JD/JDHEDDEN/threads-2.09.tar.gz,threads,2.09
id/J/JD/JDHEDDEN/threads-shared-1.52.tar.gz,threads::shared,1.52
id/J/JE/JESSE/Locale-Maketext-Simple-0.21.tar.gz,Locale::Maketext::Simple,0.21
Expand Down Expand Up @@ -2211,10 +2192,10 @@ id/S/SA/SADAHIRO/Unicode-Collate-1.14.tar.gz,Unicode::Collate::CJK::Pinyin,1.14
id/S/SA/SADAHIRO/Unicode-Collate-1.14.tar.gz,Unicode::Collate::CJK::Stroke,1.14
id/S/SA/SADAHIRO/Unicode-Collate-1.14.tar.gz,Unicode::Collate::CJK::Zhuyin,1.14
id/S/SA/SADAHIRO/Unicode-Collate-1.14.tar.gz,Unicode::Collate::Locale,1.14
id/S/SA/SAPER/Sys-Syslog-0.34.tar.gz,Sys::Syslog,0.34
id/S/SA/SAPER/Sys-Syslog-0.34.tar.gz,Sys::Syslog::Win32,(undef)
id/S/SA/SAPER/XSLoader-0.22.tar.gz,DynaLoader,(undef)
id/S/SA/SAPER/XSLoader-0.22.tar.gz,XSLoader,0.22
id/S/SA/SAPER/Sys-Syslog-0.35.tar.gz,Sys::Syslog,0.35
id/S/SA/SAPER/Sys-Syslog-0.35.tar.gz,Sys::Syslog::Win32,(undef)
id/S/SA/SAPER/XSLoader-0.24.tar.gz,DynaLoader,(undef)
id/S/SA/SAPER/XSLoader-0.24.tar.gz,XSLoader,0.24
id/S/SH/SHAY/Text-Balanced-2.03.tar.gz,Text::Balanced,2.03
id/S/SH/SHAY/Text-Balanced-2.03.tar.gz,Text::Balanced::ErrorMsg,(undef)
id/S/SH/SHAY/Text-Balanced-2.03.tar.gz,Text::Balanced::Extractor,(undef)
Expand Down

0 comments on commit 7155e25

Please sign in to comment.