dev-perl/File-Share: Add version 0.250.0

Required for new dev-perl/PDF-Create

Package-Manager: portage-2.3.2
This commit is contained in:
Kent Fredric 2016-11-17 14:32:55 +13:00
parent 03728297b5
commit fb8ca4f43b
No known key found for this signature in database
GPG Key ID: E854324B1366A820
3 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR=INGY
DIST_VERSION=0.25
inherit perl-module
DESCRIPTION="Extend File::ShareDir to local libraries"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND=">=dev-perl/File-ShareDir-1.30.0"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? ( virtual/perl-Test-Simple )
"
src_test() {
perl_rm_files t/release-pod-syntax.t
perl-module_src_test
}

View File

@ -0,0 +1 @@
DIST File-Share-0.25.tar.gz 13696 SHA256 8e9d256e0ac4384228384b4ad2a57819a163edb39f20988ed5c1318c01407070 SHA512 7c9f9a341a5d2d397479a09da05136df1d0c6b9869da511e45ee75b49565218f2231fd1b45c61e68ab802402a95af02513c4c78ce72cf8205537d0e68f9b1e46 WHIRLPOOL 98a4d487b44495a2ddbf5aec838d59181bd38fd46ce72cc692878dba6e57d0b6c40bfb0b3f23fd894cca927742279e8a552855528ee1362877822678d64f7f74

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">File-Share</remote-id>
<remote-id type="cpan-module">File::Share</remote-id>
</upstream>
</pkgmetadata>