diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-10-03 12:03:35 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-10-03 12:10:06 +1300 |
commit | 044debbc7a3518e0d0845c1f7b1710b22b76c5f4 (patch) | |
tree | 2c8cbd515bec96f104bde313c30127e15526f4a9 /dev-perl/File-Spec-Native | |
parent | dev-perl/CPAN-DistnameInfo: Added to tree (diff) | |
download | gentoo-044debbc7a3518e0d0845c1f7b1710b22b76c5f4.tar.gz gentoo-044debbc7a3518e0d0845c1f7b1710b22b76c5f4.tar.bz2 gentoo-044debbc7a3518e0d0845c1f7b1710b22b76c5f4.zip |
dev-perl/File-Spec-Native: Add w/ version 1.4.0
Previously maintained in ::perl-experimental by Torsten Veller and
myself since Oct 2011
Required by Dist-Metadata for CPAN-Mini-Inject
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/File-Spec-Native')
-rw-r--r-- | dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/File-Spec-Native/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/File-Spec-Native/metadata.xml | 12 |
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild b/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild new file mode 100644 index 000000000000..5f5d0b513f6f --- /dev/null +++ b/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=RWSTAUNER +DIST_VERSION=1.004 +inherit perl-module + +DESCRIPTION="Use native OS implementation of File::Spec from a subclass" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="virtual/perl-File-Spec" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-CPAN-Meta-2.120.900 + virtual/perl-File-Temp + virtual/perl-IO + virtual/perl-Test-Simple + ) +" diff --git a/dev-perl/File-Spec-Native/Manifest b/dev-perl/File-Spec-Native/Manifest new file mode 100644 index 000000000000..58a6c863068c --- /dev/null +++ b/dev-perl/File-Spec-Native/Manifest @@ -0,0 +1 @@ +DIST File-Spec-Native-1.004.tar.gz 20265 SHA256 41371dde1ee3b10142286d5e3fd67c2be3d6cdfadc297fc0666d227e8974ec3e SHA512 0c59040d13377648e6a849f8634731426b38e596ef3399db4acdef441194720186241ee02f12932d39d45fe5973feef7f394bd4c8f1d8459adbefeaa83adf6e1 WHIRLPOOL e2ce4b606cc607661c4a9833c23189d5246e735794e6c21a6dfd788b9ad172c93d9171c0c0905fd559054801bfb44aa1ee0f018cc7247bc535868fddc6a957a2 diff --git a/dev-perl/File-Spec-Native/metadata.xml b/dev-perl/File-Spec-Native/metadata.xml new file mode 100644 index 000000000000..08bf4a5ddd37 --- /dev/null +++ b/dev-perl/File-Spec-Native/metadata.xml @@ -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-Spec-Native</remote-id> + <remote-id type="cpan-module">File::Spec::Native</remote-id> + </upstream> +</pkgmetadata> |