]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/blob - README
Importing CPANPLUS-Dist-Gentoo-0.02_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.02_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                   --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"), update the manifest, and even emerge 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").
22
23     The generated ebuilds are placed into the section "perl-gcpanp". They
24     favour depending on "perl-core" or "dev-perl" rather than "perl-gcpanp".
25
26 METHODS
27     All the methods are inherited from CPANPLUS::Dist::Base. Please refer to
28     its perldoc for precise information on what's done at each step.
29
30 DEPENDENCIES
31     Gentoo (<http://gentoo.org>).
32
33     CPANPLUS, IPC::Cmd (core modules since 5.9.5).
34
35     File::Path (since 5.001), File::Copy (5.002), File::Spec::Functions
36     (5.00504).
37
38 SEE ALSO
39     cpan2dist.
40
41     CPANPLUS::Dist::Base, CPANPLUS::Dist::Deb, CPANPLUS::Dist::Mdv.
42
43 AUTHOR
44     Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
45
46 BUGS
47     Please report any bugs or feature requests to "bug-cpanplus-dist-gentoo
48     at rt.cpan.org", or through the web interface at
49     <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=CPANPLUS-Dist-Gentoo>. I
50     will be notified, and then you'll automatically be notified of progress
51     on your bug as I make changes.
52
53 SUPPORT
54     You can find documentation for this module with the perldoc command.
55
56         perldoc CPANPLUS::Dist::Gentoo
57
58 ACKNOWLEDGEMENTS
59     The module is to some extend cargo-culted from CPANPLUS::Dist::Deb and
60     CPANPLUS::Dist::Mdv.
61
62 COPYRIGHT & LICENSE
63     Copyright 2008 Vincent Pit, all rights reserved.
64
65     This program is free software; you can redistribute it and/or modify it
66     under the same terms as Perl itself.
67