summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/Cache-Ref: Remove Test-use-okKent Fredric2017-09-171-3/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-perl/BerkeleyDB-Manager: Remove Test-use-okKent Fredric2017-09-171-2/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-perl/Data-TreeDumper-Renderer-GTK: fix deps on dev-perl/Gtk2Kent Fredric2017-09-171-2/+3
| | | | | | And badheader Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-perl/CPANPLUS: Fix dep on dev-perl/Package-ConstantsKent Fredric2017-09-171-3/+4
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-perl/pip: Fix description.toolongKent Fredric2017-09-171-2/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-perl/Sub-Compose: Fix description.toolong and badheaderKent Fredric2017-09-171-2/+3
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-perl/Search-GIN-Extract-AttributeIndexes: Fix description.toolongKent Fredric2017-09-171-2/+3
| | | | | | and badheader Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-perl/Perl-Critic-Moose: Fix description.toolong and badheaderKent Fredric2017-09-171-2/+3
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-perl/HTML-Defang: Fix description.toolongKent Fredric2017-09-171-2/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-perl/Dist-Zilla-Plugin-MetaProvides-FromFile: FixKent Fredric2017-09-171-2/+3
| | | | | | description.toolong and badheader Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-perl/Dist-Zilla-Plugin-MetaProvides-Class: Fix description.toolongKent Fredric2017-09-171-2/+3
| | | | | | and badheader Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-perl/Debug-ShowStuff: Fix description.toolong and badheaderKent Fredric2017-09-171-2/+3
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-perl/Catalyst-View-ContentNegotiation-XHTML: Fix description.toolongKent Fredric2017-09-171-2/+3
| | | | | | and badheader Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-perl/Catalyst-Plugin-StatusMessage: Fix description.toolong andKent Fredric2017-09-171-3/+3
| | | | | | badheader Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-perl/Catalyst-Plugin-Session: Fix description.toolong and badheaderKent Fredric2017-09-171-2/+3
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-perl/Amazon-S3: Fix description.toolongKent Fredric2017-09-171-2/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* treewide revert metadata.dtd url to httpKent Fredric2017-09-17747-747/+747
|
* perl-functions.eclass: Update check_module_version for EAPI6Kent Fredric2017-09-171-1/+21
|
* perl-functions.eclass: sync duallife scripts implementation from ::gentooKent Fredric2017-09-171-21/+5
|
* perl-functions.eclass: Make PERL_RESTRICT suspect in EAPI6Kent Fredric2017-09-171-1/+1
|
* perl-module.eclass: Reimplement src_test using perl_has_test_optKent Fredric2017-09-171-34/+43
|
* perl-functions.eclass: add (Not in ::gentoo) perl_has_test_opt functionKent Fredric2017-09-171-0/+27
|
* perl-functions.eclass: Add (not in ::gentoo) perl_get_test_opts functionKent Fredric2017-09-171-0/+35
|
* perl-functions.eclass: Add internal option decoder for eapi6Kent Fredric2017-09-171-0/+44
| | | | This is much more like the version in ::gentoo
* perl-functions.eclass: add internal option-decoder for eapi5Kent Fredric2017-09-171-0/+43
| | | | | This is an internal function that produces a canonical option string as per EAPI5 as per the deviated API I introduced on overlay
* perl-module.eclass: run perl_check_eapi in src_configureKent Fredric2017-09-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I had to think long and hard about where to put this :/ Putting it where it should be logically: * pkg_setup: Downsides: new phase function people won't expect to be there Downsides: makes extra work for the common definition of pkg_setup * src_unpack: Downsides: Same as pkg_setup * src_pretend: Downsides: Too early Downsides: makes all perl modules slow to install * global Downsides: makes metadata collection very slow Downsides: risks running too much code in global scope * src_configre: Downsides: risks only discovering the bug after shipping However, the case of the last one dictates that the maintainer did significant changes, and then never even compile tested it. Maintainer rightly gets a rap over the knuckles and such things should never be stable
* perl-functions.eclass: Add a new (not in ::gentoo) perl_check_eapi functionKent Fredric2017-09-171-0/+54
|
* perl-module.eclass: Add DIST_EXAMPLES support to EAPI6Kent Fredric2017-09-171-0/+17
|
* perl-module.eclass: Fatalize pkg_postrm outside perl-coreKent Fredric2017-09-171-4/+2
|
* perl-module.eclass: Fatalize pkg_postinst outside perl-coreKent Fredric2017-09-171-4/+2
|
* perl-module.eclass: Stop deleting packlists past EAPI5Kent Fredric2017-09-171-1/+6
|
* perl-module.eclass: Remove fallback src_configure calling because EAPI!=5 is ↵Kent Fredric2017-09-171-2/+0
| | | | gone
* perl-module.eclass: Make Module-Build/Module-Build-Tiny deps fatalKent Fredric2017-09-171-6/+4
|
* perl-module.eclass: Tell Build.PL to create packlistsKent Fredric2017-09-171-1/+1
|
* perl-module.eclass: src_configure: remove skip-src-configure logic outside EAPI5Kent Fredric2017-09-171-1/+3
|
* perl-module.eclass: src_prepare: stop calling esvn_cleanKent Fredric2017-09-171-1/+0
|
* perl-module.eclass: src_prepare: use epatch_user in EAPI5, else, call defaultKent Fredric2017-09-171-4/+9
|
* perl-module.eclass: stop calling src_prepare in src_unpackKent Fredric2017-09-171-1/+0
|
* perl-module.eclass: ban direct use of perl-module_src_unpack in EAPI6Kent Fredric2017-09-171-1/+1
|
* perl-module.eclass: remove defaults for SRC_TEST and perlinfo_doneKent Fredric2017-09-171-2/+0
|
* perl-module.eclass: sync EAPI + GENTOO_DEPEND_ON_PERL and DIST_(X) logicKent Fredric2017-09-171-33/+114
|
* perl-module.eclass: sync EAPI-support and inherit logicKent Fredric2017-09-171-9/+11
|
* perl-module.eclass: sync documentationKent Fredric2017-09-171-10/+18
|
* perl-functions.eclass: Add perl_domoduleKent Fredric2017-09-171-0/+76
|
* perl-functions.eclass: Add perl_get_vendorlibKent Fredric2017-09-171-0/+23
|
* perl-functions.eclass: Add perl_get_raw_vendorlibKent Fredric2017-09-171-0/+23
|
* perl-functions.eclass: Add perl_get_module_versionKent Fredric2017-09-171-0/+59
|
* perl-functions.eclass: Add perl_has_module_versionKent Fredric2017-09-171-0/+39
|
* perl-functions.eclass: Add perl_has_moduleKent Fredric2017-09-171-0/+33
|
* perl-functions.eclass: sync perl_check_env from ::gentooKent Fredric2017-09-171-1/+1
|