Revision history for CPANPLUS-Dist-Gentoo
+0.04 2008-12-06 17:05 UTC
+ This release was motivated by Kent Fredric's suggestions in RT #41483.
+ Many thanks to him.
+ + Add : The --dist-opts 'header' and 'footer', that respectively prepend
+ and append any text to the ebuilds.
+ + Add : The samples/g-cpanp shell script (don't forget to set the proper
+ keywords).
+ + Add : Add 'SRC_TEST="do"' in the ebuids so that tests are run when
+ 'test' is set in FEATURES.
+ + Fix : Only the modules in the modules list were fetchable.
+
0.03 2008-11-29 18:45 UTC
+ Add : --force regenerates ebuilds.
+ Fix : Flaky perl -> portage version conversion.
--- #YAML:1.0
name: CPANPLUS-Dist-Gentoo
-version: 0.03
+version: 0.04
abstract: CPANPLUS backend generating Gentoo ebuilds.
author:
- Vincent Pit <perl@profvince.com>
CPANPLUS::Dist::Gentoo - CPANPLUS backend generating Gentoo ebuilds.
VERSION
- Version 0.03
+ Version 0.04
SYNOPSIS
cpan2dist --format=CPANPLUS::Dist::Gentoo \
--dist-opts distdir=/usr/portage/distfiles \
--dist-opts manifest=yes \
--dist-opts keywords=x86 \
+ --dist-opts header="# Copyright 1999-2008 Gentoo Foundation" \
+ --dist-opts footer="# End" \
Any::Module You::Like
DESCRPITON
The module is to some extend cargo-culted from CPANPLUS::Dist::Deb and
CPANPLUS::Dist::Mdv.
+ Kent Fredric, for testing and suggesting improvements.
+
COPYRIGHT & LICENSE
Copyright 2008 Vincent Pit, all rights reserved.
=head1 VERSION
-Version 0.03
+Version 0.04
=cut
-our $VERSION = '0.03';
+our $VERSION = '0.04';
=head1 SYNOPSIS