summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2015-12-03 23:00:34 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2015-12-19 14:17:18 +0100
commit177f867de74b5caa9795301899de6142c035017c (patch)
treeb5fc850cd912debc915004c1bb43d7d140d1b4a7 /dev-qt/qtpaths
parentperl-module.eclass: Inherit default src_prepare from EAPI=6 on (eapply, eappl... (diff)
downloadgentoo-177f867de74b5caa9795301899de6142c035017c.tar.gz
gentoo-177f867de74b5caa9795301899de6142c035017c.tar.bz2
gentoo-177f867de74b5caa9795301899de6142c035017c.zip
perl-module.eclass: Introduce new DIST_ control variables for EAPI=6 and avoid MY_ magic
This eclass is full of magic of the type of "Set MY_xxx before inheriting, and I'll automatically use it somehow instead of xxx". I think this is majorly silly since 1) MY_xxx is no proper API, and 2) it was never documented anyway. So, in EAPI=6 ignore MY_PN, MY_P, and MY_S and use DIST_PN and DIST_P instead. In addition also replace MODULE_ control variables with their DIST_ analogue. The DIST_ prefix is more consistent with upstream terminology since what we're downloading from CPAN are not actually "modules" (like CGI.pm) but "module distributions" (like CGI.tar.gz containg a set of modules). In addition it avoids clashes in case of kernel module build systems. We can't use PERL_ since this is picked up by perl itself.
Diffstat (limited to 'dev-qt/qtpaths')
0 files changed, 0 insertions, 0 deletions