commit:     45b23b2876185523f04b480fc0ba55d6392893cd
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 23 08:44:48 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 08:46:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45b23b28

dev-perl/Class-Unload: Bump to version 0.90.0

- EAPI6
- Nuke spurious tests

Upstream:
- Documentation encoding specified to avoid breaking POD readers.

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/Class-Unload/Class-Unload-0.90.0.ebuild | 27 ++++++++++++++++++++++++
 dev-perl/Class-Unload/Manifest                   |  1 +
 2 files changed, 28 insertions(+)

diff --git a/dev-perl/Class-Unload/Class-Unload-0.90.0.ebuild 
b/dev-perl/Class-Unload/Class-Unload-0.90.0.ebuild
new file mode 100644
index 0000000..65a5910
--- /dev/null
+++ b/dev-perl/Class-Unload/Class-Unload-0.90.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=ILMARI
+DIST_VERSION=0.09
+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
+       )
+"
+src_test() {
+       perl_rm_files t/author-{eol,no-tabs}.t t/release-pod-{coverage,syntax}.t
+       perl-module_src_test
+}

diff --git a/dev-perl/Class-Unload/Manifest b/dev-perl/Class-Unload/Manifest
index 468c7ce..980cf4a 100644
--- a/dev-perl/Class-Unload/Manifest
+++ b/dev-perl/Class-Unload/Manifest
@@ -1 +1,2 @@
 DIST Class-Unload-0.07.tar.gz 10088 SHA256 
392374182b53a2538c928e1ef7818d1fae0a304b4f2450bdf7ee712049b29baa SHA512 
33df1559d1adf288c88ec6f3c4a9c7edd237978416e7d1c636856793ced3eb0383475074541d27aef7d3e9ca8770da9c635db20526328edf86ed113133f5fa62
 WHIRLPOOL 
27b0dbb36201f537f91f73df073e2a639d4edefe03ad86439c9a57c51a63ad6254251466c09a560143151473452fd9aa2a8475f29b69cfc39612cc4d84d795a7
+DIST Class-Unload-0.09.tar.gz 11085 SHA256 
afc4d729a2245df42bace73f4a5af5e8104750277f9fdbd50e94ce130487a0e0 SHA512 
313079257b5e5b1029c92271c0ba5e2506f2f9c27a16b895816f2339066e4733553d5011ad7b9ed0f439cb0afdccef0e7dcd49ab100d34dc7869ad1d12794378
 WHIRLPOOL 
efa812f254f32473f3be68998c679c9f9bfb82d084363104fc38943e7742524dfe1610df78f60c327cc5d649695efb1647db2f724abc9a93b13ceabd5a4a6ffd

Reply via email to