From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: scripts/lib/
Date: Fri, 6 Apr 2012 20:43:06 +0000 (UTC) [thread overview]
Message-ID: <1333744910.1b5551716ba2d936fc51730f4f34c16444058a26.kent@gentoo> (raw)
commit: 1b5551716ba2d936fc51730f4f34c16444058a26
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr 6 20:41:50 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr 6 20:41:50 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1b555171
[scripts/deptools.pm] Update hand-coded exception map from metadata files
---
scripts/lib/deptools.pm | 53 ++++++++++++++++++++++++++++------------------
1 files changed, 32 insertions(+), 21 deletions(-)
diff --git a/scripts/lib/deptools.pm b/scripts/lib/deptools.pm
index 4745931..604a13d 100644
--- a/scripts/lib/deptools.pm
+++ b/scripts/lib/deptools.pm
@@ -19,24 +19,25 @@ sub _vmap_langs {
# ::gentoo virtual/core things
sub _vmap_perl_native {
return (
- 'Archive-Tar', 'Attribute-Handlers', 'AutoLoader', 'CGI',
- 'Class-ISA', 'Compress-Raw-Bzip2', 'Compress-Raw-Zlib', 'CPAN-Meta',
- 'CPAN-Meta-YAML', 'Data-Dumper', 'DB_File', 'Digest-MD5',
- 'Digest-SHA', 'Encode', 'ExtUtils-CBuilder', 'ExtUtils-Command',
- 'ExtUtils-Install', 'ExtUtils-MakeMaker', 'ExtUtils-Manifest', 'ExtUtils-ParseXS',
- 'File-Path', 'File-Temp', 'Filter', 'Getopt-Long',
- 'i18n-langtags', 'IO', 'IO-Compress', 'IO-Zlib',
- 'IPC-Cmd', 'JSON-PP', 'libnet', 'Locale-MakeText-Simple',
- 'Math-BigInt', 'Math-BigInt-FastCalc', 'Memoize', 'MIME-Base64',
- 'Module-Build', 'Module-CoreList', 'Module-Load', 'Module-Load-Conditional',
- 'Module-Loaded', 'Module-Metadata', 'Module-Pluggable', 'Package-Constants',
- 'Params-Check', 'parent', 'Parse-CPAN-Meta', 'Perl-OSType',
- 'Pod-Escapes', 'podlators', 'Pod-Simple', 'Safe',
- 'Scalar-List-Utils', 'Storable', 'Switch', 'Sys-Syslog',
- 'Term-ANSIColor', 'Test', 'Test-Harness', 'Test-Simple',
- 'Text-Balanced', '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', 'CGI',
+ 'Class-ISA', 'Compress-Raw-Bzip2', 'Compress-Raw-Zlib', 'CPAN-Meta',
+ 'CPAN-Meta-Requirements', 'CPAN-Meta-YAML', 'Data-Dumper', 'DB_File',
+ 'Digest-MD5', 'Digest-SHA', 'Encode', 'ExtUtils-CBuilder',
+ 'ExtUtils-Command', 'ExtUtils-Install', 'ExtUtils-MakeMaker', 'ExtUtils-Manifest',
+ 'ExtUtils-ParseXS', 'File-Path', 'File-Temp', 'Filter',
+ 'Getopt-Long', 'i18n-langtags', 'IO', 'IO-Compress',
+ 'IO-Zlib', 'IPC-Cmd', 'JSON-PP', 'libnet',
+ 'Locale-MakeText-Simple', 'Math-BigInt', 'Math-BigInt-FastCalc', 'Memoize',
+ 'MIME-Base64', 'Module-Build', 'Module-CoreList', 'Module-Load',
+ 'Module-Load-Conditional', 'Module-Loaded', 'Module-Metadata', 'Module-Pluggable',
+ 'Package-Constants', 'Params-Check', 'parent', 'Parse-CPAN-Meta',
+ 'Perl-OSType', 'Pod-Escapes', 'podlators', 'Pod-Simple',
+ 'Safe', 'Scalar-List-Utils', 'Storable', 'Switch',
+ 'Sys-Syslog', 'Term-ANSIColor', 'Test', 'Test-Harness',
+ 'Test-Simple', 'Text-Balanced', 'Text-Tabs+Wrap', 'Thread-Queue',
+ 'threads', 'Thread-Semaphore', 'threads-shared', 'Time-HiRes',
+ 'Time-Local', 'Time-Piece', 'version', 'Version-Requirements',
+ 'XSLoader',
);
}
@@ -48,6 +49,7 @@ sub _vmap_perl_strange {
'Locale-Maketext' => virtual 'locale-maketext',
'Net-Ping' => virtual 'net-ping',
'Pod-Parser' => virtual 'PodParser',
+ 'I18N-LangTags' => virtual 'i18n-langtags',
'Config-General' => perl 'config-general',
'CGI-Simple' => perl 'Cgi-Simple',
'Text-Template' => perl 'text-template',
@@ -57,6 +59,17 @@ sub _vmap_perl_strange {
'Net-Server' => perl 'net-server',
'Image-ExifTool' => 'media-libs/exiftool',
'Padre' => 'app-editors/padre',
+ 'App-SVN-Bisect' => 'dev-util/App-SVN-Bisect',
+ 'GBrowse' => 'sci-biology/GBrowse',
+ 'XML-XSH2' => 'app-editors/XML-XSH2',
+ 'ack' => 'sys-apps/ack',
+ 'Autodia' => 'dev-utils/autodia',
+ 'BioPerl' => 'sci-biology/bioperl',
+ 'BioPerl-DB' => 'sci-biology/bioperl-db',
+ 'BioPerl-Network' => 'sci-biology/bioperl-network',
+ 'BioPerl-Run' => 'sci-biology/bioperl-run',
+ 'Snapback2' => 'app-backup/snapback2',
+ 'SVK' => 'dev-vcs/svk',
);
}
@@ -79,9 +92,7 @@ sub _vmap_overlay_native {
}
sub _vmap_overlay_strange {
- return (
- 'ExtUtils-Depends' => perl 'extutils-depends',
- );
+ return ( 'ExtUtils-Depends' => perl 'extutils-depends', );
}
sub _vmap {
next reply other threads:[~2012-04-06 20:45 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-06 20:43 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-10-04 20:19 [gentoo-commits] proj/perl-overlay:master commit in: scripts/lib/ Kent Fredric
2014-10-04 20:19 Kent Fredric
2014-10-01 9:44 Kent Fredric
2014-10-01 9:44 Kent Fredric
2014-07-24 2:12 Kent Fredric
2014-08-20 11:03 ` Kent Fredric
2014-07-24 2:12 Kent Fredric
2014-07-24 2:12 Kent Fredric
2014-08-20 11:03 ` Kent Fredric
2013-05-01 22:23 Kent Fredric
2013-05-01 22:23 Kent Fredric
2013-04-26 19:59 Kent Fredric
2013-02-24 6:00 Kent Fredric
2013-02-10 12:18 Kent Fredric
2013-02-09 13:27 Kent Fredric
2013-02-05 12:24 Kent Fredric
2012-07-31 17:10 Kent Fredric
2012-07-31 17:10 Kent Fredric
2012-06-10 7:17 Kent Fredric
2012-03-27 9:30 Kent Fredric
2012-03-03 11:58 Kent Fredric
2012-02-28 21:55 Kent Fredric
2012-02-28 21:55 Kent Fredric
2012-02-28 12:02 Kent Fredric
2012-02-27 21:01 Kent Fredric
2012-02-23 7:05 Kent Fredric
2012-02-23 7:05 Kent Fredric
2012-02-15 10:58 Kent Fredric
2012-01-06 16:38 Kent Fredric
2011-11-14 2:57 Kent Fredric
2011-10-31 8:46 Kent Fredric
2011-10-25 19:46 Kent Fredric
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1333744910.1b5551716ba2d936fc51730f4f34c16444058a26.kent@gentoo \
--to=kentfredric@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox