diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-04-15 00:03:44 +1200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-04-16 21:25:55 +0200 |
commit | 180a2ec62f01d9cde38131525ee996ed01819a94 (patch) | |
tree | 8d3eead936f57d7af06c84176037a6c74f186b1b /dev-perl/Test-Mock-LWP-Dispatch | |
parent | Revert "ssl-cert.eclass: add libressl support" (diff) | |
download | gentoo-180a2ec62f01d9cde38131525ee996ed01819a94.tar.gz gentoo-180a2ec62f01d9cde38131525ee996ed01819a94.tar.bz2 gentoo-180a2ec62f01d9cde38131525ee996ed01819a94.zip |
dev-perl/Test-Mock-LWP-Dispatch: Bump to version 0.80.0
- EAPI6
- Cleanup tests
- Fix missing deps
- Cleanup metadata
Upstream:
- Add map_passthrough method
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
Diffstat (limited to 'dev-perl/Test-Mock-LWP-Dispatch')
-rw-r--r-- | dev-perl/Test-Mock-LWP-Dispatch/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Test-Mock-LWP-Dispatch/Test-Mock-LWP-Dispatch-0.80.0.ebuild | 35 | ||||
-rw-r--r-- | dev-perl/Test-Mock-LWP-Dispatch/metadata.xml | 4 |
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-perl/Test-Mock-LWP-Dispatch/Manifest b/dev-perl/Test-Mock-LWP-Dispatch/Manifest index 6be55ac76983..df026fd08292 100644 --- a/dev-perl/Test-Mock-LWP-Dispatch/Manifest +++ b/dev-perl/Test-Mock-LWP-Dispatch/Manifest @@ -1 +1,2 @@ DIST Test-Mock-LWP-Dispatch-0.06.tar.gz 13136 SHA256 3e5aa09a5c4ff6e77b58a79723147d9954f4da1f5345b9b0ed36e01fc0e7d288 SHA512 ec0f81e6c91881f80b3c3e0fdf0618fbefd5fff8fc5cc8604b000b699103ba991b49206ecb2c47a9b59edeb9495e6166a069ba02ba3d3ea8ed11a5c84b5d1878 WHIRLPOOL 590e26b8166aa5c8c504f52617b1f79a8218876a679897e314e17c05ed41f80660117e731f20c2c12f7fb376b5aa74622e0a922d643559f8d947c456f4468322 +DIST Test-Mock-LWP-Dispatch-0.08.tar.gz 13634 SHA256 134bb2df2bf2e14c3e86d0d6887081140d9605f66054dc5b733e4e7c42f5b56c SHA512 419e9410c4f86dd7fe669ab09ca5c17dd4a2d9ab9fa36647f8e95702ee7e3b66a36692acc72c03e128553f5289b8d6260e7449061e9009d911d6db406c2d6876 WHIRLPOOL a128a692167676553c4edabfe007b86e693349ef095a7ddb18b68a56cd497ad2f8737c1385ce76a4a24210f2f6422a84795e4ecbc17b18feebf1c19e4b63d7da diff --git a/dev-perl/Test-Mock-LWP-Dispatch/Test-Mock-LWP-Dispatch-0.80.0.ebuild b/dev-perl/Test-Mock-LWP-Dispatch/Test-Mock-LWP-Dispatch-0.80.0.ebuild new file mode 100644 index 000000000000..6b735ed3a44c --- /dev/null +++ b/dev-perl/Test-Mock-LWP-Dispatch/Test-Mock-LWP-Dispatch-0.80.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=TADAM +DIST_VERSION=0.08 +inherit perl-module + +DESCRIPTION="Mocks LWP::UserAgent and dispatches your requests/responses" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Data-Dumper + virtual/perl-Exporter + dev-perl/HTTP-Message + dev-perl/libwww-perl + dev-perl/Test-MockObject +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.300.0 + test? ( + virtual/perl-File-Spec + dev-perl/Test-Exception + ) +" +src_test() { + perl_rm_files t/release-pod-coverage.t t/release-pod-syntax.t + perl-module_src_test +} diff --git a/dev-perl/Test-Mock-LWP-Dispatch/metadata.xml b/dev-perl/Test-Mock-LWP-Dispatch/metadata.xml index 2b9a936fc0a1..350db01a45c0 100644 --- a/dev-perl/Test-Mock-LWP-Dispatch/metadata.xml +++ b/dev-perl/Test-Mock-LWP-Dispatch/metadata.xml @@ -5,4 +5,8 @@ <email>perl@gentoo.org</email> <name>Gentoo Perl Project</name> </maintainer> + <upstream> + <remote-id type="cpan">Test-Mock-LWP-Dispatch</remote-id> + <remote-id type="cpan-module">Test::Mock::LWP::Dispatch</remote-id> + </upstream> </pkgmetadata> |