summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add PERL_MM_USE_DEFAULT to src_prep (thanks moonflux)Robert Coie2004-08-021-1/+3
|
* update the copyright infoMike Frysinger2004-06-251-2/+2
|
* require perl 5.8.2 to get a proper >=6.11 makemakerRobert Coie2004-05-281-2/+7
|
* Block on <MakeMaker6.17Robert Coie2004-05-101-2/+9
|
* Add a perlinfo to src_prep and retire support for MakeMakers olderRobert Coie2004-05-011-40/+6
| | | | than 6.11. Should also address bug 48052 in two different ways.
* Cleaning out newdepend, correcting DEPEND since 5.8.2 is our baseline these daysMichael Cummings2004-04-021-2/+2
|
* Should fix Mr.Bones/Carpaski's concerns about how perl vars are generated ↵Michael Cummings2004-04-021-18/+13
| | | | during cacheing
* This was done per request of mr.bones - outside calls to get vars likeMichael Cummings2004-03-051-14/+22
| | | | | perl version, site lib, arch lib, etc., have been moved into a self contained function to limit external calls
* fix bug #42944Robin H. Johnson2004-02-261-2/+1
|
* Add SRC_TEST functionality. If you define SRC_TEST to "do",Robert Coie2003-12-221-1/+6
| | | | | src_compile will run make test. In the future, this may become the default, but for now the default is "skip", to maintain compatibility.
* fix fencepost error - bug 31645Robert Coie2003-10-241-2/+2
|
* fixed dodoc'sHeinrich Wendel2003-10-191-2/+5
|
* Fixing borkage on non-MakeMaker-6.11 installs causing sandbox violationJohn Mylchreest2003-09-251-2/+2
|
* Attempt to deal with changing DESTDIR and prefix handling in MakeMakers past ↵Robert Coie2003-09-241-26/+38
| | | | 6.11
* man3 directive fix - bug 27014Michael Cummings2003-08-221-1/+2
|
* Changed order for perl Makefile.PL line - INSTALLDIRS needed to be lastMichael Cummings2003-07-271-3/+3
| | | | | | | or it disrupted ebuilds looking at include libraries, such as Net-SSLeay. I've tested with it at the end with makemaker and it is still honored correctly, and ssleay among others now compile correctly again.
* once more, with feeling, vendordir, now that hppa is stable alsoRobert Coie2003-07-251-4/+4
|
* revert for one more day until hppa can be verifiedRobert Coie2003-07-251-4/+4
|
* Install into vendor directoriesRobert Coie2003-07-251-4/+4
|
* bah, fixMichael Cummings2003-07-221-2/+2
|
* updated with newdepend instead of DEPENDMichael Cummings2003-07-221-3/+2
|
* New version of the eclass addresses a new contendor for MakeMaker,Michael Cummings2003-06-271-12/+22
| | | | Module::Builder, which a few modules are using rather than MakeMaker.
* Found a bug with sed - -ie creates a backup, -i -e doesn't (backup bad)Michael Cummings2003-06-181-2/+2
|
* Convert ExtUtils-MakeMaker dependency to >=dev-lang/perl-5.6.1-r12, allowing ↵Robert Coie2003-06-181-3/+2
| | | | 5.8 folks to use the 6.03 in their core
* updated dependancy for makemaker to current versionMichael Cummings2003-06-021-2/+2
|
* Re-added dep on ExtUtils-MakeMaker - this was breaking people's boxesMichael Cummings2003-06-011-1/+2
|
* added sed fix for .packlist and *.html files generated by packages like PDLMichael Cummings2003-05-311-2/+6
|
* export perlinfo and updatepod functions for certain ebuilds to be able to useSeemant Kulleen2003-05-301-2/+3
|
* Since we are now at perl 5.8 and MakeMaker has been removed from portage, ↵Michael Cummings2003-05-301-2/+1
| | | | the dep for MakeMaker is no longer needed
* folded perl-post functions into perl-module eclass -- was needlessSeemant Kulleen2003-05-301-7/+72
|
* moved perl from sys-devel to dev-langSeemant Kulleen2003-03-111-2/+2
|
* header fixesMike Frysinger2003-02-161-2/+4
|
* reinstated extutils makemaker dep. between this and the profile dep weMichael Cummings2002-11-041-3/+4
| | | | should have our bases covered now.
* Readded missing man, arch, and other make optionsMichael Cummings2002-11-041-1/+16
|
* Header updates/cleanupsMike Frysinger2002-10-251-2/+2
|
* fix0rsSeemant Kulleen2002-10-201-3/+3
|
* eval echo no longer needed since we aren't checking perl versionsMichael Cummings2002-10-171-2/+1
| | | | anymore
* updated perl module fixesSeemant Kulleen2002-10-131-42/+26
|
* ----------------------------------------------------------------------Michael Cummings2002-10-111-1/+14
| | | | added missing variables for siteman and sitearch
* long day. added jnelson's discovery.Michael Cummings2002-09-171-4/+10
|
* Removed ambiguity of version checking - made MakeMaker required for allMichael Cummings2002-09-171-9/+2
| | | | | perl versions since it does no harm to 5.8, and is needed for 5.6.1 to function properly
* Another syntax fix to the depend for MakeMakerMichael Cummings2002-09-151-2/+2
|
* Corrected depend lines for forcing makemaker install - this will fixMichael Cummings2002-09-141-4/+3
| | | | many a bug
* Updated perl-module eclass no supports the newer version of perl'sMichael Cummings2002-09-091-13/+20
| | | | MakemMaker, which should make perl Makefile syntax consistant finally.
* Updated module to sperate pod creationsMichael Cummings2002-08-161-17/+26
|
* Corrected newdepends to DEPEND= - this was overwriting the newdependsMichael Cummings2002-08-141-2/+2
| | | | | used in the various module ebuilds and causing them not to install their sub deps
* Emergency fix - the target dir gets lost in 5.6.1 (installs, just not toMichael Cummings2002-08-071-3/+9
| | | | the right path). New eclass checks version before adding PREFIX
* Added -PREFIX to the perl Makefile.pl line - this is more in complianceMichael Cummings2002-08-051-2/+3
| | | | | | with the format that perl accepts for the preconfig of the make, and makes sure that no sandbox violation occurs in perl 5.8.0. This has been tested with both 5.8.0 and 5.6.1
* typo fixSeemant Kulleen2002-07-291-2/+2
|
* Renamed functions to reflect eclass name change.Daniel Ahlberg2002-07-271-6/+6
|