commit: 0dca77df7cd87743b9f2bb6c9f482dd1d38bddc2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Sat Apr 5 22:21:03 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Sat Apr 5 22:21:03 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0dca77df
[newversion] dev-perl/Mock-Quick-1.107.0 Package-Manager: portage-2.2.7 Manifest-Sign-Key: E854324B1366A820 --- dev-perl/Mock-Quick/ChangeLog | 7 ++++- dev-perl/Mock-Quick/Mock-Quick-1.107.0.ebuild | 42 +++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/dev-perl/Mock-Quick/ChangeLog b/dev-perl/Mock-Quick/ChangeLog index 6c2c0f3..e1b4809 100644 --- a/dev-perl/Mock-Quick/ChangeLog +++ b/dev-perl/Mock-Quick/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for dev-perl/Mock-Quick -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Mock-Quick-1.107.0 (05 Apr 2014) + + 05 Apr 2014; Kent Fredric <[email protected]> +Mock-Quick-1.107.0.ebuild: + Version Bump + *Mock-Quick-1.105.0 (30 Apr 2013) 30 Apr 2013; Kent Fredric <[email protected]> +Mock-Quick-1.105.0.ebuild, diff --git a/dev-perl/Mock-Quick/Mock-Quick-1.107.0.ebuild b/dev-perl/Mock-Quick/Mock-Quick-1.107.0.ebuild new file mode 100644 index 0000000..43553d2 --- /dev/null +++ b/dev-perl/Mock-Quick/Mock-Quick-1.107.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=EXODIST +MODULE_VERSION=1.107 +inherit perl-module + +DESCRIPTION='Quickly mock objects and classes, even temporarily replace them,' +LICENSE=" || ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +perl_meta_configure() { + # Module::Build 0.40 ( 0.400.0 ) + echo \>=virtual/perl-Module-Build-0.400.0 +} +perl_meta_build() { + # Fennec::Lite 0.004 ( 0.4.0 ) + echo \>=dev-perl/Fennec-Lite-0.4.0 + # Test::Exception 0.29 ( 0.290.0 ) + echo \>=dev-perl/Test-Exception-0.290.0 + # Test::Simple 0.88 ( 0.880.0 ) + echo \>=virtual/perl-Test-Simple-0.88 +} +perl_meta_runtime() { + # Carp + # echo virtual/perl-Carp + # Exporter::Declare 0.103 ( 0.103.0 ) + echo \>=dev-perl/Exporter-Declare-0.103.0 + # Scalar::Util + echo virtual/perl-Scalar-List-Utils +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_build) + $(perl_meta_runtime) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="do parallel"
