Revision history for CPANPLUS-Dist-Gentoo
+0.06 2009-02-14 18:15 UTC
+ + Chg : The new CPANPLUS::Dist::Gentoo::Maps holds the gentooisms and
+ provides routines for converting CPAN versions to Gentoo.
+ version.pm is longer required.
+ + Chg : Generate ebuild for the current dist before recursing.
+ + Fix : Prevent infinite loop when forcing a distribution with recursive
+ dependencies.
+ + Fix : Remove duplicated dependencies from DEPEND.
+ + Upd : Resources in META.yml.
+ + Tst : Test gentooisms and version mappings.
+
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:
--- #YAML:1.0
name: CPANPLUS-Dist-Gentoo
-version: 0.05
+version: 0.06
abstract: CPANPLUS backend generating Gentoo ebuilds.
author:
- Vincent Pit <perl@profvince.com>
distribution_type: module
configure_requires:
ExtUtils::MakeMaker: 0
+build_requires:
+ ExtUtils::MakeMaker: 0
+ Test::More: 0
requires:
+ Carp: 0
CPANPLUS: 0
Cwd: 0
File::Copy: 0
File::Path: 0
File::Spec::Functions: 0
IPC::Cmd: 0
- version: 0
+ perl: 5.006
+resources:
+ bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=CPANPLUS-Dist-Gentoo
+ homepage: http://search.cpan.org/dist/CPANPLUS-Dist-Gentoo/
+ license: http://dev.perl.org/licenses/
+ repository: http://git.profvince.com/perl/modules/CPANPLUS-Dist-Gentoo.git
no_index:
directory:
- t
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
-build_requires:
- ExtUtils::MakeMaker: 0
- Test::More: 0
CPANPLUS::Dist::Gentoo - CPANPLUS backend generating Gentoo ebuilds.
VERSION
- Version 0.05
+ Version 0.06
SYNOPSIS
cpan2dist --format=CPANPLUS::Dist::Gentoo \
DEPENDENCIES
Gentoo (<http://gentoo.org>).
- CPANPLUS, IPC::Cmd (core modules since 5.9.5), version (since 5.009).
+ CPANPLUS, IPC::Cmd (core modules since 5.9.5).
- Cwd (since perl 5) File::Path (5.001), File::Copy (5.002),
+ Cwd, Carp (since perl 5), File::Path (5.001), File::Copy (5.002),
File::Spec::Functions (5.00504).
SEE ALSO
=head1 VERSION
-Version 0.05
+Version 0.06
=cut
-our $VERSION = '0.05';
+our $VERSION = '0.06';
=head1 SYNOPSIS