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