]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/blob - Changes
This is 0.05
[perl/modules/CPANPLUS-Dist-Gentoo.git] / Changes
1 Revision history for CPANPLUS-Dist-Gentoo
2
3 0.05    2009-01-25 00:30 UTC
4         + Add : Many more gentooisms, and a script to generate them.
5         + Add : Get the default values of options from emerge --info's output: 
6                 - the overlay from PORTDIR_OVERLAY ;
7                 - the keywords from ACCEPT_KEYWORDS ;
8                 - the distdir from DISTDIR ;
9                 - the main portage tree from PORTDIR.
10         + Chg : Search in the portage tree for the category (including virtuals)
11                 each dependency belongs, and state it explictely in the ebuild's
12                 DEPEND. This change was made necessary because portage recently
13                 stopped accepting non-existent atoms in || ( ) constructs.
14         + Fix : Append our overlay to the ones specified in PORTDIR_OVERLAY (if
15                 it's not listed yet) when running commands.
16
17 0.04    2008-12-06 17:05 UTC
18         This release was motivated by Kent Fredric's suggestions in RT #41483.
19         Many thanks to him.
20         + Add : The --dist-opts 'header' and 'footer', that respectively prepend
21                 and append any text to the ebuilds.
22         + Add : The samples/g-cpanp shell script (don't forget to set the proper
23                 keywords).
24         + Add : Add 'SRC_TEST="do"' in the ebuids so that tests are run when
25                 'test' is set in FEATURES.
26         + Fix : Only the modules in the modules list were fetchable.
27
28 0.03    2008-11-29 18:45 UTC
29         + Add : --force regenerates ebuilds.
30         + Fix : Flaky perl -> portage version conversion.
31         + Fix : Prerequisites weren't relinked through gentooisms.
32         + Fix : Generating Manifests with user-defined distdir and overlay.
33         + Upd : META.yml spec updated to 1.4.
34
35 0.02_01 2008-05-26 22:35 UTC
36         + Add : The 'keywords' option.
37         + Chg : From now, the portage category is perl-gcpanp, for consistency
38                 with g-cpan.
39         + Fix : Empty emerge command.
40         + Fix : Missing '-C' to the uninstall command.
41         + Fix : Removed an useless debug message.
42
43 0.01    2008-05-20 18:10 UTC
44         First version, released on an unsuspecting world.
45