commit: 433c2ce8cfc9b3442a0fe349905b974711b275a1
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Mar 16 07:34:51 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Mar 16 07:34:51 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=433c2ce8
[bump] Dist-Zilla-Plugin-Git to 2.30.0
Package-Manager: portage-2.2.17
.../Dist-Zilla-Plugin-Git-2.13.0.ebuild | 143 ---------------------
.../Dist-Zilla-Plugin-Git-2.30.0.ebuild | 75 +++++++++++
2 files changed, 75 insertions(+), 143 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.13.0.ebuild
b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.13.0.ebuild
deleted file mode 100644
index 617fc09..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.13.0.ebuild
+++ /dev/null
@@ -1,143 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=CJM
-MODULE_VERSION=2.013
-inherit perl-module
-
-DESCRIPTION='update your git repository after release'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # Module::Build 0.3601 ( 0.360.100 )
- echo \>=virtual/perl-Module-Build-0.36.01
-}
-perl_meta_build() {
- # Module::Build 0.3601 ( 0.360.100 )
- echo \>=virtual/perl-Module-Build-0.36.01
-}
-perl_meta_runtime() {
- # Class::MOP
- echo dev-perl/Moose
- # Cwd
- echo virtual/perl-File-Spec
- # DateTime
- echo dev-perl/DateTime
- # Dist::Zilla 4 ( 4.0.0 )
- echo \>=dev-perl/Dist-Zilla-4.0.0
- # Dist::Zilla::Plugin::GatherDir 4.200016 ( 4.200.16 )
- echo \>=dev-perl/Dist-Zilla-4.200.16
- # Dist::Zilla::Role::AfterBuild
- echo dev-perl/Dist-Zilla
- # Dist::Zilla::Role::AfterMint
- echo dev-perl/Dist-Zilla
- # Dist::Zilla::Role::AfterRelease
- echo dev-perl/Dist-Zilla
- # Dist::Zilla::Role::BeforeRelease
- echo dev-perl/Dist-Zilla
- # Dist::Zilla::Role::FilePruner
- echo dev-perl/Dist-Zilla
- # Dist::Zilla::Role::PluginBundle
- echo dev-perl/Dist-Zilla
- # Dist::Zilla::Role::VersionProvider
- echo dev-perl/Dist-Zilla
- # File::Spec
- echo virtual/perl-File-Spec
- # File::Spec::Functions
- echo virtual/perl-File-Spec
- # File::Temp
- echo virtual/perl-File-Temp
- # File::chdir
- echo dev-perl/File-chdir
- # Git::Wrapper 0.021 ( 0.21.0 )
- echo \>=dev-perl/Git-Wrapper-0.21.0
- # IPC::Open3
- echo dev-lang/perl
- # IPC::System::Simple
- echo dev-perl/IPC-System-Simple
- # List::AllUtils
- echo dev-perl/List-AllUtils
- # List::Util
- echo virtual/perl-Scalar-List-Utils
- # Moose
- echo dev-perl/Moose
- # Moose::Autobox
- echo dev-perl/Moose-Autobox
- # Moose::Role
- echo dev-perl/Moose
- # Moose::Util::TypeConstraints
- echo dev-perl/Moose
- # MooseX::AttributeShortcuts
- echo dev-perl/MooseX-AttributeShortcuts
- # MooseX::Has::Sugar
- echo dev-perl/MooseX-Has-Sugar
- # MooseX::Types::Moose
- echo dev-perl/MooseX-Types
- # MooseX::Types::Path::Class
- echo dev-perl/MooseX-Types-Path-Class
- # Path::Class 0.22 ( 0.220.0 )
- echo \>=dev-perl/Path-Class-0.220.0
- # Path::Class::Dir
- echo dev-perl/Path-Class
- # String::Formatter
- echo dev-perl/String-Formatter
- # Try::Tiny
- echo dev-perl/Try-Tiny
- # Version::Next
- echo dev-perl/Version-Next
- # constant
- echo virtual/perl-constant
- # namespace::autoclean 0.09 ( 0.90.0 )
- echo \>=dev-perl/namespace-autoclean-0.90.0
- # perl 5.010 ( 5.10.0 )
- echo \>=dev-lang/perl-5.10.0
- # strict
- echo dev-lang/perl
- # version 0.80 ( 0.800.0 )
- echo \>=virtual/perl-version-0.80
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # Dist::Zilla::File::InMemory
- echo dev-perl/Dist-Zilla
- # Dist::Zilla::Role::Releaser
- echo dev-perl/Dist-Zilla
- # Dist::Zilla::Tester
- echo dev-perl/Dist-Zilla
- # Exporter
- echo virtual/perl-Exporter
- # File::Copy
- echo dev-lang/perl
- # File::Copy::Recursive
- echo dev-perl/File-Copy-Recursive
- # File::Find
- echo dev-lang/perl
- # File::Path 2.07 ( 2.70.0 )
- echo \>=virtual/perl-File-Path-2.07
- # File::Which
- echo dev-perl/File-Which
- # File::pushd
- echo dev-perl/File-pushd
- # Log::Dispatchouli
- echo dev-perl/Log-Dispatchouli
- # Test::DZil
- echo dev-perl/Dist-Zilla
- # Test::Fatal 0.006 ( 0.6.0 )
- echo \>=dev-perl/Test-Fatal-0.6.0
- # Test::More 0.88 ( 0.880.0 )
- echo \>=virtual/perl-Test-Simple-0.88
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do parallel"
diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.30.0.ebuild
b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.30.0.ebuild
new file mode 100644
index 0000000..11ac2b7
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.30.0.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=CJM
+MODULE_VERSION=2.030
+inherit perl-module
+
+DESCRIPTION='update your git repository after release'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# Dist::Zilla::Role::GitConfig -> Dist-Zilla-Plugin-Config-Git
+# File::Spec::Functions -> File-Spec
+# List::Util -> Scalar-List-Utils
+# Moose::Role -> Moose
+# Moose::Util::TypeConstraints -> Moose
+# MooseX::Types::Moose -> MooseX-Types
+#
+# test: File::Copy -> perl
+# Dist::Zilla::File::InMemory -> Dist-Zilla
+# Dist::Zilla::Role::Releaser -> Dist-Zilla
+# Dist::Zilla::Tester -> Dist-Zilla
+# IO::Handle -> IO
+# IPC::Open3 -> perl
+# Test::DZil -> Dist-Zilla
+RDEPEND="
+ virtual/perl-File-Spec
+ dev-perl/DateTime
+ >=dev-perl/Dist-Zilla-4.200.16
+ dev-perl/Dist-Zilla-Plugin-Config-Git
+ virtual/perl-File-Temp
+ dev-perl/File-chdir
+ >=dev-perl/Git-Wrapper-0.21.0
+ dev-perl/IPC-System-Simple
+ dev-perl/List-AllUtils
+ virtual/perl-Scalar-List-Utils
+ dev-perl/Module-Runtime
+ dev-perl/Moose
+ dev-perl/MooseX-Has-Sugar
+ dev-perl/MooseX-Types
+ >=dev-perl/MooseX-Types-Path-Tiny-0.10.0
+ >=dev-perl/Path-Tiny-0.48.0
+ dev-perl/String-Formatter
+ dev-perl/Try-Tiny
+ dev-perl/Version-Next
+ virtual/perl-constant
+ >=dev-perl/namespace-autoclean-0.90.0
+ >=dev-lang/perl-5.10.0
+ >=virtual/perl-version-0.800.0
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-Module-Build-0.360.100
+ >=virtual/perl-version-0.800.0
+ test? (
+ >=dev-perl/CPAN-Meta-Check-0.7.0
+ virtual/perl-CPAN-Meta-Requirements
+ dev-perl/Devel-SimpleTrace
+ dev-perl/Dist-Zilla
+ dev-perl/Dist-Zilla-Plugin-Config-Git
+ virtual/perl-Encode
+ virtual/perl-Exporter
+ dev-perl/File-Copy-Recursive
+ >=virtual/perl-File-Path-2.70.0
+ virtual/perl-File-Spec
+ dev-perl/File-Which
+ dev-perl/File-pushd
+ virtual/perl-IO
+ dev-perl/List-MoreUtils
+ dev-perl/Log-Dispatchouli
+ >=dev-perl/Test-Fatal-0.6.0
+ >=virtual/perl-Test-Simple-0.880.0
+ )
+"