From 31bfb70c0e4064ec82e0d03b13f9c99d60e09d0a Mon Sep 17 00:00:00 2001 From: David Michael Date: Wed, 14 Jun 2017 13:50:47 -0700 Subject: [PATCH] bump(perl-core/File-Path): sync with upstream --- .../md5-cache/perl-core/File-Path-2.130.0 | 12 ++++++++++++ .../md5-cache/perl-core/File-Path-2.90.0 | 12 ++++++++++++ .../perl-core/File-Path/File-Path-2.130.0.ebuild | 15 +++++++++++++++ .../perl-core/File-Path/File-Path-2.90.0.ebuild | 16 ++++++++++++++++ .../portage-stable/perl-core/File-Path/Manifest | 7 +++++++ .../perl-core/File-Path/metadata.xml | 12 ++++++++++++ 6 files changed, 74 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/perl-core/File-Path-2.130.0 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/perl-core/File-Path-2.90.0 create mode 100644 sdk_container/src/third_party/portage-stable/perl-core/File-Path/File-Path-2.130.0.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/perl-core/File-Path/File-Path-2.90.0.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/perl-core/File-Path/Manifest create mode 100644 sdk_container/src/third_party/portage-stable/perl-core/File-Path/metadata.xml diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/perl-core/File-Path-2.130.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/perl-core/File-Path-2.130.0 new file mode 100644 index 0000000000..883895b27d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/perl-core/File-Path-2.130.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare test +DEPEND=dev-lang/perl:= +DESCRIPTION=File path and name utilities +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/File-Path/ +KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/J/JK/JKEENAN/File-Path-2.13.tar.gz +_eclasses_=alternatives 6c575717515f030736d1b718d507d2f9 multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 +_md5_=6c9e4de4d68177e6222684bdef022b2c diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/perl-core/File-Path-2.90.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/perl-core/File-Path-2.90.0 new file mode 100644 index 0000000000..da7dd94a95 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/perl-core/File-Path-2.90.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare test unpack +DEPEND=dev-lang/perl:=[-build(-)] +DESCRIPTION=File path and name utilities +EAPI=5 +HOMEPAGE=http://search.cpan.org/dist/File-Path/ +KEYWORDS=amd64 ~arm ~ia64 ~ppc ~sparc x86 ~ppc-aix +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=dev-lang/perl:=[-build(-)] +SLOT=0 +SRC_URI=mirror://cpan/authors/id/D/DL/DLAND/File-Path-2.09.tar.gz +_eclasses_=alternatives 6c575717515f030736d1b718d507d2f9 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 0236be304ee52e7f179ed2f337075515 multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 +_md5_=f807a0d72419f94826d9d5fd6b150856 diff --git a/sdk_container/src/third_party/portage-stable/perl-core/File-Path/File-Path-2.130.0.ebuild b/sdk_container/src/third_party/portage-stable/perl-core/File-Path/File-Path-2.130.0.ebuild new file mode 100644 index 0000000000..0b39ea402d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/perl-core/File-Path/File-Path-2.130.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=JKEENAN +DIST_VERSION=2.13 +inherit perl-module + +DESCRIPTION="File path and name utilities" + +SLOT="0" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +IUSE="" diff --git a/sdk_container/src/third_party/portage-stable/perl-core/File-Path/File-Path-2.90.0.ebuild b/sdk_container/src/third_party/portage-stable/perl-core/File-Path/File-Path-2.90.0.ebuild new file mode 100644 index 0000000000..4eeda7e693 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/perl-core/File-Path/File-Path-2.90.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +MODULE_AUTHOR=DLAND +MODULE_VERSION=2.09 +inherit perl-module + +DESCRIPTION="File path and name utilities" + +SLOT="0" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86 ~ppc-aix" +IUSE="" + +SRC_TEST=do diff --git a/sdk_container/src/third_party/portage-stable/perl-core/File-Path/Manifest b/sdk_container/src/third_party/portage-stable/perl-core/File-Path/Manifest new file mode 100644 index 0000000000..3ae37a4f2c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/perl-core/File-Path/Manifest @@ -0,0 +1,7 @@ +DIST File-Path-2.09.tar.gz 20683 SHA256 d1e0b5b7f93cc4133e2fc206a34e00dd868886b7ed850d799ccee824d25a225e SHA512 ed04bda2829051094b3504be733ce78277c48b420ddce749b37b6b4fac6f400dd7ab414bfdbdf3df6c182c6e0d2e561200f9229e1cc22e13fae0ec067c80e4d0 WHIRLPOOL 1168b35bf41d99963f3ac916bcbd407fa9306910a29e12371fe2746704314a256095892b55b6c8d6f2527d7b34dd57071957ad6935671a674ee9364c2d428cbe +DIST File-Path-2.13.tar.gz 31094 SHA256 926339064554d2adbdbdea56aef8af8df1e97d49a12389688bb52d5622602f0d SHA512 9684737947bd46a3a4a1bd5f04b712d69cb08c3c6a2801c1017d2a796946162d8121bc614408cbdbb4749d2cdacfd5279ee4db11797e3053efef1d1ec7012562 WHIRLPOOL 6ea5ac1aa75a42b9ce03e1d1fcb5ab855436c93d9a947d5de02e9d0ff41514215a21d4d43b3c9149e095118194154b35cfaa5ac4d9f1371e3c2aa6d5a73bc5c1 +EBUILD File-Path-2.130.0.ebuild 483 SHA256 a81cc1e3a85093223202401939245d013276168fe9fce22da02ec2207f9ea05e SHA512 74437d9fc293f13fb6f7685062bd183e85b8d3e7396f48f0173d69e6abf7920ce49877d49fde0f23df6050c3d0f1056b3edae1dddac24c033bdee2b244de908b WHIRLPOOL 36a4d3937574d9e6c094cc1568f25a19d1c7c739a7a8a54ba9447157a3bf0e4e398441c78b5b782311fcf94ab8e25cb8739a1f1e0ca08217db4e51cf5e6c9964 +EBUILD File-Path-2.90.0.ebuild 304 SHA256 8f7592cf3cc6e9e97bcb2ed4b3ed65578888937d234c71065b9900bc453e5f45 SHA512 bc61a6fb5946fac1659967d41ea0301384923442b6c5ab7ea8a192345b870c178e7d36558b4068707eb15a007965c3df89941bb1ac174ed45a1899635e4b9447 WHIRLPOOL c7227666762aa96a235b7e33784d5e4945f39e2129c0283afd453aeb572766f9bc33fa03ad6df7d60974bb1f26caec0f4b1dd9029ddcbe2b300afc8c6dde7afe +MISC ChangeLog 2436 SHA256 34eb12bbabec5f7b3c85dd5eddae0abb684bfa29e57ca262ba371065f90ffb1c SHA512 727559fd7288e275cba95888f3db37d0019394f722d7e099a733ebee76871caf45db6b9572db7b547f657e635dfbacfd23e0dd10388edf0e2c3454dcc105bd9c WHIRLPOOL 235b39e92c8927430848495b73416bc28eae95c5cda3f397c8f40b26580f85fe7c9005e26412c68ff4e79174279c13b6b38eaa0997c205562ffd216fcc1979c2 +MISC ChangeLog-2015 1613 SHA256 d743a84f8c689cf36400e5a89f94b016701d65844f3b44e5f441bdcd0dde1084 SHA512 efc8b41d8ec00802664878d82cc9d15c2660ee09022717cf96901ae6fa200eac46f9f9a9662b06ab1e9f637ceece265e52c46238f5f7a6e6c175d659db5022a9 WHIRLPOOL 8d51991918f364bd8ce7d479181ae5d4a0add54bfed545b5037b420cc4c373d47df81699644114fbd65a9c911b1c994c603df5c64db367cf92dcd7edf22776e0 +MISC metadata.xml 390 SHA256 603b7880d5d0ba162d8f2a08d9fd986385df26a102a399f88ce80964378b0478 SHA512 2da682f46b894808bf34ce21807ba65a0ef725a1336593a1070c7a738c1ee495c6c5884d28c5c4a9dae649b55410c8874a9dc080d6143f09fb9ea7a53acd35e9 WHIRLPOOL d8bf2cc43a5f6bf03afc35a023d075143514ac9524ab46dc16ddda8999f2da93aa71606b46599d13b36ef303dfa9cc44ee54e481b35e90e4dbe9b0ae6c69fe5f diff --git a/sdk_container/src/third_party/portage-stable/perl-core/File-Path/metadata.xml b/sdk_container/src/third_party/portage-stable/perl-core/File-Path/metadata.xml new file mode 100644 index 0000000000..75ff9ee9ff --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/perl-core/File-Path/metadata.xml @@ -0,0 +1,12 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + File-Path + File::Path + +