summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-10-31 21:35:21 +1300
committerKent Fredric <kentnl@gentoo.org>2017-10-31 21:35:21 +1300
commit9ccd4c34c5893922cc1b60f0a796a3c8d4e873a9 (patch)
treee0e2ed3813aae87a09aa279f33ec62f926299be8 /dev-perl/MooseX-Types-JSON
parentdev-perl/Mail-Builder: Bump to version 2.130.0 re bug #623226 (diff)
downloadgentoo-9ccd4c34c5893922cc1b60f0a796a3c8d4e873a9.tar.gz
gentoo-9ccd4c34c5893922cc1b60f0a796a3c8d4e873a9.tar.bz2
gentoo-9ccd4c34c5893922cc1b60f0a796a3c8d4e873a9.zip
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
Diffstat (limited to 'dev-perl/MooseX-Types-JSON')
-rw-r--r--dev-perl/MooseX-Types-JSON/MooseX-Types-JSON-1.0.0-r1.ebuild (renamed from dev-perl/MooseX-Types-JSON/MooseX-Types-JSON-1.0.0.ebuild)9
1 files changed, 8 insertions, 1 deletions
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
index 6c9c97efd979..14f2a8df7c5d 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
+}