X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=blobdiff_plain;f=README;fp=README;h=d770efc2c2dbbf2a3aabc2651e79bcbd796577d3;hp=05c6e8d3b416ab41e16cff6bf054328b9f9c3892;hb=3fe1cf15912402baf940ae163c50cc6526cf2c5d;hpb=012a8ae10e8fc6e70ff1b0f90c470196417c0bf1 diff --git a/README b/README index 05c6e8d..d770efc 100644 --- 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