dev-perl/Return-Value: Bump to version 1.666.5

- EAPI6
- Parallel tests
- Forward Declare upstream deprecation warning

Upstream:
- Deprecate dist formally

Package-Manager: Portage-2.3.18, Repoman-2.3.6
This commit is contained in:
Kent Fredric
2018-01-03 23:52:21 +13:00
parent 664d273e8b
commit 1e2abc9b3f
2 changed files with 32 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST Return-Value-1.666001.tar.gz 14554 BLAKE2B 38a01cc6c2b478d50dbe9e595871052a861f6fd1d1752a7d3fe9ce587839cfe4bb7dbf7ae77b04227cca69767b2be24b05a4e5e28fb91bba97745c2bca885caa SHA512 4c187b901af9e4aa4ff37160d67a536809b88d1ca724103740623cd58d76ecdaa8aa05d27ffaa8f0d1c7165cbdc7d551dad99dec330b140c0708f4e66fccc7df
DIST Return-Value-1.666005.tar.gz 20412 BLAKE2B 9b551d9387338339b02e4cf5d0d9af8b89f3141f8c32bcd883b5e5ac3e24b13f77dbb9d63a02f30bd3a4683b73086547adb1ec750cef417d7ddff013787e293c SHA512 6a2e19a6562fb354a5e5dcaab54629e9b19edfc57206ac5c46cd3428e78d50ec36781685edc7ca28bd8c41cf878334f9e7c1182fd3e82f9a94a21854a5b89797

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=RJBS
DIST_VERSION=1.666005
inherit perl-module
DESCRIPTION="Polymorphic Return Values"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="test"
RDEPEND="
virtual/perl-Carp
>=virtual/perl-Exporter-5.570.0
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
>=virtual/perl-CPAN-Meta-2.120.900
virtual/perl-File-Spec
>=virtual/perl-Test-Simple-0.960.0
)
"
pkg_postinst() {
elog "This package has been marked as deprecated by upstream, and it is advisable you"
elog "migrate existing code that needs this."
}