From: Vincent Pit Date: Sat, 14 Feb 2009 18:15:10 +0000 (+0100) Subject: This is 0.06 X-Git-Tag: v0.06^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=commitdiff_plain;h=b3ea084ff7dcd01c3aa4440b4148c8c4ed14b944 This is 0.06 --- diff --git a/Changes b/Changes index b4e65fb..27457c1 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ 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: diff --git a/META.yml b/META.yml index b439d71..56f6557 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: CPANPLUS-Dist-Gentoo -version: 0.05 +version: 0.06 abstract: CPANPLUS backend generating Gentoo ebuilds. author: - Vincent Pit @@ -8,14 +8,23 @@ license: perl 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 @@ -24,6 +33,3 @@ generated_by: ExtUtils::MakeMaker version 6.48 meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html version: 1.4 -build_requires: - ExtUtils::MakeMaker: 0 - Test::More: 0 diff --git a/README b/README index a1127f6..087ba9e 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME CPANPLUS::Dist::Gentoo - CPANPLUS backend generating Gentoo ebuilds. VERSION - Version 0.05 + Version 0.06 SYNOPSIS cpan2dist --format=CPANPLUS::Dist::Gentoo \ @@ -39,9 +39,9 @@ METHODS DEPENDENCIES Gentoo (). - 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 diff --git a/lib/CPANPLUS/Dist/Gentoo.pm b/lib/CPANPLUS/Dist/Gentoo.pm index c238064..7aa5da9 100644 --- a/lib/CPANPLUS/Dist/Gentoo.pm +++ b/lib/CPANPLUS/Dist/Gentoo.pm @@ -22,11 +22,11 @@ CPANPLUS::Dist::Gentoo - CPANPLUS backend generating Gentoo ebuilds. =head1 VERSION -Version 0.05 +Version 0.06 =cut -our $VERSION = '0.05'; +our $VERSION = '0.06'; =head1 SYNOPSIS