X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=blobdiff_plain;f=Changes;h=64a852e99753b6b86d2f30e4f963773b2f0d2e4d;hp=cda7cffb31af4305e3d3373de4d2af082a109350;hb=HEAD;hpb=77110d525f6b966b8f87c11669f177127e6930d9 diff --git a/Changes b/Changes index cda7cff..64a852e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,63 @@ Revision history for CPANPLUS-Dist-Gentoo +0.12 2012-06-15 10:45 UTC + + Add : The current portage tree timestamp is now checked during + initialization against the one corresponding to the portage + tree in use when gentooisms were generated. This works best + when POSIX::strptime is installed, but it is not explicitely + required in order to keep boostrapping this module easy. + + Chg : The default cpan-to-gentoo version mapping has been changed + to the new saner scheme now used by most ebuilds in the default + portage tree. + + Chg : When the 'overlay' option is unspecified, it now defaults to + the first overlay listed in PORTDIR_OVERLAY. + + Fix : Gentoo versions x.y.z.0 are now rightfully considered greater + than x.y.z. + Thanks Torsten Veller for bringing this to my attention. + + Fix : Leading zeros in version components of Gentoo versions are now + handled correctly. + Thanks Torsten Veller for bringing this to my attention. + + Fix : Gentoo versions with a zero as suffix or revision index are + now also handled correctly. + + Upd : Update gentooisms. + + Tst : t/99-kwalitee.t will be skipped when only problematic versions + of its dependencies are available. + +0.11 2010-12-16 18:15 UTC + + Add : configure_requires dependencies are now listed in the DEPEND + section of the ebuild (in addition to RDEPEND dependencies). + + Add : The gengentooisms script has been vastly improved. It is now + mostly autonomous. + + Chg : The module won't initialize if "emerge --info" doesn't return + a zero status or if IPC::Cmd can't capture buffers. + + Chg : The default ebuild description has been made more informative. + + Doc : The dist options were all clearly documented. + + Fix : The complete specification for Gentoo ebuild names and + version numbers (as documented in + http://devmanual.gentoo.org/ebuild-writing/file-format) has + been implemented. + In particular, this fixes dependencies on Text-Tabs+Wrap. + + Fix : Gentooisms were extended to also cover discrepancies between + Gentoo and CPAN version numbers. + In particular, this fixes dependencies on ExtUtils-CBuilder, + ExtUtils-ParseXS, Module-Build and Time-HiRes (and many more). + + Fix : Versioned atom dependencies now correctly mirror the versions + specified in the CPAN prerequisites. They used to forcefully + require the latest available distribution. + + Fix : The module no longer croaks when handling dists without a META + file. + This fixes RT #63819. + + Fix : Cycles in the dependency graph are now solved by specifying + recursive dependencies in the PDEPEND ebuild section. + This allows the module to finally generate emergeable ebuilds + for CPANPLUS and CPANPLUS-Dist-Build, thus making + CPANPLUS::Dist::Gentoo actually bootstrappable. + + Fix : Warnings for distributions with unknown licenses. + + Rem : %CPANPLUS::Dist::Gentoo::Maps::gentooisms is no longer directly + available. Use CPANPLUS::Dist::Gentoo::Maps::name_c2g() instead. + + Tst : Improved coverage. + + Upd : Update gentooisms. + 0.10 2010-04-17 14:25 UTC + Add : If a distribution specifies a dependency on a specific perl version in its META file, the ebuild dependency on dev-lang/perl