]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/blob - Changes
Update CPANPLUS version and url in the bootstrap section
[perl/modules/CPANPLUS-Dist-Gentoo.git] / Changes
1 Revision history for CPANPLUS-Dist-Gentoo
2
3 0.09    2009-11-29 14:20 UTC
4         + Add : A default header.
5         + Add : Redundant dependencies are simplified to a minimal set.
6         + Chg : The 'requires' dependencies now go into RDEPEND.
7                 DEPEND is set to RDEPEND for now.
8         + Doc : A section describing how to bootstrap CPANPLUS and
9                 CPANPLUS::Dist::Gentoo has been added.
10         + Fix : dist-options (like the overlay) were not correctly propagated
11                 through recursive calls.
12         + Fix : Work around Kwalitee test misfailures.
13         + Upd : One more gentooism : NTLM.
14
15 0.08    2009-09-04 18:50 UTC
16         + Add : Map licenses advertised in the DSLIP or the META file to their
17                 Gentoo counterparts.
18         + Chg : CPANPLUS::Dist::Gentoo has much less public methods and imports.
19         + Chg : Don't generate a new ebuild if there's already one available at
20                 prepare time (unless --force is used).
21         + Chg : Vast cleanup of the internals.
22         + Fix : Missing dependencies in generated ebuilds (since 0.06).
23         + Fix : Stop bailing out if a prerequisite couldn't have been found in
24                 the module tree (such as Config).
25         + Fix : Allow ebuilds whose version is exactly the one required by the
26                 dependency. This was really stupid of me to let this slip.
27
28 0.07    2009-07-01 08:55 UTC
29         + Upd : Update gentooisms.
30
31 0.06    2009-02-14 18:15 UTC
32         + Chg : The new CPANPLUS::Dist::Gentoo::Maps holds the gentooisms and
33                 provides routines for converting CPAN versions to Gentoo.
34                 version.pm is longer required.
35         + Chg : Generate ebuild for the current dist before recursing.
36         + Fix : Prevent infinite loop when forcing a distribution with recursive
37                 dependencies.
38         + Fix : Remove duplicated dependencies from DEPEND.
39         + Upd : Resources in META.yml.
40         + Tst : Test gentooisms and version mappings.
41
42 0.05    2009-01-25 00:30 UTC
43         + Add : Many more gentooisms, and a script to generate them.
44         + Add : Get the default values of options from emerge --info's output: 
45                 - the overlay from PORTDIR_OVERLAY ;
46                 - the keywords from ACCEPT_KEYWORDS ;
47                 - the distdir from DISTDIR ;
48                 - the main portage tree from PORTDIR.
49         + Chg : Search in the portage tree for the category (including virtuals)
50                 each dependency belongs, and state it explictely in the ebuild's
51                 DEPEND. This change was made necessary because portage recently
52                 stopped accepting non-existent atoms in || ( ) constructs.
53         + Fix : Append our overlay to the ones specified in PORTDIR_OVERLAY (if
54                 it's not listed yet) when running commands.
55
56 0.04    2008-12-06 17:05 UTC
57         This release was motivated by Kent Fredric's suggestions in RT #41483.
58         Many thanks to him.
59         + Add : The --dist-opts 'header' and 'footer', that respectively prepend
60                 and append any text to the ebuilds.
61         + Add : The samples/g-cpanp shell script (don't forget to set the proper
62                 keywords).
63         + Add : Add 'SRC_TEST="do"' in the ebuids so that tests are run when
64                 'test' is set in FEATURES.
65         + Fix : Only the modules in the modules list were fetchable.
66
67 0.03    2008-11-29 18:45 UTC
68         + Add : --force regenerates ebuilds.
69         + Fix : Flaky perl -> portage version conversion.
70         + Fix : Prerequisites weren't relinked through gentooisms.
71         + Fix : Generating Manifests with user-defined distdir and overlay.
72         + Upd : META.yml spec updated to 1.4.
73
74 0.02_01 2008-05-26 22:35 UTC
75         + Add : The 'keywords' option.
76         + Chg : From now, the portage category is perl-gcpanp, for consistency
77                 with g-cpan.
78         + Fix : Empty emerge command.
79         + Fix : Missing '-C' to the uninstall command.
80         + Fix : Removed an useless debug message.
81
82 0.01    2008-05-20 18:10 UTC
83         First version, released on an unsuspecting world.
84