commit: 9ccd4c34c5893922cc1b60f0a796a3c8d4e873a9 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Tue Oct 31 08:35:21 2017 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Tue Oct 31 08:35:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ccd4c34
dev-perl/MooseX-Types-JSON: Fix missing JSON RDEP re bug #625534 - r1 bump for rdep propagation - add USE=examples - cleanup other annoying tests Closes: https://bugs.gentoo.org/625534 Package-Manager: Portage-2.3.8, Repoman-2.3.3 ...Types-JSON-1.0.0.ebuild => MooseX-Types-JSON-1.0.0-r1.ebuild} | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dev-perl/MooseX-Types-JSON/MooseX-Types-JSON-1.0.0.ebuild b/dev-perl/MooseX-Types-JSON/MooseX-Types-JSON-1.0.0-r1.ebuild similarity index 65% rename from dev-perl/MooseX-Types-JSON/MooseX-Types-JSON-1.0.0.ebuild rename to dev-perl/MooseX-Types-JSON/MooseX-Types-JSON-1.0.0-r1.ebuild index 6c9c97efd97..14f2a8df7c5 100644 --- a/dev-perl/MooseX-Types-JSON/MooseX-Types-JSON-1.0.0.ebuild +++ b/dev-perl/MooseX-Types-JSON/MooseX-Types-JSON-1.0.0-r1.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DIST_AUTHOR=MILA DIST_VERSION=1.00 +DIST_EXAMPLES=("examples/*") inherit perl-module DESCRIPTION="JSON datatype for Moose" @@ -14,8 +15,14 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" + dev-perl/JSON >=dev-perl/JSON-XS-2.00 dev-perl/Moose dev-perl/MooseX-Types " DEPEND="${RDEPEND}" + +src_test() { + perl_rm_files t/00-pod.t t/release-*.t + perl-module_src_test +}
