]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/commitdiff
This is 0.06 v0.06
authorVincent Pit <vince@profvince.com>
Sat, 14 Feb 2009 18:15:10 +0000 (19:15 +0100)
committerVincent Pit <vince@profvince.com>
Sat, 14 Feb 2009 18:15:10 +0000 (19:15 +0100)
Changes
META.yml
README
lib/CPANPLUS/Dist/Gentoo.pm

diff --git a/Changes b/Changes
index b4e65fbe49ba7f673bfd9154fdcc1a7f8d2f7cb7..27457c14a950bdd7f30da44d63efbd8181ca108f 100644 (file)
--- 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: 
index b439d7172f0bfaddcd2a195049a38ead3e85548b..56f6557aed969c177e690fc894060689590a3685 100644 (file)
--- 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 <perl@profvince.com>
@@ -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 a1127f620c0d9090c7ba92acc7448e64ea1f0a1f..087ba9e82d3d99c36415f5cd872a5e2599e32958 100644 (file)
--- 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 (<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
index c2380648fb8a0ae5994e1c944698958a4b44c6f4..7aa5da9e8dc08819af955348a6c0942a06657cab 100644 (file)
@@ -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