summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* scripts/: update multiplex script for current gentoo reposKent Fredric2017-09-171-2/+2
|
* [scripts/gen_ebuild.pl] remove local SRC_TEST to make use of one from ↵Pavel Denisov2015-02-271-1/+0
| | | | perl-module eclass
* [scripts/gen_ebuild.pl] add special handling for perl_5 licensePavel Denisov2015-02-271-1/+3
|
* [scripts] remove redundant mapping entriesKent Fredric2014-10-051-26/+26
|
* [fixup] perl-core/Pod-LaTeX move to dev-perlKent Fredric2014-10-051-4/+3
| | | | Package-Manager: portage-2.2.10
* [fix] perl-core/Object-Accessor move to dev-perlKent Fredric2014-10-051-3/+4
| | | | Package-Manager: portage-2.2.10
* [fixup] dev-perl/Term-UI move to dev-perlKent Fredric2014-10-051-5/+3
| | | | Package-Manager: portage-2.2.10
* [fix] virtual/perl-Log-Message-Simple move Log-Message-Simple to dev-perlKent Fredric2014-10-051-4/+5
| | | | Package-Manager: portage-2.2.10
* [scripts] move B-Lint to normal listKent Fredric2014-10-051-4/+4
|
* [scripts] Remove CPANPLUS-Dist-Build from the virtual/ mapKent Fredric2014-10-011-6/+4
|
* [scripts] make CPANPLUS a normal depKent Fredric2014-10-011-6/+6
|
* [scripts] Archive-Extract and Log-Message are now dev-perlKent Fredric2014-10-011-6/+6
|
* [scripts/lib] remove Pod-Plainer from the hardcoded hack listKent Fredric2014-07-241-3/+2
|
* [scripts/libs] drop Devel-DProf from the core tricks listKent Fredric2014-07-241-7/+7
|
* [scripts/lib] Tidy up hand-coded exception mapKent Fredric2014-07-241-60/+57
|
* [scripts] Handle a single license field graciouslyKent Fredric2013-12-241-0/+3
|
* scripts: Temporarily avoid problems with range operators by simply ignoring ↵Kent Fredric2013-12-231-6/+16
| | | | their presence and letting manual intervention hopefully help
* [scripts/lib/deptools.pm] add `lib` to overlay_native ...Kent Fredric2013-10-111-10/+11
|
* [scripts] aggregate_tree.pl : document --from-ini optionKent Fredric2013-05-021-0/+11
|
* [scripts] rework aggregate_tree.pl to use Gentoo::Perl::Distmap::FromOverlayKent Fredric2013-05-021-64/+21
|
* [scripts] add Env to corelist in deptools.pmKent Fredric2013-05-011-10/+10
|
* [scripts] deptools.pm : add ExtUtils-Depends to exception listKent Fredric2013-05-013-29/+211
|
* [scripts] deptools.pm : add DateManip to the exception listKent Fredric2013-05-011-20/+21
|
* [scripts] Add autodie to the corelistKent Fredric2013-04-271-15/+15
|
* [scripts] deptools.pm : add Text-ParseWords to virtualsKent Fredric2013-02-241-19/+15
|
* [scripts] fix metacpan errorKent Fredric2013-02-241-37/+39
|
* [scripts] lib/deptools.pm : add extutils-pkgconfig to the exception listKent Fredric2013-02-111-1/+4
|
* [scripts] deptools.pm : add Pod-Checker and Pod-Usage to the virtual ↵Kent Fredric2013-02-101-10/+10
| | | | override map
* [scripts] metacpan.pm fix internal server error caused by specifying sizeKent Fredric2013-02-051-1/+1
|
* [scripts] add branch/tree filter to ignore changes outside a given DIR over ↵Kent Fredric2012-11-062-0/+189
| | | | a sequence of commits
* [scripts/lib] perform physical resolution of path to perl_experimental.pmKent Fredric2012-11-061-1/+1
|
* [scripts/gen_ebuild] generate EAPI=5 by defaultKent Fredric2012-10-251-1/+1
|
* [scripts/fixvdep.pl] Add edge case for versions that weren't already ↵Kent Fredric2012-09-161-1/+1
| | | | discovered properly
* [scripts] package_map_all.pl / use Gentoo::Perl::DistmapKent Fredric2012-08-021-23/+7
|
* [scripts] aggregate_tree.pl / use Gentoo::Perl::DistmapKent Fredric2012-08-021-15/+12
|
* [scripts] lib/coloriterator : remove monkey patch support for ITALIC using ↵Kent Fredric2012-08-011-9/+1
| | | | now native support
* [script] Fast virtuals indexKent Fredric2012-08-011-0/+185
|
* [scripts] add my diff itemization scripts Ive been using for a whileKent Fredric2012-07-312-0/+194
|
* Add script for metacpan metadata updatesTorsten Veller2012-07-121-0/+230
|
* [scripts/package_map_all] rework to use unified distmap.jsonKent Fredric2012-06-221-3/+4
|
* [scripts/aggregate_tree] refactor to use the new Gentoo::Overlay::Group::INI ↵Kent Fredric2012-06-221-89/+112
| | | | class, loadable via --from-ini, which enables processing multiple repositories into a single output file
* [scripts/deptools.pm] add exceptions for Glib and Set-ScalarKent Fredric2012-06-101-0/+2
|
* [scripts/aggregate_tree.pl] add code to handle >1 remote_id field being ↵Kent Fredric2012-06-091-31/+28
| | | | declared
* [scripts/gen_ebuild.pl] Add BSD to the License mapKent Fredric2012-05-271-0/+1
|
* Specialcase gen_ebuild for open_sourceKent Fredric2012-04-281-0/+9
|
* [scripts/package_map_all.pl] hacks to get around the abysmal speed I ↵Kent Fredric2012-04-181-50/+70
| | | | experienced today with the API, request batching and ssl stuff
* [scripts/package_map_all.pl] Update to handle the modified data formatKent Fredric2012-04-181-6/+16
|
* [scripts/aggregate_tree.pl] Reorganise the data structure emitted, and emit ↵Kent Fredric2012-04-181-5/+25
| | | | gentoo related data as individual tokens ( ie: cat/pkg/repo ), along with exporting an array of found versions, allowing for one cpan-id to simultaneously occur in multiple packages , or multiple categories, or multiple repositories, within the same dataset
* [scripts] Increase the scroll size, which works more efficiently now gzip is ↵Kent Fredric2012-04-131-1/+1
| | | | enabled
* [scripts] Turn on GZIP encoding to make package_map_all fasterKent Fredric2012-04-101-5/+9
|