commit: dfa5e1f5ba5f833562e537437bae22f99b01fe14 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Sat Oct 4 19:22:14 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Sat Oct 4 19:22:14 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=dfa5e1f5
[scripts] remove redundant mapping entries --- scripts/lib/deptools.pm | 52 ++++++++++++++++++++++++------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/scripts/lib/deptools.pm b/scripts/lib/deptools.pm index c487d35..d6b4406 100644 --- a/scripts/lib/deptools.pm +++ b/scripts/lib/deptools.pm @@ -19,29 +19,28 @@ sub _vmap_langs { # ::gentoo virtual/core things sub _vmap_perl_native { return ( - 'Archive-Tar', 'Attribute-Handlers', 'AutoLoader', 'autodie', - 'B-Debug', 'Carp', 'CGI', 'Compress-Raw-Bzip2', - 'Compress-Raw-Zlib', 'CPAN', 'CPAN-Meta', 'CPAN-Meta-Requirements', - 'CPAN-Meta-YAML', 'Data-Dumper', 'DB_File', 'Digest', - 'Digest-MD5', 'Digest-SHA', 'Devel-PPPort', 'Dumpvalue', - 'Encode', 'Exporter', 'ExtUtils-CBuilder', 'ExtUtils-Command', - 'ExtUtils-Constant', 'ExtUtils-Install', 'ExtUtils-MakeMaker', 'ExtUtils-Manifest', - 'ExtUtils-ParseXS', 'I18N-LangTags', 'IO', 'File-Path', - 'File-Temp', 'Filter-Simple', 'Getopt-Long', 'HTTP-Tiny', - 'if', 'IO-Compress', 'IO-Zlib', 'IPC-Cmd', - 'JSON-PP', 'libnet', 'Locale-Maketext', 'Locale-MakeText-Simple', - 'Math-BigInt', 'Math-BigInt-FastCalc', 'Math-Complex', 'Memoize', - 'MIME-Base64', 'Module-Build', 'Module-CoreList', 'Module-Load', - 'Module-Load-Conditional', 'Module-Loaded', 'Module-Metadata', 'Module-Pluggable', - 'Net-Ping', 'Package-Constants', 'Params-Check', 'parent', - 'Parse-CPAN-Meta', 'Perl-OSType', 'Pod-Escapes', 'podlators', - 'Pod-Parser', 'Pod-Simple', 'Safe', 'Scalar-List-Utils', - 'Socket', 'Storable', 'Switch', 'Sys-Syslog', - 'Term-ANSIColor', 'Test', 'Test-Harness', 'Test-Simple', - 'Text-Balanced', 'Text-ParseWords', 'Text-Tabs+Wrap', 'Thread-Queue', - 'threads', 'Thread-Semaphore', 'threads-shared', 'Time-HiRes', - 'Time-Local', 'Time-Piece', 'version', 'Version-Requirements', - 'XSLoader', + 'Archive-Tar', 'Attribute-Handlers', 'AutoLoader', 'autodie', + 'B-Debug', 'Carp', 'CGI', 'Compress-Raw-Bzip2', + 'Compress-Raw-Zlib', 'CPAN', 'CPAN-Meta', 'CPAN-Meta-Requirements', + 'CPAN-Meta-YAML', 'Data-Dumper', 'DB_File', 'Digest', + 'Digest-MD5', 'Digest-SHA', 'Devel-PPPort', 'Dumpvalue', + 'Encode', 'Exporter', 'ExtUtils-CBuilder', 'ExtUtils-Command', + 'ExtUtils-Constant', 'ExtUtils-Install', 'ExtUtils-MakeMaker', 'ExtUtils-Manifest', + 'ExtUtils-ParseXS', 'I18N-LangTags', 'IO', 'File-Path', + 'File-Temp', 'Filter-Simple', 'Getopt-Long', 'HTTP-Tiny', + 'if', 'IO-Compress', 'IO-Zlib', 'IPC-Cmd', + 'JSON-PP', 'libnet', 'Locale-Maketext', 'Locale-MakeText-Simple', + 'Math-BigInt', 'Math-BigInt-FastCalc', 'Math-Complex', 'Memoize', + 'MIME-Base64', 'Module-Build', 'Module-CoreList', 'Module-Load', + 'Module-Load-Conditional', 'Module-Loaded', 'Module-Metadata', 'Module-Pluggable', + 'Net-Ping', 'Package-Constants', 'Params-Check', 'parent', + 'Parse-CPAN-Meta', 'Perl-OSType', 'Pod-Escapes', 'podlators', + 'Pod-Parser', 'Pod-Simple', 'Safe', 'Scalar-List-Utils', + 'Socket', 'Storable', 'Sys-Syslog', 'Term-ANSIColor', + 'Test', 'Test-Harness', 'Test-Simple', 'Text-Balanced', + 'Text-ParseWords', 'Text-Tabs+Wrap', 'Thread-Queue', 'threads', + 'Thread-Semaphore', 'threads-shared', 'Time-HiRes', 'Time-Local', + 'Time-Piece', 'version', 'Version-Requirements', 'XSLoader', ); } @@ -81,9 +80,10 @@ sub _vmap_perl_strange { sub _vmap_overlay_native { return ( ( - 'base', 'constant', 'Devel-SelfStubber', 'Env', 'File-Fetch', 'i18n-langtags', - 'IPC-SysV', 'lib', 'NEXT', 'Pod-Checker', 'Pod-Perldoc', 'Pod-Usage', - 'SelfLoader', 'Unicode-Collate', 'Unicode-Normalize', + 'base', 'constant', 'Devel-SelfStubber', 'Env', + 'File-Fetch', 'IPC-SysV', 'lib', 'NEXT', + 'Pod-Checker', 'Pod-Perldoc', 'Pod-Usage', 'SelfLoader', + 'Unicode-Collate', 'Unicode-Normalize', ), ); }