]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/blob - README
This is 0.03
[perl/modules/CPANPLUS-Dist-Gentoo.git] / README
1 NAME
2     CPANPLUS::Dist::Gentoo - CPANPLUS backend generating Gentoo ebuilds.
3
4 VERSION
5     Version 0.03
6
7 SYNOPSIS
8         cpan2dist --format=CPANPLUS::Dist::Gentoo \
9                   --dist-opts overlay=/usr/local/portage \
10                   --dist-opts distdir=/usr/portage/distfiles \
11                   --dist-opts manifest=yes \
12                   --dist-opts keywords=x86 \
13                   Any::Module You::Like
14
15 DESCRPITON
16     This module is a CPANPLUS backend that recursively generates Gentoo
17     ebuilds for a given package in the specified overlay (defaults to
18     /usr/local/portage), updates the manifest, and even emerges it (together
19     with its dependencies) if the user requires it. You need write
20     permissions on the directory where Gentoo fetches its source files
21     (usually /usr/portage/distfiles). You also need to specify the correct
22     keyword for your architecture if it differs from the default "x86".
23
24     The generated ebuilds are placed into the "perl-gcpanp" category. They
25     favour depending on "perl-core", "dev-perl" or "perl-gcpan" (in that
26     order) rather than "perl-gcpanp".
27
28 INSTALLATION
29     After installing this module, you should append "perl-gcpanp" to your
30     /etc/portage/categories file.
31
32 METHODS
33     All the methods are inherited from CPANPLUS::Dist::Base. Please refer to
34     its documentation for precise information on what's done at each step.
35
36 DEPENDENCIES
37     Gentoo (<http://gentoo.org>).
38
39     CPANPLUS, IPC::Cmd (core modules since 5.9.5).
40
41     File::Path (since 5.001), File::Copy (5.002), File::Spec::Functions
42     (5.00504).
43
44 SEE ALSO
45     cpan2dist.
46
47     CPANPLUS::Dist::Base, CPANPLUS::Dist::Deb, CPANPLUS::Dist::Mdv.
48
49 AUTHOR
50     Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
51
52     You can contact me by mail or on "irc.perl.org" (vincent).
53
54 BUGS
55     Please report any bugs or feature requests to "bug-cpanplus-dist-gentoo
56     at rt.cpan.org", or through the web interface at
57     <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=CPANPLUS-Dist-Gentoo>. I
58     will be notified, and then you'll automatically be notified of progress
59     on your bug as I make changes.
60
61 SUPPORT
62     You can find documentation for this module with the perldoc command.
63
64         perldoc CPANPLUS::Dist::Gentoo
65
66 ACKNOWLEDGEMENTS
67     The module is to some extend cargo-culted from CPANPLUS::Dist::Deb and
68     CPANPLUS::Dist::Mdv.
69
70 COPYRIGHT & LICENSE
71     Copyright 2008 Vincent Pit, all rights reserved.
72
73     This program is free software; you can redistribute it and/or modify it
74     under the same terms as Perl itself.
75