Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dev-perl/Catalyst-View-ContentNegotiation-XHTML: Fix description.toolong | Kent Fredric | 2017-09-17 | 1 | -2/+3 |
| | | | | | | and badheader Package-Manager: Portage-2.3.6, Repoman-2.3.2 | ||||
* | dev-perl/Catalyst-Plugin-StatusMessage: Fix description.toolong and | Kent Fredric | 2017-09-17 | 1 | -3/+3 |
| | | | | | | badheader Package-Manager: Portage-2.3.6, Repoman-2.3.2 | ||||
* | dev-perl/Catalyst-Plugin-Session: Fix description.toolong and badheader | Kent Fredric | 2017-09-17 | 1 | -2/+3 |
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 | ||||
* | dev-perl/Amazon-S3: Fix description.toolong | Kent Fredric | 2017-09-17 | 1 | -2/+2 |
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 | ||||
* | treewide revert metadata.dtd url to http | Kent Fredric | 2017-09-17 | 747 | -747/+747 |
| | |||||
* | perl-functions.eclass: Update check_module_version for EAPI6 | Kent Fredric | 2017-09-17 | 1 | -1/+21 |
| | |||||
* | perl-functions.eclass: sync duallife scripts implementation from ::gentoo | Kent Fredric | 2017-09-17 | 1 | -21/+5 |
| | |||||
* | perl-functions.eclass: Make PERL_RESTRICT suspect in EAPI6 | Kent Fredric | 2017-09-17 | 1 | -1/+1 |
| | |||||
* | perl-module.eclass: Reimplement src_test using perl_has_test_opt | Kent Fredric | 2017-09-17 | 1 | -34/+43 |
| | |||||
* | perl-functions.eclass: add (Not in ::gentoo) perl_has_test_opt function | Kent Fredric | 2017-09-17 | 1 | -0/+27 |
| | |||||
* | perl-functions.eclass: Add (not in ::gentoo) perl_get_test_opts function | Kent Fredric | 2017-09-17 | 1 | -0/+35 |
| | |||||
* | perl-functions.eclass: Add internal option decoder for eapi6 | Kent Fredric | 2017-09-17 | 1 | -0/+44 |
| | | | | This is much more like the version in ::gentoo | ||||
* | perl-functions.eclass: add internal option-decoder for eapi5 | Kent Fredric | 2017-09-17 | 1 | -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_configure | Kent Fredric | 2017-09-17 | 1 | -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 function | Kent Fredric | 2017-09-17 | 1 | -0/+54 |
| | |||||
* | perl-module.eclass: Add DIST_EXAMPLES support to EAPI6 | Kent Fredric | 2017-09-17 | 1 | -0/+17 |
| | |||||
* | perl-module.eclass: Fatalize pkg_postrm outside perl-core | Kent Fredric | 2017-09-17 | 1 | -4/+2 |
| | |||||
* | perl-module.eclass: Fatalize pkg_postinst outside perl-core | Kent Fredric | 2017-09-17 | 1 | -4/+2 |
| | |||||
* | perl-module.eclass: Stop deleting packlists past EAPI5 | Kent Fredric | 2017-09-17 | 1 | -1/+6 |
| | |||||
* | perl-module.eclass: Remove fallback src_configure calling because EAPI!=5 is ↵ | Kent Fredric | 2017-09-17 | 1 | -2/+0 |
| | | | | gone | ||||
* | perl-module.eclass: Make Module-Build/Module-Build-Tiny deps fatal | Kent Fredric | 2017-09-17 | 1 | -6/+4 |
| | |||||
* | perl-module.eclass: Tell Build.PL to create packlists | Kent Fredric | 2017-09-17 | 1 | -1/+1 |
| | |||||
* | perl-module.eclass: src_configure: remove skip-src-configure logic outside EAPI5 | Kent Fredric | 2017-09-17 | 1 | -1/+3 |
| | |||||
* | perl-module.eclass: src_prepare: stop calling esvn_clean | Kent Fredric | 2017-09-17 | 1 | -1/+0 |
| | |||||
* | perl-module.eclass: src_prepare: use epatch_user in EAPI5, else, call default | Kent Fredric | 2017-09-17 | 1 | -4/+9 |
| | |||||
* | perl-module.eclass: stop calling src_prepare in src_unpack | Kent Fredric | 2017-09-17 | 1 | -1/+0 |
| | |||||
* | perl-module.eclass: ban direct use of perl-module_src_unpack in EAPI6 | Kent Fredric | 2017-09-17 | 1 | -1/+1 |
| | |||||
* | perl-module.eclass: remove defaults for SRC_TEST and perlinfo_done | Kent Fredric | 2017-09-17 | 1 | -2/+0 |
| | |||||
* | perl-module.eclass: sync EAPI + GENTOO_DEPEND_ON_PERL and DIST_(X) logic | Kent Fredric | 2017-09-17 | 1 | -33/+114 |
| | |||||
* | perl-module.eclass: sync EAPI-support and inherit logic | Kent Fredric | 2017-09-17 | 1 | -9/+11 |
| | |||||
* | perl-module.eclass: sync documentation | Kent Fredric | 2017-09-17 | 1 | -10/+18 |
| | |||||
* | perl-functions.eclass: Add perl_domodule | Kent Fredric | 2017-09-17 | 1 | -0/+76 |
| | |||||
* | perl-functions.eclass: Add perl_get_vendorlib | Kent Fredric | 2017-09-17 | 1 | -0/+23 |
| | |||||
* | perl-functions.eclass: Add perl_get_raw_vendorlib | Kent Fredric | 2017-09-17 | 1 | -0/+23 |
| | |||||
* | perl-functions.eclass: Add perl_get_module_version | Kent Fredric | 2017-09-17 | 1 | -0/+59 |
| | |||||
* | perl-functions.eclass: Add perl_has_module_version | Kent Fredric | 2017-09-17 | 1 | -0/+39 |
| | |||||
* | perl-functions.eclass: Add perl_has_module | Kent Fredric | 2017-09-17 | 1 | -0/+33 |
| | |||||
* | perl-functions.eclass: sync perl_check_env from ::gentoo | Kent Fredric | 2017-09-17 | 1 | -1/+1 |
| | |||||
* | perl-functions.eclass: Sync perl_doexamples from ::Gentoo | Kent Fredric | 2017-09-17 | 1 | -0/+29 |
| | |||||
* | perl-functions.eclass: Sync perl_delete_packlist | Kent Fredric | 2017-09-17 | 1 | -3/+2 |
| | |||||
* | perl-functions.eclass: Declare perlinfo_done | Kent Fredric | 2017-09-17 | 1 | -0/+2 |
| | |||||
* | perl-functions.eclass: Add perl_delete_emptybsdir | Kent Fredric | 2017-09-17 | 1 | -0/+14 |
| | |||||
* | perl-functions.eclass: Add EAPI6 to support list | Kent Fredric | 2017-09-17 | 1 | -2/+4 |
| | |||||
* | perl-functions.eclass: Import alternatives into perl-functions | Kent Fredric | 2017-09-17 | 1 | -0/+1 |
| | |||||
* | perl-functions.eclass: Sync perl_fix_packlist from ::gentoo | Kent Fredric | 2017-09-17 | 1 | -0/+33 |
| | |||||
* | perl-functions.eclass: Sync documentation only | Kent Fredric | 2017-09-17 | 1 | -13/+25 |
| | |||||
* | Treewide cleanup of $Id$/$Header$ | Kent Fredric | 2017-09-17 | 821 | -821/+0 |
| | |||||
* | Add .mailmap | Kent Fredric | 2017-09-17 | 1 | -0/+8 |
| | | | | | This is to normalize email data for git shortlog and friends so people get correctly attributed where relevant. | ||||
* | README: Update to asciidoc 8.6.9 | Kent Fredric | 2017-09-17 | 8 | -345/+313 |
| | |||||
* | README: update references to newer git.gentoo.org instead of old g.o.g.o | Kent Fredric | 2017-09-17 | 9 | -20/+20 |
| |