diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-perl/Class-Unload | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Class-Unload')
-rw-r--r-- | dev-perl/Class-Unload/Class-Unload-0.110.0.ebuild | 33 | ||||
-rw-r--r-- | dev-perl/Class-Unload/Manifest | 3 | ||||
-rw-r--r-- | dev-perl/Class-Unload/metadata.xml | 12 |
3 files changed, 48 insertions, 0 deletions
diff --git a/dev-perl/Class-Unload/Class-Unload-0.110.0.ebuild b/dev-perl/Class-Unload/Class-Unload-0.110.0.ebuild new file mode 100644 index 000000000000..1d5cb1bcaab3 --- /dev/null +++ b/dev-perl/Class-Unload/Class-Unload-0.110.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=ILMARI +DIST_VERSION=0.11 +inherit perl-module + +DESCRIPTION="Unload a class" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-perl/Class-Inspector" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-Test-Simple-0.880 + dev-perl/Test-Requires + ) +" +src_test() { + local i; + elog "Install the following optional dependencies for comprehensive tests:" + i="$(if has_version 'dev-perl/Moose'; then echo '[I]'; else echo '[ ]'; fi)" + elog " $i dev-perl/Moose" + elog " - Test unloadability of Moose Classes and Meta-Classes"; + elog + perl_rm_files t/author-{eol,no-tabs}.t t/author-pod-{coverage,syntax}.t + perl-module_src_test +} diff --git a/dev-perl/Class-Unload/Manifest b/dev-perl/Class-Unload/Manifest new file mode 100644 index 000000000000..1313fbeb7901 --- /dev/null +++ b/dev-perl/Class-Unload/Manifest @@ -0,0 +1,3 @@ +DIST Class-Unload-0.11.tar.gz 11607 BLAKE2B c2cad8f6440d078deed31c5baf66f65a544dba90406baa64dd6afcc4dd9c0b2d3f05ab1ea916ce376991590739ef1d5aee57bbd776ded757ef0a69021dc42e81 SHA512 464e5c82578bf43ac97a9c434bb1b4889a7b2d5e97d51b5f6965c3de44d81016177d2b1596a93d09bfac38266ffff7bd668b1f15d11444c692530894df9348e8 +EBUILD Class-Unload-0.110.0.ebuild 787 BLAKE2B 000d4759c336dc23bfe5317c9d1120dabad86edcc014a82f8967dc9aa8feb42dc21ea37769c5df4af01e682221764a6adf0cf005b310a674cd65fb214ab7cea9 SHA512 b0474774cb3d2bc91edd7b173dc353bf4aa4124ec3ae7d22112c0e70a41634bb4a50a911fb74312d610bfd469b09ee7fe4083631bcbae19dda1648e40e8b1496 +MISC metadata.xml 396 BLAKE2B 6cfb72c2e4d944574fc8e7732c19d0b2cf10c1c91f48e17908734e8f77ec829bbf21d28918836e6e757143c06c701ae7d22154b4edfea6e75d003ba7e5849bf6 SHA512 3f45d909ba0f6b50dee275ed73316d915ed17d97cc33e0dfd577227b16ded9944fac9ea43bf445f870318611d53e2942332a2ca991e5d88827131da867dc4ca7 diff --git a/dev-perl/Class-Unload/metadata.xml b/dev-perl/Class-Unload/metadata.xml new file mode 100644 index 000000000000..521f74abc108 --- /dev/null +++ b/dev-perl/Class-Unload/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">Class-Unload</remote-id> + <remote-id type="cpan-module">Class::Unload</remote-id> + </upstream> +</pkgmetadata> |