X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=blobdiff_plain;f=Changes;h=b4e65fbe49ba7f673bfd9154fdcc1a7f8d2f7cb7;hp=1879f958b55378cb03acd1c09c877dbfd6707fe3;hb=7aa1972cf85390e3b6432fe63d1120dbb5967fdd;hpb=3fe1cf15912402baf940ae163c50cc6526cf2c5d diff --git a/Changes b/Changes index 1879f95..b4e65fb 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,37 @@ Revision history for CPANPLUS-Dist-Gentoo +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. + + Add : The --dist-opts 'header' and 'footer', that respectively prepend + and append any text to the ebuilds. + + Add : The samples/g-cpanp shell script (don't forget to set the proper + keywords). + + Add : Add 'SRC_TEST="do"' in the ebuids so that tests are run when + 'test' is set in FEATURES. + + Fix : Only the modules in the modules list were fetchable. + +0.03 2008-11-29 18:45 UTC + + Add : --force regenerates ebuilds. + + Fix : Flaky perl -> portage version conversion. + + Fix : Prerequisites weren't relinked through gentooisms. + + Fix : Generating Manifests with user-defined distdir and overlay. + + Upd : META.yml spec updated to 1.4. + 0.02_01 2008-05-26 22:35 UTC + Add : The 'keywords' option. + Chg : From now, the portage category is perl-gcpanp, for consistency