summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Print a warning if Module::Build is used but not in DEPENDTorsten Veller2009-11-241-1/+5
|
* Add alternatives support for >=dev-lang/perl-5.8.8-r8Torsten Veller2009-11-141-2/+2
|
* Add trailing slash to HOMEPAGE link (#292268)Torsten Veller2009-11-101-2/+2
|
* Uses alternatives.eclass for dual life scripts, SRC_TEST=parallel for ↵Torsten Veller2009-09-271-22/+83
| | | | parallel testing and TEST_VERBOSE=1 to show details of test execution
* Remove --extra_linker_flags (#264155,#264186) againTorsten Veller2009-03-291-2/+1
|
* Fix quoting of pm_echovar (#263671)Torsten Veller2009-03-261-9/+13
|
* Set mytargets depending on CATEGORY (#262037)Torsten Veller2009-03-111-2/+7
|
* - EAPI 2 supportTorsten Veller2009-03-061-231/+125
| | | | | | | | | | | | | | | | | | - GENTOO_DEPEND_ON_PERL - default license - reduced EXPORT_FUNCTIONS for EAPI=2 - HOMEPAGE changed - LDFLAGS support - quoting - removes updatepod() - removes .packlist files - removes empty *.bs files - removed BUILDER_VER stuff - use emake - call perlinfo only once <https://bugs.gentoo.org/239510> <http://mid.gmane.org/20090305144741.GA6491@veller.net>
* Add a little bit more magic into perl-module. Now has direct support for ↵Robin H. Johnson2008-09-301-3/+9
| | | | MY_P/MY_PN/MODULE_A to help simplify the ebuilds.
* Improve the automatic HOMEPAGE/SRC_URI code that is powered by ↵Robin H. Johnson2008-02-061-5/+4
| | | | MODULE_AUTHOR. New variable MODULE_SECTION for some prolific authors, and also use the CPAN search as the homepage rather than the MODULE_AUTHOR page.
* Make minor tweak to the MODULE_AUTHOR section, for some authors that ↵Robin H. Johnson2007-10-171-2/+2
| | | | subdivided their CPAN space.
* Add the MODULE_AUTHOR variable with documentation, to simplify CPAN ebuilds.Robin H. Johnson2007-10-171-5/+13
|
* 2007 of courseChristian Hartmann2007-08-201-2/+2
|
* Fixed bug #176818Christian Hartmann2007-08-191-3/+6
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2007-07-171-2/+2
|
* Modified to deal with bad upstream perl-module authors leaving .svn ↵Michael Cummings2007-05-241-2/+2
| | | | directories around (which portage then merges onto the file system)
* For bug 157156, fixlocalpod additionMichael Cummings2006-12-091-1/+2
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2006-10-141-15/+15
|
* autopatch inclusion from base.eclass. All hail PATCHES.Michael Cummings2006-09-021-2/+12
|
* added pm_echovar "support"Michael Cummings2006-08-281-4/+5
|
* dev-lang/perl has been added as a dep to all of dev-perl and perl-core.Michael Cummings2006-08-061-4/+1
| | | | | Removing the dep, use flags, and strange behaviors these issued from the eclass.
* Bug 94112. Seems a touch backwards to have a DEP flag of perl? for the PerlMichael Cummings2006-07-081-3/+3
| | | | | | | eclass, but the logic is that perl can be an optional dep for a package inheriting this eclass, in which case the user may not need to have perl installed. Also cleaned up the dep line since there is no EU::MM ebuild any more, and any version of dev-lang/perl will suffice these days.
* Removed man3pm pages for good. Removed gentoo pods finally :)Michael Cummings2006-06-241-17/+8
|
* Fixing a problem with Makefile.PL's that pass all args to Build.PL (and thusMichael Cummings2006-06-141-9/+18
| | | | break the install by installing to /usr/usr/lib*)
* bug 136465Michael Cummings2006-06-121-2/+2
|
* bug 135890Michael Cummings2006-06-071-2/+2
|
* Missed a die line in perl-module.eclass, added new dies to perl-app.eclassMichael Cummings2006-06-061-2/+2
|
* Fixed die bug (related to bug 135396)Michael Cummings2006-06-061-3/+3
|
* fix embarrising commit ;)Alec Warner2006-05-261-2/+1
|
* Fix for bug 39519, QA fixAlec Warner2006-05-261-1/+2
|
* Updated to include disable for extutils-autoinstall, submitted to me by a ↵Michael Cummings2006-05-051-1/+3
| | | | user - thanks dwc!!
* Unusual bug cropped up with module-build. This attempts to overcome it by ↵Michael Cummings2006-05-021-3/+3
| | | | building both Makefile.PL and Build.PL (then using the appropriate one as necessary).
* 20th try is the charm. Tested new syntax againstMichael Cummings2006-04-031-25/+17
| | | | | | | | | | | dev-perl/HTML-SimpleParse-0.12 dev-perl/ExtUtils-CBuilder-0.15 dev-perl/DateTime-Locale-0.22 dev-perl/Array-Compare-1.13 dev-perl/module-build-0.26.11 media-libs/tunepimp-0.3.0-r1 Worked in all cases.
* thanks ian. instad isn't what it used to be. we'll go with instead.Michael Cummings2006-04-031-2/+2
|
* Corrected checks for Makefile.PL and Build.PL, closes bug 128487Michael Cummings2006-04-031-4/+4
|
* Bug 128364, note that perldoc rulesMichael Cummings2006-04-011-6/+13
|
* Remove uneeded functions out of EXPORT_FUNCTIONS per bug #125429.Chris White2006-03-101-2/+2
|
* move EXPORT_FUNCTIONS definition to one line to make it easier to grep/parseMike Frysinger2006-02-281-3/+2
|
* Fixes for dep/rdep with minimalMichael Cummings2006-02-111-3/+8
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2006-01-011-2/+2
|
* Avoids building man3 pages out of perldocs for perl-modules, still enabled ↵Michael Cummings2005-11-271-5/+6
| | | | in perl-app eclass.
* Bug 99978 - scoping the var exports of perl info. Thanks to Georgi for ↵Michael Cummings2005-07-241-3/+9
| | | | noticing this.
* Override for module-build useMichael Cummings2005-07-191-7/+23
|
* dodoc fix - thansk to stkn for noticing this ;)Michael Cummings2005-07-181-5/+2
|
* QA: Apply whitespace checks from repoman to eclasses.Sven Wegener2005-07-111-16/+16
|
* RDEP=DEPMichael Cummings2005-07-071-1/+2
|
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
|
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
|
* Remove perlinfo and updatepod from EXPORT_FUNCTIONSAron Griffis2005-06-271-3/+2
|
* dev-perl/EM -> perl-core/EMMichael Cummings2005-05-251-2/+2
|