]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/blobdiff - README
Importing CPANPLUS-Dist-Gentoo-0.02_01.tar.gz
[perl/modules/CPANPLUS-Dist-Gentoo.git] / README
diff --git a/README b/README
index 05c6e8d3b416ab41e16cff6bf054328b9f9c3892..d770efc2c2dbbf2a3aabc2651e79bcbd796577d3 100644 (file)
--- a/README
+++ b/README
@@ -2,13 +2,14 @@ NAME
     CPANPLUS::Dist::Gentoo - CPANPLUS backend generating Gentoo ebuilds.
 
 VERSION
-    Version 0.01
+    Version 0.02_01
 
 SYNOPSIS
         cpan2dist --format=CPANPLUS::Dist::Gentoo \
                   --dist-opts overlay=/usr/local/portage \
                   --dist-opts distdir=/usr/portage/distfiles \
                   --dist-opts manifest=yes \
+                  --dist-opts keywords=x86 \
                   Any::Module You::Like
 
 DESCRPITON
@@ -19,8 +20,8 @@ DESCRPITON
     permissions on the directory where Gentoo fetches its source files
     (usually "/usr/portage/distfiles").
 
-    The generated ebuilds are placed into the section "perl-cpanp". They
-    favour depending on "perl-core" or "dev-perl" rather than "perl-cpanp".
+    The generated ebuilds are placed into the section "perl-gcpanp". They
+    favour depending on "perl-core" or "dev-perl" rather than "perl-gcpanp".
 
 METHODS
     All the methods are inherited from CPANPLUS::Dist::Base. Please refer to