X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=README;h=2cc1408013b1f6ee6d70ddb0397a1883669fa50d;hb=3286fff39f46385facc4e2523166a94d981de471;hp=05c6e8d3b416ab41e16cff6bf054328b9f9c3892;hpb=012a8ae10e8fc6e70ff1b0f90c470196417c0bf1;p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git diff --git a/README b/README index 05c6e8d..2cc1408 100644 --- a/README +++ b/README @@ -2,29 +2,36 @@ NAME CPANPLUS::Dist::Gentoo - CPANPLUS backend generating Gentoo ebuilds. VERSION - Version 0.01 + Version 0.03 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 This module is a CPANPLUS backend that recursively generates Gentoo ebuilds for a given package in the specified overlay (defaults to - "/usr/local/portage"), update the manifest, and even emerge it (together + /usr/local/portage), updates the manifest, and even emerges it (together with its dependencies) if the user requires it. You need write permissions on the directory where Gentoo fetches its source files - (usually "/usr/portage/distfiles"). + (usually /usr/portage/distfiles). You also need to specify the correct + keyword for your architecture if it differs from the default "x86". - 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 "perl-gcpanp" category. They + favour depending on "perl-core", "dev-perl" or "perl-gcpan" (in that + order) rather than "perl-gcpanp". + +INSTALLATION + After installing this module, you should append "perl-gcpanp" to your + /etc/portage/categories file. METHODS All the methods are inherited from CPANPLUS::Dist::Base. Please refer to - its perldoc for precise information on what's done at each step. + its documentation for precise information on what's done at each step. DEPENDENCIES Gentoo (). @@ -42,6 +49,8 @@ SEE ALSO AUTHOR Vincent Pit, "", . + You can contact me by mail or on "irc.perl.org" (vincent). + BUGS Please report any bugs or feature requests to "bug-cpanplus-dist-gentoo at rt.cpan.org", or through the web interface at