Skip to content

Commit

Permalink
Build results of 5eb8a85 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 19, 2017
1 parent 3ac8860 commit e7b1266
Show file tree
Hide file tree
Showing 15 changed files with 129 additions and 145 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Release history for Gentoo-Util-VirtualDepend

0.003023 2017-03-19T05:21:07Z 4385424
- Remove special casing for Gtk2

0.003022 2017-03-06T13:07:00Z c56b6cd
[Bugfix]
- Update tests for -Ddefault_inc_excludes_dot
Expand Down
22 changes: 11 additions & 11 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"provides" : {
"Gentoo::Util::VirtualDepend" : {
"file" : "lib/Gentoo/Util/VirtualDepend.pm",
"version" : "0.003022"
"version" : "0.003023"
}
},
"release_status" : "stable",
Expand All @@ -147,7 +147,7 @@
"web" : "https://github.com/kentnl/Gentoo-Util-VirtualDepend"
}
},
"version" : "0.003022",
"version" : "0.003023",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -222,7 +222,7 @@
"class" : "Dist::Zilla::Plugin::Git::Contributors",
"config" : {
"Dist::Zilla::Plugin::Git::Contributors" : {
"git --version" : "2.11.1",
"git --version" : "2.12.0",
"include_authors" : 0,
"include_releaser" : 0,
"order_by" : "name",
Expand Down Expand Up @@ -637,7 +637,7 @@
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
"git --version" : "2.11.1",
"git --version" : "2.12.0",
"repo_root" : "."
}
},
Expand All @@ -660,7 +660,7 @@
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
"git --version" : "2.11.1",
"git --version" : "2.12.0",
"repo_root" : "."
},
"Dist::Zilla::Role::Git::StringFormatter" : {
Expand All @@ -677,12 +677,12 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.003022-source",
"tag" : "0.003023-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
"Dist::Zilla::Role::Git::Repo" : {
"git --version" : "2.11.1",
"git --version" : "2.12.0",
"repo_root" : "."
},
"Dist::Zilla::Role::Git::StringFormatter" : {
Expand Down Expand Up @@ -735,7 +735,7 @@
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
"git --version" : "2.11.1",
"git --version" : "2.12.0",
"repo_root" : "."
},
"Dist::Zilla::Role::Git::StringFormatter" : {
Expand All @@ -757,7 +757,7 @@
"release_message" : "Build results of %h (on %b)"
},
"Dist::Zilla::Role::Git::Repo" : {
"git --version" : "2.11.1",
"git --version" : "2.12.0",
"repo_root" : "."
}
},
Expand All @@ -771,12 +771,12 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.003022",
"tag" : "0.003023",
"tag_format" : "%v",
"tag_message" : "v%v"
},
"Dist::Zilla::Role::Git::Repo" : {
"git --version" : "2.11.1",
"git --version" : "2.12.0",
"repo_root" : "."
},
"Dist::Zilla::Role::Git::StringFormatter" : {
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.003022'
version: '0.003023'
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.003022'
version: '0.003023'
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
},
"VERSION" => "0.003022",
"VERSION" => "0.003023",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
6 changes: 3 additions & 3 deletions dist.ini.meta
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ copyright_holder = Kent Fredric <kentfredric@gmail.com>
; [Bootstrap::lib]

[@Author::KENTNL]
:version = 2.021000
:version = 2.025020
normal_form = numify
mantissa = 6
toolkit = eumm
toolkit_hardness = soft
bumpversions = 1
srcreadme = mkdn
bump_versions = 1
src_readme = mkdn
twitter_extra_hash_tags = #gentoo

; auto_prereqs_skip = File::Find
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.003022';
our $VERSION = '0.003023';

# 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.003022
version 0.003023
=head1 SYNOPSIS
Expand Down
1 change: 0 additions & 1 deletion maint/update-dist-to-gentoo.pl
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ package main;
Gnome2-Canvas,dev-perl/gnome2-canvas
Gnome2-VFS,dev-perl/gnome2-vfs-perl
Gnome2-Wnck,dev-perl/gnome2-wnck
Gtk2,dev-perl/gtk2-perl
Gtk2-Ex-FormFactory,dev-perl/gtk2-ex-formfactory
Gtk2-GladeXML,dev-perl/gtk2-gladexml
Gtk2-Spell,dev-perl/gtk2-spell
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.003022
0.003023

0.003022 2017-03-06T13:07:00Z
[Changed / test requires]
- Test::More 0.89 → 0

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.003022
0.003023

0.003022 2017-03-06T13:07:00Z
[Changed / develop requires]
- Dist::Zilla::Plugin::Test::Compile::PerFile 0 → 0.003902

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.003022
0.003023

0.003022 2017-03-06T13:07:00Z
[Changed / develop requires]
- Dist::Zilla::Plugin::Test::Compile::PerFile 0 → 0.003902

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.003022
0.003023

0.003022 2017-03-06T13:07:00Z

0.003021 2017-01-27T12:24:51Z

Expand Down
1 change: 0 additions & 1 deletion share/dist-to-gentoo.csv
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Gnome2,dev-perl/gnome2-perl
Gnome2-Canvas,dev-perl/gnome2-canvas
Gnome2-VFS,dev-perl/gnome2-vfs-perl
Gnome2-Wnck,dev-perl/gnome2-wnck
Gtk2,dev-perl/gtk2-perl
Gtk2-Ex-FormFactory,dev-perl/gtk2-ex-formfactory
Gtk2-GladeXML,dev-perl/gtk2-gladexml
Gtk2-Spell,dev-perl/gtk2-spell
Expand Down
11 changes: 5 additions & 6 deletions share/dist-versions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ Gnome2,1.046,id/X/XA/XAOC/Gnome2-1.046.tar.gz
Gnome2-Canvas,1.002,id/T/TS/TSCH/Gnome2-Canvas-1.002.tar.gz
Gnome2-VFS,1.082,id/X/XA/XAOC/Gnome2-VFS-1.082.tar.gz
Gnome2-Wnck,0.16,id/T/TS/TSCH/Gnome2-Wnck-0.16.tar.gz
Gtk2,1.24991,id/X/XA/XAOC/Gtk2-1.24991.tar.gz
Gtk2-Ex-FormFactory,0.67,id/J/JR/JRED/Gtk2-Ex-FormFactory-0.67.tar.gz
Gtk2-GladeXML,1.007,id/T/TS/TSCH/Gtk2-GladeXML-1.007.tar.gz
Gtk2-Spell,1.04,id/T/TS/TSCH/Gtk2-Spell-1.04.tar.gz
Expand All @@ -51,15 +50,15 @@ Gtk2-TrayManager,0.05,id/B/BO/BORUP/Gtk2-TrayManager-0.05.tar.gz
HTTP-Tiny,0.070,id/D/DA/DAGOLDEN/HTTP-Tiny-0.070.tar.gz
IO,1.25,id/G/GB/GBARR/IO-1.25.tar.gz
IO-Compress,2.074,id/P/PM/PMQS/IO-Compress-2.074.tar.gz
IO-Socket-IP,0.38,id/P/PE/PEVANS/IO-Socket-IP-0.38.tar.gz
IO-Socket-IP,0.39,id/P/PE/PEVANS/IO-Socket-IP-0.39.tar.gz
IO-Zlib,1.10,id/T/TO/TOMHUGHES/IO-Zlib-1.10.tar.gz
IPC-Cmd,0.96,id/B/BI/BINGOS/IPC-Cmd-0.96.tar.gz
Image-ExifTool,10.40,id/E/EX/EXIFTOOL/Image-ExifTool-10.40.tar.gz
JSON-PP,2.27400,id/M/MA/MAKAMAKA/JSON-PP-2.27400.tar.gz
Locale-Maketext,1.28,id/T/TO/TODDR/Locale-Maketext-1.28.tar.gz
Locale-Maketext-Simple,0.21,id/J/JE/JESSE/Locale-Maketext-Simple-0.21.tar.gz
MIME-Base64,3.15,id/G/GA/GAAS/MIME-Base64-3.15.tar.gz
Math-BigInt,1.999810,id/P/PJ/PJACKLAM/Math-BigInt-1.999810.tar.gz
Math-BigInt,1.999811,id/P/PJ/PJACKLAM/Math-BigInt-1.999811.tar.gz
Math-BigInt-FastCalc,0.5006,id/P/PJ/PJACKLAM/Math-BigInt-FastCalc-0.5006.tar.gz
Math-BigRat,0.2612,id/P/PJ/PJACKLAM/Math-BigRat-0.2612.tar.gz
Math-Complex,1.59,id/Z/ZE/ZEFRAM/Math-Complex-1.59.tar.gz
Expand All @@ -79,7 +78,7 @@ PathTools,3.62,id/R/RJ/RJBS/PathTools-3.62.tar.gz
Perl-OSType,1.010,id/D/DA/DAGOLDEN/Perl-OSType-1.010.tar.gz
Pod-Escapes,1.07,id/N/NE/NEILB/Pod-Escapes-1.07.tar.gz
Pod-Parser,1.63,id/M/MA/MAREKR/Pod-Parser-1.63.tar.gz
Pod-Perldoc,3.27,id/M/MA/MALLEN/Pod-Perldoc-3.27.tar.gz
Pod-Perldoc,3.28,id/M/MA/MALLEN/Pod-Perldoc-3.28.tar.gz
Pod-Simple,3.35,id/K/KH/KHW/Pod-Simple-3.35.tar.gz
Safe,2.35,id/R/RG/RGARCIA/Safe-2.35.tar.gz
Scalar-List-Utils,1.47,id/P/PE/PEVANS/Scalar-List-Utils-1.47.tar.gz
Expand All @@ -90,7 +89,7 @@ Sys-Syslog,0.35,id/S/SA/SAPER/Sys-Syslog-0.35.tar.gz
Term-ANSIColor,4.06,id/R/RR/RRA/Term-ANSIColor-4.06.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
Test-Harness,3.36,id/L/LE/LEONT/Test-Harness-3.36.tar.gz
Test-Harness,3.38,id/L/LE/LEONT/Test-Harness-3.38.tar.gz
Test-Simple,1.302078,id/E/EX/EXODIST/Test-Simple-1.302078.tar.gz
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
Expand All @@ -105,7 +104,7 @@ Unicode-Collate,1.19,id/S/SA/SADAHIRO/Unicode-Collate-1.19.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.24,id/S/SA/SAPER/XSLoader-0.24.tar.gz
ack,2.14,id/P/PE/PETDANCE/ack-2.14.tar.gz
ack,2.16,id/P/PE/PETDANCE/ack-2.16.tar.gz
autodie,2.29,id/P/PJ/PJF/autodie-2.29.tar.gz
bignum,0.47,id/P/PJ/PJACKLAM/bignum-0.47.tar.gz
gettext,1.07,id/P/PV/PVANDRY/gettext-1.07.tar.gz
Expand Down
18 changes: 3 additions & 15 deletions share/module-to-gentoo.csv
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ App::Ack::Filter::FirstLineMatch,sys-apps/ack
App::Ack::Filter::Inverse,sys-apps/ack
App::Ack::Filter::Is,sys-apps/ack
App::Ack::Filter::IsGroup,sys-apps/ack
App::Ack::Filter::IsPath,sys-apps/ack
App::Ack::Filter::IsPathGroup,sys-apps/ack
App::Ack::Filter::Match,sys-apps/ack
App::Ack::Filter::MatchGroup,sys-apps/ack
App::Ack::Resource,sys-apps/ack
App::Ack::Resource::Basic,sys-apps/ack
App::Ack::Resources,sys-apps/ack
Expand Down Expand Up @@ -1436,10 +1439,6 @@ Gnome2,dev-perl/gnome2-perl
Gnome2::Canvas,dev-perl/gnome2-canvas
Gnome2::VFS,dev-perl/gnome2-vfs-perl
Gnome2::Wnck,dev-perl/gnome2-wnck
Gtk2,dev-perl/gtk2-perl
Gtk2::Builder,dev-perl/gtk2-perl
Gtk2::CellLayout::DataFunc,dev-perl/gtk2-perl
Gtk2::CodeGen,dev-perl/gtk2-perl
Gtk2::Ex::FormFactory,dev-perl/gtk2-ex-formfactory
Gtk2::Ex::FormFactory::Button,dev-perl/gtk2-ex-formfactory
Gtk2::Ex::FormFactory::CheckButton,dev-perl/gtk2-ex-formfactory
Expand Down Expand Up @@ -1480,21 +1479,10 @@ Gtk2::Ex::FormFactory::VSeparator,dev-perl/gtk2-ex-formfactory
Gtk2::Ex::FormFactory::Widget,dev-perl/gtk2-ex-formfactory
Gtk2::Ex::FormFactory::Window,dev-perl/gtk2-ex-formfactory
Gtk2::Ex::FormFactory::YesNo,dev-perl/gtk2-ex-formfactory
Gtk2::Gdk,dev-perl/gtk2-perl
Gtk2::Gdk::Atom,dev-perl/gtk2-perl
Gtk2::GladeXML,dev-perl/gtk2-gladexml
Gtk2::Helper,dev-perl/gtk2-perl
Gtk2::Pango,dev-perl/gtk2-perl
Gtk2::SimpleList,dev-perl/gtk2-perl
Gtk2::SimpleList::TiedList,dev-perl/gtk2-perl
Gtk2::SimpleList::TiedRow,dev-perl/gtk2-perl
Gtk2::SimpleMenu,dev-perl/gtk2-perl
Gtk2::Spell,dev-perl/gtk2-spell
Gtk2::TestHelper,dev-perl/gtk2-perl
Gtk2::TrayIcon,dev-perl/gtk2-trayicon
Gtk2::TrayManager,dev-perl/gtk2-traymanager
Gtk2::TreeModelSort,dev-perl/gtk2-perl
Gtk2::TreeSortable::IterCompareFunc,dev-perl/gtk2-perl
HTTP::Tiny,virtual/perl-HTTP-Tiny
IO,virtual/perl-IO
IO::Compress::Adapter::Bzip2,virtual/perl-IO-Compress
Expand Down

0 comments on commit e7b1266

Please sign in to comment.