perl-core/Module-Metadata: Re-add Perl 5.22 version to make earlier stabilization possible

Package-Manager: portage-2.2.26
This commit is contained in:
Andreas K. Hüttel
2015-12-26 19:17:28 +01:00
parent c64d3c5ee1
commit 37f4fbb1a4
3 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST Module-Metadata-1.000026.tar.gz 41296 SHA256 38c392eef436d26b76e8d9a478a7d910175c65107bce5763ad9ca40fdb3db690 SHA512 27cbebefc8e76bd8573215f567e6d57e6d8c0f09244867b8a5baf85142e325bddd645d03c5318ebed738dfd60a552491a1bbef6bf9f2d434aa99306c1431ad88 WHIRLPOOL 80a436c77fc26095f90679279c09b588bf2f6f606beb9790db3a4d06c5c7b1566d9cd85210fc31d8f3da946d7a1cb3fd307e552c3e36bfe19e34afe2ddc69070

View File

@@ -0,0 +1,20 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=ETHER
MODULE_VERSION=1.000026
inherit perl-module
DESCRIPTION="Gather package and POD information from perl module files"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~amd64-fbsd ~amd64-linux ~arm ~arm64 ~hppa ~hppa-hpux ~ia64 ~ia64-hpux ~ia64-linux ~m68k ~m68k-mint ~mips ~ppc ~ppc64 ~ppc-aix ~ppc-macos ~s390 ~sh ~sparc ~sparc64-solaris ~sparc-solaris ~x64-freebsd ~x64-macos ~x64-solaris ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~x86-linux ~x86-macos ~x86-solaris"
IUSE=""
RDEPEND=">=virtual/perl-version-0.870"
DEPEND="${RDEPEND}"
SRC_TEST="do parallel"

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>perl</herd>
<upstream>
<remote-id type="cpan">Module-Metadata</remote-id>
<remote-id type="cpan-module">Module::Metadata</remote-id>
</upstream>
</pkgmetadata>