From: Vincent Pit Date: Wed, 1 Jul 2009 08:53:27 +0000 (+0200) Subject: This is 0.07 X-Git-Tag: v0.07^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=commitdiff_plain;h=ae79a81243e280b798ce0c7c6a482d5f4ad78df0 This is 0.07 --- diff --git a/Changes b/Changes index 27457c1..1eb8d39 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for CPANPLUS-Dist-Gentoo +0.07 2009-07-01 08:55 UTC + + Upd : Update gentooisms. + 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. diff --git a/META.yml b/META.yml index 56f6557..532c346 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: CPANPLUS-Dist-Gentoo -version: 0.06 +version: 0.07 abstract: CPANPLUS backend generating Gentoo ebuilds. author: - Vincent Pit @@ -24,12 +24,12 @@ 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 + repository: http://git.profvince.com/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git no_index: directory: - t - inc -generated_by: ExtUtils::MakeMaker version 6.48 +generated_by: ExtUtils::MakeMaker version 6.52 meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html version: 1.4 diff --git a/README b/README index 087ba9e..2d880bf 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME CPANPLUS::Dist::Gentoo - CPANPLUS backend generating Gentoo ebuilds. VERSION - Version 0.06 + Version 0.07 SYNOPSIS cpan2dist --format=CPANPLUS::Dist::Gentoo \ diff --git a/lib/CPANPLUS/Dist/Gentoo.pm b/lib/CPANPLUS/Dist/Gentoo.pm index d706de3..e6dcb36 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.06 +Version 0.07 =cut -our $VERSION = '0.06'; +our $VERSION = '0.07'; =head1 SYNOPSIS diff --git a/lib/CPANPLUS/Dist/Gentoo/Maps.pm b/lib/CPANPLUS/Dist/Gentoo/Maps.pm index c85cd20..94d2e16 100644 --- a/lib/CPANPLUS/Dist/Gentoo/Maps.pm +++ b/lib/CPANPLUS/Dist/Gentoo/Maps.pm @@ -9,11 +9,11 @@ CPANPLUS::Dist::Gentoo::Maps - Map CPAN objects to Gentoo and vice versa. =head1 VERSION -Version 0.06 +Version 0.07 =cut -our $VERSION = '0.06'; +our $VERSION = '0.07'; =head1 DESCRPITON