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