X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=27457c14a950bdd7f30da44d63efbd8181ca108f;hb=refs%2Ftags%2Fv0.06;hp=73d474234491365366dce56809e3fdaa4351aca4;hpb=1ec3b5093e827a15cfd2cf15562affc9f0c28654;p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git diff --git a/Changes b/Changes index 73d4742..27457c1 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,30 @@ Revision history for CPANPLUS-Dist-Gentoo +0.06 2009-02-14 18:15 UTC + + Chg : The new CPANPLUS::Dist::Gentoo::Maps holds the gentooisms and + provides routines for converting CPAN versions to Gentoo. + version.pm is longer required. + + Chg : Generate ebuild for the current dist before recursing. + + Fix : Prevent infinite loop when forcing a distribution with recursive + dependencies. + + Fix : Remove duplicated dependencies from DEPEND. + + Upd : Resources in META.yml. + + Tst : Test gentooisms and version mappings. + +0.05 2009-01-25 00:30 UTC + + Add : Many more gentooisms, and a script to generate them. + + Add : Get the default values of options from emerge --info's output: + - the overlay from PORTDIR_OVERLAY ; + - the keywords from ACCEPT_KEYWORDS ; + - the distdir from DISTDIR ; + - the main portage tree from PORTDIR. + + Chg : Search in the portage tree for the category (including virtuals) + each dependency belongs, and state it explictely in the ebuild's + DEPEND. This change was made necessary because portage recently + stopped accepting non-existent atoms in || ( ) constructs. + + Fix : Append our overlay to the ones specified in PORTDIR_OVERLAY (if + it's not listed yet) when running commands. + 0.04 2008-12-06 17:05 UTC This release was motivated by Kent Fredric's suggestions in RT #41483. Many thanks to him.