From: Vincent Pit Date: Sat, 6 Dec 2008 17:04:45 +0000 (+0100) Subject: This is 0.04 X-Git-Tag: v0.04^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=commitdiff_plain;h=1ec3b5093e827a15cfd2cf15562affc9f0c28654 This is 0.04 --- diff --git a/Changes b/Changes index 7107aec..73d4742 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ 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. diff --git a/META.yml b/META.yml index a4e81b0..34325c5 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: CPANPLUS-Dist-Gentoo -version: 0.03 +version: 0.04 abstract: CPANPLUS backend generating Gentoo ebuilds. author: - Vincent Pit diff --git a/README b/README index 2cc1408..013848e 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME CPANPLUS::Dist::Gentoo - CPANPLUS backend generating Gentoo ebuilds. VERSION - Version 0.03 + Version 0.04 SYNOPSIS cpan2dist --format=CPANPLUS::Dist::Gentoo \ @@ -10,6 +10,8 @@ SYNOPSIS --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 @@ -67,6 +69,8 @@ ACKNOWLEDGEMENTS 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. diff --git a/lib/CPANPLUS/Dist/Gentoo.pm b/lib/CPANPLUS/Dist/Gentoo.pm index 1fe2d58..ee6c612 100644 --- a/lib/CPANPLUS/Dist/Gentoo.pm +++ b/lib/CPANPLUS/Dist/Gentoo.pm @@ -19,11 +19,11 @@ CPANPLUS::Dist::Gentoo - CPANPLUS backend generating Gentoo ebuilds. =head1 VERSION -Version 0.03 +Version 0.04 =cut -our $VERSION = '0.03'; +our $VERSION = '0.04'; =head1 SYNOPSIS