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