summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Add PERLQAFATAL to perlmodule.eclass, so you can set PERLQAFATAL=1 so you ↵Kent Fredric2011-01-091-0/+4
| | | | don't manage to ignore the fact that you accidentally missed out adding Module::Build dependencies
* Add MODULE_VERSIONTorsten Veller2011-01-081-2/+2
|
* Add EAPI=4 supportTorsten Veller2011-01-031-1/+1
|
* Create MY_P if MY_PN or MY_PV are set. Use myconf, mymake, myinst arraysTorsten Veller2011-01-031-10/+34
|
* perl-module.eclass: die instead of using an invalid DEPEND atom. Fallback to ↵Torsten Veller2010-08-311-6/+6
| | | | Build.PL if Makefile.PL doesn't exist and PREFER_BUILDPL!=yes
* eclass/perl-module.eclass: SyncTorsten Veller2010-06-161-4/+4
|
* Set PERL_EXPORT_PHASE_FUNCTIONS=noTorsten Veller2010-04-201-1/+1
|
* PERL_EXPORT_PHASE_FUNCTIONS accepts only yes|no for nowTorsten Veller2010-04-201-9/+15
|
* Deprecate perl-helper.eclass and add PERL_EXPORT_PHASE_FUNCTIONS to ↵Torsten Veller2010-04-202-128/+136
| | | | perl-module.eclass
* perl-helper.eclass: Strip S early in perl_fix_osx_extra()Torsten Veller2010-03-301-2/+2
|
* Use D instead of ED in perl_remove_temppath tooTorsten Veller2010-03-301-4/+1
|
* Use D in fixlocalpod (#310513)Torsten Veller2010-03-301-3/+2
|
* Move inherit alternatives to perl-helper.eclassTorsten Veller2010-03-302-2/+3
|
* Add EAPI-UNSUPPORTED to DEPEND for unsupported EAPIsTorsten Veller2010-03-231-0/+3
|
* Finally add EAPI=3 support to the eclassesTorsten Veller2010-03-211-1/+1
|
* Rename all helper functions to perl_do_somethingTorsten Veller2010-02-182-26/+35
|
* Sync LICENSE. EAPI=3Torsten Veller2010-02-102-13/+46
|
* Only log if a AppleDouble encoded Macintosh file is in MANIFESTTorsten Veller2010-01-251-5/+9
|
* Remove AppleDouble encoded Macintosh files (#268497)Torsten Veller2010-01-252-0/+14
|
* Add a perl helper eclassTorsten Veller2010-01-252-81/+105
|
* Sync perl-module.eclassTorsten Veller2010-01-221-5/+7
|
* Merge perl-module.eclass from ::gentooTorsten Veller2009-11-141-2/+2
|
* Sync perl-module.eclassTorsten Veller2009-11-131-2/+2
|
* Sync with gentoo-x86Torsten Veller2009-09-271-2/+2
|
* Rename EXPORTED_FUNCTIONS to PERL_EXPFTorsten Veller2009-09-231-18/+14
|
* removed surplus stringifiction, added documentation to src_test in eclassKent Fredric2009-09-091-4/+8
|
* Parallelisim is now opt in instead of opt-out, using SRC_TEST, see eclass ↵Kent Fredric2009-09-091-5/+13
| | | | for details
* Workaround linking issue: cpanp->cpanp-run-perlTorsten Veller2009-09-061-2/+2
|
* Added NO_TEST_MULTI option to perl-module.eclass for weird modules that ↵Kent Fredric2009-09-071-1/+6
| | | | explode with threaded testing
* Export HARNESS_OPTIONS. Don't use HARNESS_OPTIONS if TEST_VERBOSE is set. ↵Torsten Veller2009-09-031-10/+8
| | | | Add an old libperl+perl combo. Update perl patchset
* Support --jobs= syntaxKent Fredric2009-09-031-5/+4
|
* Clarified the doccomment betterKent Fredric2009-09-031-1/+2
|
* Tidied up the verboseness constraint in the eclass, attempted toKent Fredric2009-09-031-2/+15
| | | | | autopopulate test::harness parallel testing support by extracting the -j parameter from your MAKEOPTS
* Tweaked EClass to permit TEST_VERBOSE=1 to enable verbose testing.Kent Fredric2009-09-031-1/+2
|
* Add an array for DUALLIFESCRIPTSTorsten Veller2009-08-261-3/+2
|
* Move checks to linkduallifescriptsTorsten Veller2009-08-251-4/+7
|
* Only linkduallifescripts for >=dev-lang/perl-5.10.1Torsten Veller2009-08-251-4/+5
|
* Some perl-eclass changesTorsten Veller2009-06-151-19/+17
|
* Even EAPI=0,1 ebuilds need alternatives.eclass if CATEGORY=perl-coreTorsten Veller2009-06-141-4/+5
|
* Add alternatives-ready perl-module.eclassTorsten Veller2009-06-141-0/+252