]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/commitdiff
This is 0.04 v0.04
authorVincent Pit <vince@profvince.com>
Sat, 6 Dec 2008 17:04:45 +0000 (18:04 +0100)
committerVincent Pit <vince@profvince.com>
Sat, 6 Dec 2008 17:04:45 +0000 (18:04 +0100)
Changes
META.yml
README
lib/CPANPLUS/Dist/Gentoo.pm

diff --git a/Changes b/Changes
index 7107aec3b8a0ceaf36f13a1c3e726523c1fda363..73d474234491365366dce56809e3fdaa4351aca4 100644 (file)
--- 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.
index a4e81b03e59b8095a36efff51eb0a4eac6cbdabd..34325c505f731ef2e98eb5b9d11da24af081cb1f 100644 (file)
--- 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 <perl@profvince.com>
diff --git a/README b/README
index 2cc1408013b1f6ee6d70ddb0397a1883669fa50d..013848e41239ffc9be24d044e46c8c3846a9a39d 100644 (file)
--- 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.
 
index 1fe2d5837a446aa0736e9031cfc3432b7a455950..ee6c6129386951200413a8c96b260e1f9fabd863 100644 (file)
@@ -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