diff options
author | 2019-12-10 23:02:54 +0100 | |
---|---|---|
committer | 2019-12-11 00:22:38 +0100 | |
commit | 064af661d0c9a31cecdf348632bc5603333a9149 (patch) | |
tree | 2202373a7cafcb8a761d32747d4f62263aed64d5 /dev-perl | |
parent | dev-python/passlib: keyworded 1.7.1-r2 for hppa, bug #700918 (diff) | |
download | gentoo-064af661d0c9a31cecdf348632bc5603333a9149.tar.gz gentoo-064af661d0c9a31cecdf348632bc5603333a9149.tar.bz2 gentoo-064af661d0c9a31cecdf348632bc5603333a9149.zip |
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline:
pkgcheck scan -c RestrictTestCheck -R FormatReporter \
--format '{category}/{package}/{package}-{version}.ebuild' |
xargs -n32 grep -L RESTRICT |
xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"'
The resulting metadata was compared before and after the change.
Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip
added by the eclass. Two ebuilds have to be fixed because of multiline
IUSE.
Suggested-by: Robin H. Johnson <robbat2@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13942
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-perl')
1134 files changed, 1973 insertions, 839 deletions
diff --git a/dev-perl/Ace/Ace-1.920.0-r3.ebuild b/dev-perl/Ace/Ace-1.920.0-r3.ebuild index e46cfba0c5e5..202d5f70f029 100644 --- a/dev-perl/Ace/Ace-1.920.0-r3.ebuild +++ b/dev-perl/Ace/Ace-1.920.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,6 +14,7 @@ DESCRIPTION="Object-Oriented Access to ACEDB Databases" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="virtual/perl-Digest-MD5 dev-perl/Cache-Cache diff --git a/dev-perl/Acme-Damn/Acme-Damn-0.80.0.ebuild b/dev-perl/Acme-Damn/Acme-Damn-0.80.0.ebuild index 6bc74b781c47..18ebb527e9a9 100644 --- a/dev-perl/Acme-Damn/Acme-Damn-0.80.0.ebuild +++ b/dev-perl/Acme-Damn/Acme-Damn-0.80.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Module, that 'unblesses' Perl objects" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="${RDEPEND} diff --git a/dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild b/dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild index 14083b35d961..7a507d95d4f0 100644 --- a/dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild +++ b/dev-perl/Algorithm-C3/Algorithm-C3-0.100.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="A module for merging hierarchies using the C3 algorithm" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~ppc-aix ~ppc-macos ~x64-macos ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-Carp-0.10.0 diff --git a/dev-perl/Algorithm-ClusterPoints/Algorithm-ClusterPoints-0.80.0.ebuild b/dev-perl/Algorithm-ClusterPoints/Algorithm-ClusterPoints-0.80.0.ebuild index 6d7d09ec6996..313fe1f114f8 100644 --- a/dev-perl/Algorithm-ClusterPoints/Algorithm-ClusterPoints-0.80.0.ebuild +++ b/dev-perl/Algorithm-ClusterPoints/Algorithm-ClusterPoints-0.80.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,6 +11,7 @@ LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="${RDEPEND} diff --git a/dev-perl/Algorithm-Dependency/Algorithm-Dependency-1.110.0-r2.ebuild b/dev-perl/Algorithm-Dependency/Algorithm-Dependency-1.110.0-r2.ebuild index a8989ee19d17..55774a991a01 100644 --- a/dev-perl/Algorithm-Dependency/Algorithm-Dependency-1.110.0-r2.ebuild +++ b/dev-perl/Algorithm-Dependency/Algorithm-Dependency-1.110.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Toolkit for implementing dependency systems" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-perl/Params-Util-0.31 >=virtual/perl-File-Spec-0.82" diff --git a/dev-perl/Alien-Base-ModuleBuild/Alien-Base-ModuleBuild-1.60.0.ebuild b/dev-perl/Alien-Base-ModuleBuild/Alien-Base-ModuleBuild-1.60.0.ebuild index 98414f9fdfcc..3b29c8250afa 100644 --- a/dev-perl/Alien-Base-ModuleBuild/Alien-Base-ModuleBuild-1.60.0.ebuild +++ b/dev-perl/Alien-Base-ModuleBuild/Alien-Base-ModuleBuild-1.60.0.ebuild @@ -11,6 +11,7 @@ DESCRIPTION="A Module::Build subclass for building Alien:: modules and their lib SLOT="0" KEYWORDS="~amd64" IUSE="test" +RESTRICT="!test? ( test )" # HTML-Parser for HTML::LinkExtor # Alien-Build for Alien::Base::PkgConfig diff --git a/dev-perl/Alien-Build/Alien-Build-1.790.0.ebuild b/dev-perl/Alien-Build/Alien-Build-1.790.0.ebuild index 2fe26106901f..b18fd29ab9b9 100644 --- a/dev-perl/Alien-Build/Alien-Build-1.790.0.ebuild +++ b/dev-perl/Alien-Build/Alien-Build-1.790.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Build external dependencies for use in CPAN" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~riscv ~s390 ~sh ~sparc ~x86" IUSE="test zip" +RESTRICT="!test? ( test )" # No, pkgconfig is not suspect, it actually uses it at runtime, and this module # is somewhat a wrapper for pkgconfig :/ diff --git a/dev-perl/Alien-Libxml2/Alien-Libxml2-0.90.0.ebuild b/dev-perl/Alien-Libxml2/Alien-Libxml2-0.90.0.ebuild index 39ee35f9b04c..5d7f432089ec 100644 --- a/dev-perl/Alien-Libxml2/Alien-Libxml2-0.90.0.ebuild +++ b/dev-perl/Alien-Libxml2/Alien-Libxml2-0.90.0.ebuild @@ -11,6 +11,7 @@ DESCRIPTION="Install the C libxml2 library on your system" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~riscv ~s390 ~sh ~sparc ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Alien-Build-0.730.0 diff --git a/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.690.0-r1.ebuild b/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.690.0-r1.ebuild index db8bd2a6d470..c8de9e7ee5ce 100644 --- a/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.690.0-r1.ebuild +++ b/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.690.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION="Building, finding and using wxWidgets binaries" SLOT="0" KEYWORDS="amd64 ~ia64 x86" IUSE="gstreamer opengl test" +RESTRICT="!test? ( test )" RDEPEND=" >=x11-libs/wxGTK-3:3.0[gstreamer=,opengl=,tiff,X] diff --git a/dev-perl/Any-Moose/Any-Moose-0.270.0.ebuild b/dev-perl/Any-Moose/Any-Moose-0.270.0.ebuild index d656baa59771..00d512d734a3 100644 --- a/dev-perl/Any-Moose/Any-Moose-0.270.0.ebuild +++ b/dev-perl/Any-Moose/Any-Moose-0.270.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Use Moose or Mouse modules (DEPRECATED)" SLOT="0" KEYWORDS="amd64 hppa ppc x86" IUSE="test" +RESTRICT="!test? ( test )" PERL_RM_FILES=( "t/001-basic-mouse.t" "t/002-other-modules-mouse.t" diff --git a/dev-perl/AnyEvent-CacheDNS/AnyEvent-CacheDNS-0.80.0.ebuild b/dev-perl/AnyEvent-CacheDNS/AnyEvent-CacheDNS-0.80.0.ebuild index 21aa14a7e75d..3d5b6db8bfc4 100644 --- a/dev-perl/AnyEvent-CacheDNS/AnyEvent-CacheDNS-0.80.0.ebuild +++ b/dev-perl/AnyEvent-CacheDNS/AnyEvent-CacheDNS-0.80.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Simple DNS resolver with caching" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/AnyEvent diff --git a/dev-perl/AnyEvent-HTTPD/AnyEvent-HTTPD-0.930.0.ebuild b/dev-perl/AnyEvent-HTTPD/AnyEvent-HTTPD-0.930.0.ebuild index ef034b21735c..a7f14d8f0396 100644 --- a/dev-perl/AnyEvent-HTTPD/AnyEvent-HTTPD-0.930.0.ebuild +++ b/dev-perl/AnyEvent-HTTPD/AnyEvent-HTTPD-0.930.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,6 +10,7 @@ DESCRIPTION="A simple lightweight event based web (application) server" SLOT="0" KEYWORDS="~amd64" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/AnyEvent diff --git a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.270.0-r1.ebuild b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.270.0-r1.ebuild index 371188716df1..d4f49ea9393b 100644 --- a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.270.0-r1.ebuild +++ b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.270.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Perl Authentication and Authorization via cookies" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=www-apache/mod_perl-2 diff --git a/dev-perl/Apache-DBI/Apache-DBI-1.120.0-r2.ebuild b/dev-perl/Apache-DBI/Apache-DBI-1.120.0-r2.ebuild index 581d08d5b390..9b357aebcf54 100644 --- a/dev-perl/Apache-DBI/Apache-DBI-1.120.0-r2.ebuild +++ b/dev-perl/Apache-DBI/Apache-DBI-1.120.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION="Authentication and Authorization via Perl's DBI" SLOT="0" KEYWORDS="alpha amd64 ppc ppc64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-perl/Digest-SHA1-2.10.0 >=virtual/perl-Digest-MD5-2.2 diff --git a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild index 6826963346eb..454eed0d476d 100644 --- a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild +++ b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION="Compile an Apache log format string to perl-code" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="test" +RESTRICT="!test? ( test )" # POSIX -> perl RDEPEND=" diff --git a/dev-perl/Apache-Session/Apache-Session-1.930.0.ebuild b/dev-perl/Apache-Session/Apache-Session-1.930.0.ebuild index 6d85ab087d97..c0c52657c21f 100644 --- a/dev-perl/Apache-Session/Apache-Session-1.930.0.ebuild +++ b/dev-perl/Apache-Session/Apache-Session-1.930.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="A persistence framework for session data" SLOT="0" KEYWORDS="alpha amd64 ppc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Digest-MD5 diff --git a/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r1.ebuild b/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r1.ebuild index 14223948ba0a..426eda9f908b 100644 --- a/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r1.ebuild +++ b/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Graceful exit for large children" SLOT="0" KEYWORDS="alpha amd64 ~arm ppc ppc64 x86" IUSE="test" +RESTRICT="!test? ( test )" # mod_perl < 2.0.5 bundles Apache-SizeLimit RDEPEND="dev-perl/Linux-Pid diff --git a/dev-perl/Apache-Test/Apache-Test-1.400.0-r2.ebuild b/dev-perl/Apache-Test/Apache-Test-1.400.0-r2.ebuild index 85b4e4bf2b15..f7783d09848b 100644 --- a/dev-perl/Apache-Test/Apache-Test-1.400.0-r2.ebuild +++ b/dev-perl/Apache-Test/Apache-Test-1.400.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="alpha amd64 ~arm ia64 ~mips ppc ppc64 sparc x86" IUSE="test" +RESTRICT="!test? ( test )" DEPEND="virtual/perl-ExtUtils-MakeMaker" diff --git a/dev-perl/App-CLI/App-CLI-0.500.0.ebuild b/dev-perl/App-CLI/App-CLI-0.500.0.ebuild index 9f65047073dd..0382670a1578 100644 --- a/dev-perl/App-CLI/App-CLI-0.500.0.ebuild +++ b/dev-perl/App-CLI/App-CLI-0.500.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Dispatcher module for command line interface programs" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" +RESTRICT="!test? ( test )" PATCHES=("${FILESDIR}/${PN}-0.50-authortests.patch") PERL_RM_FILES=( diff --git a/dev-perl/App-Cmd/App-Cmd-0.331.0.ebuild b/dev-perl/App-Cmd/App-Cmd-0.331.0.ebuild index d8a67276d0ca..13885e870d8f 100644 --- a/dev-perl/App-Cmd/App-Cmd-0.331.0.ebuild +++ b/dev-perl/App-Cmd/App-Cmd-0.331.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,6 +10,7 @@ DESCRIPTION="write command line apps with less suffering" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test minimal" +RESTRICT="!test? ( test )" # r: File::Basename -> perl # r: Text::Abbrev -> perl diff --git a/dev-perl/App-Nopaste/App-Nopaste-1.11.0.ebuild b/dev-perl/App-Nopaste/App-Nopaste-1.11.0.ebuild index 8e7d6019e9eb..13145eeeef09 100644 --- a/dev-perl/App-Nopaste/App-Nopaste-1.11.0.ebuild +++ b/dev-perl/App-Nopaste/App-Nopaste-1.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Easy access to any pastebin" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="+pastebin +browser clipboard github test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/Class-Load diff --git a/dev-perl/App-Nopaste/App-Nopaste-1.12.0.ebuild b/dev-perl/App-Nopaste/App-Nopaste-1.12.0.ebuild index d26fab003c8e..50cc839e5d8c 100644 --- a/dev-perl/App-Nopaste/App-Nopaste-1.12.0.ebuild +++ b/dev-perl/App-Nopaste/App-Nopaste-1.12.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Easy access to any pastebin" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="+pastebin +browser clipboard gitlab test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/Class-Load diff --git a/dev-perl/App-cpanminus/App-cpanminus-1.704.400.ebuild b/dev-perl/App-cpanminus/App-cpanminus-1.704.400.ebuild index bddc03efb659..ba16131575db 100644 --- a/dev-perl/App-cpanminus/App-cpanminus-1.704.400.ebuild +++ b/dev-perl/App-cpanminus/App-cpanminus-1.704.400.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ DESCRIPTION="Get, unpack, build and install modules from CPAN" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="${RDEPEND} diff --git a/dev-perl/App-perlbrew/App-perlbrew-0.820.0.ebuild b/dev-perl/App-perlbrew/App-perlbrew-0.820.0.ebuild index 870599f43a98..d90261f28673 100644 --- a/dev-perl/App-perlbrew/App-perlbrew-0.820.0.ebuild +++ b/dev-perl/App-perlbrew/App-perlbrew-0.820.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/CPAN-Perl-Releases-3.240.0 diff --git a/dev-perl/App-perlbrew/App-perlbrew-0.840.0.ebuild b/dev-perl/App-perlbrew/App-perlbrew-0.840.0.ebuild index 8472231deaaa..517841808132 100644 --- a/dev-perl/App-perlbrew/App-perlbrew-0.840.0.ebuild +++ b/dev-perl/App-perlbrew/App-perlbrew-0.840.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-ExtUtils-MakeMaker-6.860.0 diff --git a/dev-perl/App-pwhich/App-pwhich-1.140.0.ebuild b/dev-perl/App-pwhich/App-pwhich-1.140.0.ebuild index 1f24840392d1..ac090f28d9b5 100644 --- a/dev-perl/App-pwhich/App-pwhich-1.140.0.ebuild +++ b/dev-perl/App-pwhich/App-pwhich-1.140.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ DESCRIPTION="Perl-only 'which'" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/File-Which-1.140.0 diff --git a/dev-perl/App-pwhich/App-pwhich-1.150.0.ebuild b/dev-perl/App-pwhich/App-pwhich-1.150.0.ebuild index ad50322cce5b..306eb410881e 100644 --- a/dev-perl/App-pwhich/App-pwhich-1.150.0.ebuild +++ b/dev-perl/App-pwhich/App-pwhich-1.150.0.ebuild @@ -11,6 +11,7 @@ DESCRIPTION="Perl-only 'which'" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/File-Which-1.140.0 diff --git a/dev-perl/AppConfig/AppConfig-1.710.0.ebuild b/dev-perl/AppConfig/AppConfig-1.710.0.ebuild index 6dae9e63e5fc..a056306bb9fe 100644 --- a/dev-perl/AppConfig/AppConfig-1.710.0.ebuild +++ b/dev-perl/AppConfig/AppConfig-1.710.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Perl5 module for reading configuration files and parsing command li SLOT="0" KEYWORDS="alpha amd64 arm arm64 ia64 ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/File-HomeDir-0.57 diff --git a/dev-perl/Archive-Any/Archive-Any-0.94.500.ebuild b/dev-perl/Archive-Any/Archive-Any-0.94.500.ebuild index d80f361bf89a..9cfc951cd015 100644 --- a/dev-perl/Archive-Any/Archive-Any-0.94.500.ebuild +++ b/dev-perl/Archive-Any/Archive-Any-0.94.500.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION="Single interface to deal with file archives" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Archive-Tar diff --git a/dev-perl/Archive-Extract/Archive-Extract-0.800.0.ebuild b/dev-perl/Archive-Extract/Archive-Extract-0.800.0.ebuild index 5d545aecb623..4a0ca2ae41be 100644 --- a/dev-perl/Archive-Extract/Archive-Extract-0.800.0.ebuild +++ b/dev-perl/Archive-Extract/Archive-Extract-0.800.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Generic archive extracting mechanism" SLOT="0" KEYWORDS="amd64 hppa x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-File-Path diff --git a/dev-perl/Archive-Tar-Wrapper/Archive-Tar-Wrapper-0.230.0.ebuild b/dev-perl/Archive-Tar-Wrapper/Archive-Tar-Wrapper-0.230.0.ebuild index c14fe7ca0af6..2711e7567d0f 100644 --- a/dev-perl/Archive-Tar-Wrapper/Archive-Tar-Wrapper-0.230.0.ebuild +++ b/dev-perl/Archive-Tar-Wrapper/Archive-Tar-Wrapper-0.230.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION="API wrapper around the 'tar' utility" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" # r:Cwd -> File-Spec RDEPEND=" diff --git a/dev-perl/Archive-Tar-Wrapper/Archive-Tar-Wrapper-0.330.0.ebuild b/dev-perl/Archive-Tar-Wrapper/Archive-Tar-Wrapper-0.330.0.ebuild index 3efadf3f9e48..eed3ac0d18c7 100644 --- a/dev-perl/Archive-Tar-Wrapper/Archive-Tar-Wrapper-0.330.0.ebuild +++ b/dev-perl/Archive-Tar-Wrapper/Archive-Tar-Wrapper-0.330.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,6 +14,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" # r:Cwd -> File-Spec RDEPEND=" diff --git a/dev-perl/Archive-Zip/Archive-Zip-1.640.0.ebuild b/dev-perl/Archive-Zip/Archive-Zip-1.640.0.ebuild index d186265d5e46..22ab83d3c504 100644 --- a/dev-perl/Archive-Zip/Archive-Zip-1.640.0.ebuild +++ b/dev-perl/Archive-Zip/Archive-Zip-1.640.0.ebuild @@ -13,6 +13,7 @@ DESCRIPTION="A wrapper that lets you read Zip archive members as if they were fi SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~riscv ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-Compress-Raw-Zlib-2.17.0 diff --git a/dev-perl/Array-Compare/Array-Compare-3.0.1.ebuild b/dev-perl/Array-Compare/Array-Compare-3.0.1.ebuild index 972a5690ff05..4d8cf8a92f40 100644 --- a/dev-perl/Array-Compare/Array-Compare-3.0.1.ebuild +++ b/dev-perl/Array-Compare/Array-Compare-3.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Perl extension for comparing arrays" SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Array-Window/Array-Window-1.20.0-r1.ebuild b/dev-perl/Array-Window/Array-Window-1.20.0-r1.ebuild index 4a2476b5ac52..683f3be263f9 100644 --- a/dev-perl/Array-Window/Array-Window-1.20.0-r1.ebuild +++ b/dev-perl/Array-Window/Array-Window-1.20.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Array::Window - Calculate windows/subsets/pages of arrays" SLOT="0" KEYWORDS="amd64 ia64 ~ppc sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-perl/Params-Util" DEPEND="${RDEPEND} diff --git a/dev-perl/AtExit/AtExit-2.30.0.ebuild b/dev-perl/AtExit/AtExit-2.30.0.ebuild index 45cbb6913fdd..2021f3fa59bd 100644 --- a/dev-perl/AtExit/AtExit-2.30.0.ebuild +++ b/dev-perl/AtExit/AtExit-2.30.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ LICENSE="|| ( Artistic Artistic-2 )" SLOT="0" KEYWORDS="amd64 ia64 ppc sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Exporter diff --git a/dev-perl/Audio-FLAC-Header/Audio-FLAC-Header-2.400.0-r1.ebuild b/dev-perl/Audio-FLAC-Header/Audio-FLAC-Header-2.400.0-r1.ebuild index b2afee1a19b4..9c59e3af7787 100644 --- a/dev-perl/Audio-FLAC-Header/Audio-FLAC-Header-2.400.0-r1.ebuild +++ b/dev-perl/Audio-FLAC-Header/Audio-FLAC-Header-2.400.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Access to FLAC audio metadata" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="media-libs/flac" DEPEND="${RDEPEND}" diff --git a/dev-perl/Audio-Scan/Audio-Scan-1.0.0.ebuild b/dev-perl/Audio-Scan/Audio-Scan-1.0.0.ebuild index 304350b78895..f7ee7745e802 100644 --- a/dev-perl/Audio-Scan/Audio-Scan-1.0.0.ebuild +++ b/dev-perl/Audio-Scan/Audio-Scan-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="${RDEPEND} diff --git a/dev-perl/Audio-Scan/Audio-Scan-1.10.0.ebuild b/dev-perl/Audio-Scan/Audio-Scan-1.10.0.ebuild index 1529f61ba434..000bff1d1c75 100644 --- a/dev-perl/Audio-Scan/Audio-Scan-1.10.0.ebuild +++ b/dev-perl/Audio-Scan/Audio-Scan-1.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="${RDEPEND} diff --git a/dev-perl/Audio-WMA/Audio-WMA-1.300.0.ebuild b/dev-perl/Audio-WMA/Audio-WMA-1.300.0.ebuild index 9744f824ca64..d6cb9394c259 100644 --- a/dev-perl/Audio-WMA/Audio-WMA-1.300.0.ebuild +++ b/dev-perl/Audio-WMA/Audio-WMA-1.300.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="extension for reading WMA/ASF metadata" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="" diff --git a/dev-perl/Authen-Libwrap/Authen-Libwrap-0.230.0.ebuild b/dev-perl/Authen-Libwrap/Authen-Libwrap-0.230.0.ebuild index 967b58c7e6a9..d501b465e685 100644 --- a/dev-perl/Authen-Libwrap/Authen-Libwrap-0.230.0.ebuild +++ b/dev-perl/Authen-Libwrap/Authen-Libwrap-0.230.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION="A Perl access to the TCP Wrappers interface" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="sys-apps/tcp-wrappers" DEPEND="${RDEPEND} diff --git a/dev-perl/Authen-NTLM/Authen-NTLM-1.90.0-r1.ebuild b/dev-perl/Authen-NTLM/Authen-NTLM-1.90.0-r1.ebuild index 0180a24fde53..ac3a75880401 100644 --- a/dev-perl/Authen-NTLM/Authen-NTLM-1.90.0-r1.ebuild +++ b/dev-perl/Authen-NTLM/Authen-NTLM-1.90.0-r1.ebuild @@ -13,6 +13,7 @@ DESCRIPTION="An NTLM authentication module" SLOT="0" KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=virtual/perl-MIME-Base64-3.00 dev-perl/Digest-HMAC" diff --git a/dev-perl/Authen-Radius/Authen-Radius-0.260.0.ebuild b/dev-perl/Authen-Radius/Authen-Radius-0.260.0.ebuild index f95b495f9fd6..c9d0d5f9f5a1 100644 --- a/dev-perl/Authen-Radius/Authen-Radius-0.260.0.ebuild +++ b/dev-perl/Authen-Radius/Authen-Radius-0.260.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ LICENSE="Artistic-2" SLOT="0" KEYWORDS="amd64 ~hppa ~sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-Data-Dumper-1.0.0 diff --git a/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild b/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild index 29ef48b2dfae..5921f6549769 100644 --- a/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild +++ b/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,6 +14,7 @@ LICENSE="Artistic-2" SLOT="0" KEYWORDS="amd64 ~hppa ~sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-Data-Dumper-1.0.0 diff --git a/dev-perl/Authen-SASL-SASLprep/Authen-SASL-SASLprep-1.100.0.ebuild b/dev-perl/Authen-SASL-SASLprep/Authen-SASL-SASLprep-1.100.0.ebuild index f250e6df4a85..e29bf6bdb535 100644 --- a/dev-perl/Authen-SASL-SASLprep/Authen-SASL-SASLprep-1.100.0.ebuild +++ b/dev-perl/Authen-SASL-SASLprep/Authen-SASL-SASLprep-1.100.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="A Stringprep Profile for User Names and Passwords (RFC 4013)" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Unicode-Stringprep-1 diff --git a/dev-perl/Authen-SCRAM/Authen-SCRAM-0.11.0.ebuild b/dev-perl/Authen-SCRAM/Authen-SCRAM-0.11.0.ebuild index 5ce20e78b9ea..24b8308ce16b 100644 --- a/dev-perl/Authen-SCRAM/Authen-SCRAM-0.11.0.ebuild +++ b/dev-perl/Authen-SCRAM/Authen-SCRAM-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION="Salted Challenge Response Authentication Mechanism (RFC 5802)" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/Authen-SASL-SASLprep diff --git a/dev-perl/Authen-SCRAM/Authen-SCRAM-0.9.0.ebuild b/dev-perl/Authen-SCRAM/Authen-SCRAM-0.9.0.ebuild index c66d0d570901..01f647d16ac2 100644 --- a/dev-perl/Authen-SCRAM/Authen-SCRAM-0.9.0.ebuild +++ b/dev-perl/Authen-SCRAM/Authen-SCRAM-0.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Salted Challenge Response Authentication Mechanism (RFC 5802)" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/Authen-SASL-SASLprep diff --git a/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild b/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild index 00f1580cd8b7..91df224fcf59 100644 --- a/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild +++ b/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ DESCRIPTION="Simple Authentication" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/Class-Accessor diff --git a/dev-perl/B-Debug/B-Debug-1.260.0.ebuild b/dev-perl/B-Debug/B-Debug-1.260.0.ebuild index a36d672cbc42..e6280262fb4d 100644 --- a/dev-perl/B-Debug/B-Debug-1.260.0.ebuild +++ b/dev-perl/B-Debug/B-Debug-1.260.0.ebuild @@ -11,6 +11,7 @@ DESCRIPTION="Walk Perl syntax tree, printing debug info about ops" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="test minimal" +RESTRICT="!test? ( test )" PERL_RM_FILES=( "t/pod.t" diff --git a/dev-perl/B-Flags/B-Flags-0.170.0.ebuild b/dev-perl/B-Flags/B-Flags-0.170.0.ebuild index 8f800ff3e3a3..87b7951c19bd 100644 --- a/dev-perl/B-Flags/B-Flags-0.170.0.ebuild +++ b/dev-perl/B-Flags/B-Flags-0.170.0.ebuild @@ -11,6 +11,7 @@ DESCRIPTION="Friendlier flags for B" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="${RDEPEND} diff --git a/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.240.0.ebuild b/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.240.0.ebuild index c04053955cb0..04e4e92484e0 100644 --- a/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.240.0.ebuild +++ b/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.240.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Execute code after a scope finished compilation" SLOT="0" KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Module-Implementation-0.50.0 diff --git a/dev-perl/B-Hooks-OP-Check/B-Hooks-OP-Check-0.220.0.ebuild b/dev-perl/B-Hooks-OP-Check/B-Hooks-OP-Check-0.220.0.ebuild index ff1bd76b8e6f..404b76cb5d4d 100644 --- a/dev-perl/B-Hooks-OP-Check/B-Hooks-OP-Check-0.220.0.ebuild +++ b/dev-perl/B-Hooks-OP-Check/B-Hooks-OP-Check-0.220.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Wrap OP check callbacks" SLOT="0" KEYWORDS="amd64 ~arm hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="virtual/perl-parent" DEPEND="${RDEPEND} diff --git a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.190.0.ebuild b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.190.0.ebuild index 3ce0a2f013af..22e5eee65d1c 100644 --- a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.190.0.ebuild +++ b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.190.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Interface to perls parser variables" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-perl/B-Hooks-OP-Check-0.180.0" DEPEND="${RDEPEND} diff --git a/dev-perl/B-OPCheck/B-OPCheck-0.320.0.ebuild b/dev-perl/B-OPCheck/B-OPCheck-0.320.0.ebuild index bae935ee96f3..9c4295849a69 100644 --- a/dev-perl/B-OPCheck/B-OPCheck-0.320.0.ebuild +++ b/dev-perl/B-OPCheck/B-OPCheck-0.320.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="PL_check hacks using Perl callbacks" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/B-Utils-0.80.0 diff --git a/dev-perl/B-Utils/B-Utils-0.270.0.ebuild b/dev-perl/B-Utils/B-Utils-0.270.0.ebuild index 41bd7ec4eab4..b69fd461fcb1 100644 --- a/dev-perl/B-Utils/B-Utils-0.270.0.ebuild +++ b/dev-perl/B-Utils/B-Utils-0.270.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Helper functions for op tree manipulation" SLOT="0" KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 x86" IUSE="test" +RESTRICT="!test? ( test )" # needs Scalar::Util RDEPEND=" diff --git a/dev-perl/BSON/BSON-1.10.2.ebuild b/dev-perl/BSON/BSON-1.10.2.ebuild index 577ac8e89fb2..76ccfd24da2f 100644 --- a/dev-perl/BSON/BSON-1.10.2.ebuild +++ b/dev-perl/BSON/BSON-1.10.2.ebuild @@ -12,6 +12,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/BSON/BSON-1.6.7.ebuild b/dev-perl/BSON/BSON-1.6.7.ebuild index ffb05d19d927..3f393ee02b8c 100644 --- a/dev-perl/BSON/BSON-1.6.7.ebuild +++ b/dev-perl/BSON/BSON-1.6.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/BZ-Client/BZ-Client-4.400.200.ebuild b/dev-perl/BZ-Client/BZ-Client-4.400.200.ebuild index 6bd78c8b5fd8..7942e5f1e9a4 100644 --- a/dev-perl/BZ-Client/BZ-Client-4.400.200.ebuild +++ b/dev-perl/BZ-Client/BZ-Client-4.400.200.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION="A client for the Bugzilla web services API." SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/DateTime-Format-ISO8601 diff --git a/dev-perl/Benchmark-Timer/Benchmark-Timer-0.710.700.ebuild b/dev-perl/Benchmark-Timer/Benchmark-Timer-0.710.700.ebuild index 041adc754421..d602e03eca2a 100644 --- a/dev-perl/Benchmark-Timer/Benchmark-Timer-0.710.700.ebuild +++ b/dev-perl/Benchmark-Timer/Benchmark-Timer-0.710.700.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,6 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/Statistics-TTest diff --git a/dev-perl/Benchmark-Timer/Benchmark-Timer-0.711.200.ebuild b/dev-perl/Benchmark-Timer/Benchmark-Timer-0.711.200.ebuild index fddd62ba117a..4ea5165248fb 100644 --- a/dev-perl/Benchmark-Timer/Benchmark-Timer-0.711.200.ebuild +++ b/dev-perl/Benchmark-Timer/Benchmark-Timer-0.711.200.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,6 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" PATCHES=( "${FILESDIR}/${PN}-0.7112-noauthortests.patch" diff --git a/dev-perl/Bio-ASN1-EntrezGene/Bio-ASN1-EntrezGene-1.720.0.ebuild b/dev-perl/Bio-ASN1-EntrezGene/Bio-ASN1-EntrezGene-1.720.0.ebuild index b2c79f748a6e..65aadbb41186 100644 --- a/dev-perl/Bio-ASN1-EntrezGene/Bio-ASN1-EntrezGene-1.720.0.ebuild +++ b/dev-perl/Bio-ASN1-EntrezGene/Bio-ASN1-EntrezGene-1.720.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION="Regular expression-based Perl Parser for NCBI Entrez Gene" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Browser-Open/Browser-Open-0.40.0.ebuild b/dev-perl/Browser-Open/Browser-Open-0.40.0.ebuild index 5da06c0c3802..b38008d75988 100644 --- a/dev-perl/Browser-Open/Browser-Open-0.40.0.ebuild +++ b/dev-perl/Browser-Open/Browser-Open-0.40.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Open a browser at a given URL" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="${RDEPEND} diff --git a/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20140910.3.0.ebuild b/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20140910.3.0.ebuild index 0f7752aba9e0..b256461e8687 100644 --- a/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20140910.3.0.ebuild +++ b/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20140910.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Data pack for Business::ISBN" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" PERL_RM_FILES=( "make_data.pl" diff --git a/dev-perl/Business-ISBN/Business-ISBN-3.4.0.ebuild b/dev-perl/Business-ISBN/Business-ISBN-3.4.0.ebuild index e40ac3c90a17..ad6ca076d3f1 100644 --- a/dev-perl/Business-ISBN/Business-ISBN-3.4.0.ebuild +++ b/dev-perl/Business-ISBN/Business-ISBN-3.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ LICENSE="Artistic-2" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="test barcode" +RESTRICT="!test? ( test )" RDEPEND=" barcode? ( diff --git a/dev-perl/Business-ISMN/Business-ISMN-1.131.0.ebuild b/dev-perl/Business-ISMN/Business-ISMN-1.131.0.ebuild index 8d175e15d9e9..c34d0a1308a8 100644 --- a/dev-perl/Business-ISMN/Business-ISMN-1.131.0.ebuild +++ b/dev-perl/Business-ISMN/Business-ISMN-1.131.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="International Standard Music Numbers" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Tie-Cycle-1.210.0 diff --git a/dev-perl/Business-ISMN/Business-ISMN-1.132.0.ebuild b/dev-perl/Business-ISMN/Business-ISMN-1.132.0.ebuild index 0cf4cd71b56d..a10662da4b8e 100644 --- a/dev-perl/Business-ISMN/Business-ISMN-1.132.0.ebuild +++ b/dev-perl/Business-ISMN/Business-ISMN-1.132.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ LICENSE="Artistic-2" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Tie-Cycle-1.210.0 diff --git a/dev-perl/Business-ISSN/Business-ISSN-1.2.0.ebuild b/dev-perl/Business-ISSN/Business-ISSN-1.2.0.ebuild index 2d6cf9627557..ae6bba0f35da 100644 --- a/dev-perl/Business-ISSN/Business-ISSN-1.2.0.ebuild +++ b/dev-perl/Business-ISSN/Business-ISSN-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Object and functions to work with International Standard Serial Num SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" DEPEND=" test? ( virtual/perl-Test-Simple ) diff --git a/dev-perl/Business-ISSN/Business-ISSN-1.3.0.ebuild b/dev-perl/Business-ISSN/Business-ISSN-1.3.0.ebuild index 9102287207da..30159a9c80d8 100644 --- a/dev-perl/Business-ISSN/Business-ISSN-1.3.0.ebuild +++ b/dev-perl/Business-ISSN/Business-ISSN-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ LICENSE="Artistic-2" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Exporter diff --git a/dev-perl/CBOR-XS/CBOR-XS-1.700.0.ebuild b/dev-perl/CBOR-XS/CBOR-XS-1.700.0.ebuild index cf182822dc87..993a39d573b6 100644 --- a/dev-perl/CBOR-XS/CBOR-XS-1.700.0.ebuild +++ b/dev-perl/CBOR-XS/CBOR-XS-1.700.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/Types-Serialiser diff --git a/dev-perl/CDB_File/CDB_File-0.990.0.ebuild b/dev-perl/CDB_File/CDB_File-0.990.0.ebuild index 98e092b2f202..e95590986629 100644 --- a/dev-perl/CDB_File/CDB_File-0.990.0.ebuild +++ b/dev-perl/CDB_File/CDB_File-0.990.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION="Tie to CDB (Bernstein's constant DB) files" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="virtual/perl-ExtUtils-MakeMaker diff --git a/dev-perl/CDDB/CDDB-1.222.0-r2.ebuild b/dev-perl/CDDB/CDDB-1.222.0-r2.ebuild index 7743f28e04f1..025436bfba6f 100644 --- a/dev-perl/CDDB/CDDB-1.222.0-r2.ebuild +++ b/dev-perl/CDDB/CDDB-1.222.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION="high-level interface to cddb/freedb protocol" SLOT="0" KEYWORDS="amd64 ia64 ppc sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-Carp-1.260.0 diff --git a/dev-perl/CGI-Ajax/CGI-Ajax-0.707.0.ebuild b/dev-perl/CGI-Ajax/CGI-Ajax-0.707.0.ebuild index 9bee5a96d252..8e010bb61281 100644 --- a/dev-perl/CGI-Ajax/CGI-Ajax-0.707.0.ebuild +++ b/dev-perl/CGI-Ajax/CGI-Ajax-0.707.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,6 +11,7 @@ DESCRIPTION="a perl-specific system for writing Asynchronous web applications" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/CGI diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild index 0e88d81b514b..53362c99706b 100644 --- a/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild +++ b/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/File-pushd diff --git a/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0.ebuild b/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0.ebuild index d5caf7e4694c..0dc5812cdef1 100644 --- a/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0.ebuild +++ b/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="PSGI adapter for CGI" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/CGI-3.630.0 diff --git a/dev-perl/CGI-Fast/CGI-Fast-2.130.0.ebuild b/dev-perl/CGI-Fast/CGI-Fast-2.130.0.ebuild index d5ba58e801b2..290c14643844 100644 --- a/dev-perl/CGI-Fast/CGI-Fast-2.130.0.ebuild +++ b/dev-perl/CGI-Fast/CGI-Fast-2.130.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="CGI Interface for Fast CGI" SLOT="0" KEYWORDS="amd64 ~arm ~hppa ~m68k ~mips ppc ~ppc64 ~s390 ~sh x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/CGI-4 diff --git a/dev-perl/CGI-FormBuilder/CGI-FormBuilder-3.100.0.ebuild b/dev-perl/CGI-FormBuilder/CGI-FormBuilder-3.100.0.ebuild index a1dc7e15b8c6..be9328a33caf 100644 --- a/dev-perl/CGI-FormBuilder/CGI-FormBuilder-3.100.0.ebuild +++ b/dev-perl/CGI-FormBuilder/CGI-FormBuilder-3.100.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ HOMEPAGE="http://www.formbuilder.org/ ${HOMEPAGE}" SLOT="0" KEYWORDS="amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" PATCHES=( "${FILESDIR}/${PN}-3.90.0-rt81650.patch" diff --git a/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0-r1.ebuild b/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0-r1.ebuild index 976c02bc9195..de54a5de6b41 100644 --- a/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0-r1.ebuild +++ b/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Adapt CGI.pm to the PSGI protocol" SLOT="0" KEYWORDS="amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/CGI-3.330.0 diff --git a/dev-perl/CGI-Session/CGI-Session-4.480.0-r1.ebuild b/dev-perl/CGI-Session/CGI-Session-4.480.0-r1.ebuild index e9ab02ce4e8f..0e5d2792394f 100644 --- a/dev-perl/CGI-Session/CGI-Session-4.480.0-r1.ebuild +++ b/dev-perl/CGI-Session/CGI-Session-4.480.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="persistent session data in CGI applications" SLOT="0" KEYWORDS="amd64 ~hppa ~ppc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Digest-MD5 diff --git a/dev-perl/CGI-Session/CGI-Session-4.480.0-r2.ebuild b/dev-perl/CGI-Session/CGI-Session-4.480.0-r2.ebuild index ad29949f715a..510ddd2936a9 100644 --- a/dev-perl/CGI-Session/CGI-Session-4.480.0-r2.ebuild +++ b/dev-perl/CGI-Session/CGI-Session-4.480.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="persistent session data in CGI applications" SLOT="0" KEYWORDS="amd64 ~hppa ~ppc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Digest-MD5 diff --git a/dev-perl/CGI-Simple/CGI-Simple-1.115.0.ebuild b/dev-perl/CGI-Simple/CGI-Simple-1.115.0.ebuild index 7c47320ce92e..d8c151ea289c 100644 --- a/dev-perl/CGI-Simple/CGI-Simple-1.115.0.ebuild +++ b/dev-perl/CGI-Simple/CGI-Simple-1.115.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="A Simple totally OO CGI interface that is CGI.pm compliant" SLOT="0" KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="dev-perl/Module-Build diff --git a/dev-perl/CGI/CGI-4.220.0.ebuild b/dev-perl/CGI/CGI-4.220.0.ebuild index 6b36073fc0e8..2683e6592007 100644 --- a/dev-perl/CGI/CGI-4.220.0.ebuild +++ b/dev-perl/CGI/CGI-4.220.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Simple Common Gateway Interface Class" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/CGI/CGI-4.400.0.ebuild b/dev-perl/CGI/CGI-4.400.0.ebuild index b5bc1198f036..5b064289063a 100644 --- a/dev-perl/CGI/CGI-4.400.0.ebuild +++ b/dev-perl/CGI/CGI-4.400.0.ebuild @@ -13,6 +13,7 @@ DESCRIPTION="Simple Common Gateway Interface Class" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/CHI/CHI-0.600.0.ebuild b/dev-perl/CHI/CHI-0.600.0.ebuild index dc243b8ddfc7..4013d06d3414 100644 --- a/dev-perl/CHI/CHI-0.600.0.ebuild +++ b/dev-perl/CHI/CHI-0.600.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Unified cache handling interface" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Carp-Assert-0.200.0 diff --git a/dev-perl/CPAN-Changes/CPAN-Changes-0.400.2.ebuild b/dev-perl/CPAN-Changes/CPAN-Changes-0.400.2.ebuild index 46c55178031f..bc25746ef13c 100644 --- a/dev-perl/CPAN-Changes/CPAN-Changes-0.400.2.ebuild +++ b/dev-perl/CPAN-Changes/CPAN-Changes-0.400.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,6 +11,7 @@ DESCRIPTION='Read and write Changes files' SLOT="0" KEYWORDS="amd64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-Text-Tabs+Wrap-0.3.0 diff --git a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild index c282b803d66f..590669c1f3b5 100644 --- a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild +++ b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Write a CHECKSUMS file for a directory as on CPAN" SLOT="0" KEYWORDS="amd64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/Compress-Bzip2 diff --git a/dev-perl/CPAN-DistnameInfo/CPAN-DistnameInfo-0.120.0-r2.ebuild b/dev-perl/CPAN-DistnameInfo/CPAN-DistnameInfo-0.120.0-r2.ebuild index 0c2d51ca4ecf..03d7a5951ae4 100644 --- a/dev-perl/CPAN-DistnameInfo/CPAN-DistnameInfo-0.120.0-r2.ebuild +++ b/dev-perl/CPAN-DistnameInfo/CPAN-DistnameInfo-0.120.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ DESCRIPTION="Extract distribution name and version from a distribution filename" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="${RDEPEND} diff --git a/dev-perl/CPAN-Meta-Check/CPAN-Meta-Check-0.14.0.ebuild b/dev-perl/CPAN-Meta-Check/CPAN-Meta-Check-0.14.0.ebuild index 4b07bbb1c4a4..3f1589dc9063 100644 --- a/dev-perl/CPAN-Meta-Check/CPAN-Meta-Check-0.14.0.ebuild +++ b/dev-perl/CPAN-Meta-Check/CPAN-Meta-Check-0.14.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Verify requirements in a CPAN::Meta object" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" # CPAN::Meta::Prereqs -> perl-CPAN-Meta RDEPEND=" diff --git a/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.350.0.ebuild b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.350.0.ebuild index 6c19c49e5901..61c201c3c911 100644 --- a/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.350.0.ebuild +++ b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.350.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Inject modules into a CPAN::Mini mirror" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc-aix" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/CPAN-Checksums diff --git a/dev-perl/CPAN-Mini/CPAN-Mini-1.111.16.ebuild b/dev-perl/CPAN-Mini/CPAN-Mini-1.111.16.ebuild index 1699db16d9f0..e2036f9adb43 100644 --- a/dev-perl/CPAN-Mini/CPAN-Mini-1.111.16.ebuild +++ b/dev-perl/CPAN-Mini/CPAN-Mini-1.111.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Create a minimal mirror of CPAN" SLOT="0" KEYWORDS="amd64 x86 ~ppc-aix" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-3.760.0.ebuild b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-3.760.0.ebuild index 562846b8065f..c7988f129469 100644 --- a/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-3.760.0.ebuild +++ b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-3.760.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ DESCRIPTION="Mapping Perl releases on CPAN to the location of the tarballs" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="${RDEPEND} diff --git a/dev-perl/CPAN-Uploader/CPAN-Uploader-0.103.13.ebuild b/dev-perl/CPAN-Uploader/CPAN-Uploader-0.103.13.ebuild index a56735ea579e..c4bbb4c5a85e 100644 --- a/dev-perl/CPAN-Uploader/CPAN-Uploader-0.103.13.ebuild +++ b/dev-perl/CPAN-Uploader/CPAN-Uploader-0.103.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,6 +10,7 @@ DESCRIPTION="upload things to the CPAN" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test minimal" +RESTRICT="!test? ( test )" # r: File::Basename -> perl # r: HTTP::Request::Common -> HTTP-Message diff --git a/dev-perl/CQL-Parser/CQL-Parser-1.130.0.ebuild b/dev-perl/CQL-Parser/CQL-Parser-1.130.0.ebuild index fdc10ad79346..1fa751574129 100644 --- a/dev-perl/CQL-Parser/CQL-Parser-1.130.0.ebuild +++ b/dev-perl/CQL-Parser/CQL-Parser-1.130.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="compiles CQL strings into parse trees of Node subtypes" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Class-Accessor-0.100.0 diff --git a/dev-perl/CSS-Packer/CSS-Packer-2.50.0.ebuild b/dev-perl/CSS-Packer/CSS-Packer-2.50.0.ebuild index 4c8eaac82fee..574f108998ff 100644 --- a/dev-perl/CSS-Packer/CSS-Packer-2.50.0.ebuild +++ b/dev-perl/CSS-Packer/CSS-Packer-2.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,6 +10,7 @@ DESCRIPTION="Another CSS minifier" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Regexp-RegGrp-1.1.1_rc diff --git a/dev-perl/CSS-Squish/CSS-Squish-0.100.0-r1.ebuild b/dev-perl/CSS-Squish/CSS-Squish-0.100.0-r1.ebuild index 1f745479a02f..59572df55ec4 100644 --- a/dev-perl/CSS-Squish/CSS-Squish-0.100.0-r1.ebuild +++ b/dev-perl/CSS-Squish/CSS-Squish-0.100.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Compact many CSS files into one big file" SLOT="0" KEYWORDS="amd64 ~ppc ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-perl/URI virtual/perl-File-Spec" diff --git a/dev-perl/CSS-Tiny/CSS-Tiny-1.200.0.ebuild b/dev-perl/CSS-Tiny/CSS-Tiny-1.200.0.ebuild index 260044ac395d..10405e9f88cc 100644 --- a/dev-perl/CSS-Tiny/CSS-Tiny-1.200.0.ebuild +++ b/dev-perl/CSS-Tiny/CSS-Tiny-1.200.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Read/Write .css files with as little code as possible" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="${RDEPEND} diff --git a/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.250.0.ebuild b/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.250.0.ebuild index 00091ed9e06f..6b9032f095b1 100644 --- a/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.250.0.ebuild +++ b/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.250.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION="Perl client for memcached, in C language" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" PATCHES=( "${FILESDIR}/0.230.0-parallel-make.patch" diff --git a/dev-perl/Cairo/Cairo-1.106.0.ebuild b/dev-perl/Cairo/Cairo-1.106.0.ebuild index b16c6e24d3b5..efdf20546511 100644 --- a/dev-perl/Cairo/Cairo-1.106.0.ebuild +++ b/dev-perl/Cairo/Cairo-1.106.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,6 +13,7 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=x11-libs/cairo-1.0.0 diff --git a/dev-perl/Calendar-Simple/Calendar-Simple-1.230.0.ebuild b/dev-perl/Calendar-Simple/Calendar-Simple-1.230.0.ebuild index ea487f15287f..c992882c4afe 100644 --- a/dev-perl/Calendar-Simple/Calendar-Simple-1.230.0.ebuild +++ b/dev-perl/Calendar-Simple/Calendar-Simple-1.230.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Perl extension to create simple calendars" SLOT="0" KEYWORDS="amd64 ~hppa ~ppc x86 ~ppc-aix" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Capture-Tiny/Capture-Tiny-0.460.0.ebuild b/dev-perl/Capture-Tiny/Capture-Tiny-0.460.0.ebuild index 40469c04bb1a..cc5e4136af16 100644 --- a/dev-perl/Capture-Tiny/Capture-Tiny-0.460.0.ebuild +++ b/dev-perl/Capture-Tiny/Capture-Tiny-0.460.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,6 +14,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Capture-Tiny/Capture-Tiny-0.480.0.ebuild b/dev-perl/Capture-Tiny/Capture-Tiny-0.480.0.ebuild index 3fbb25de3e68..2e62892f86c5 100644 --- a/dev-perl/Capture-Tiny/Capture-Tiny-0.480.0.ebuild +++ b/dev-perl/Capture-Tiny/Capture-Tiny-0.480.0.ebuild @@ -14,6 +14,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Carp-Always/Carp-Always-0.130.0.ebuild b/dev-perl/Carp-Always/Carp-Always-0.130.0.ebuild index f547b18f2ad3..0da3b69928a2 100644 --- a/dev-perl/Carp-Always/Carp-Always-0.130.0.ebuild +++ b/dev-perl/Carp-Always/Carp-Always-0.130.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Warns and dies noisily with stack backtraces" SLOT="0" KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Carp-Assert-More/Carp-Assert-More-1.160.0.ebuild b/dev-perl/Carp-Assert-More/Carp-Assert-More-1.160.0.ebuild index 8e5345526d6b..0bfde1dd86b9 100644 --- a/dev-perl/Carp-Assert-More/Carp-Assert-More-1.160.0.ebuild +++ b/dev-perl/Carp-Assert-More/Carp-Assert-More-1.160.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="convenience wrappers around Carp::Assert" SLOT="0" KEYWORDS="amd64 ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Carp-Assert/Carp-Assert-0.210.0.ebuild b/dev-perl/Carp-Assert/Carp-Assert-0.210.0.ebuild index bada5f05465a..df9ddc2e4c1b 100644 --- a/dev-perl/Carp-Assert/Carp-Assert-0.210.0.ebuild +++ b/dev-perl/Carp-Assert/Carp-Assert-0.210.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Executable comments in carp" SLOT="0" KEYWORDS="amd64 ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Carp-Clan/Carp-Clan-6.60.0.ebuild b/dev-perl/Carp-Clan/Carp-Clan-6.60.0.ebuild index 71a8efc66a85..1e80b7b92e06 100644 --- a/dev-perl/Carp-Clan/Carp-Clan-6.60.0.ebuild +++ b/dev-perl/Carp-Clan/Carp-Clan-6.60.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Report errors from perspective of caller of a clan of modules" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="${RDEPEND} diff --git a/dev-perl/Chart/Chart-2.4.10.ebuild b/dev-perl/Chart/Chart-2.4.10.ebuild index 76910dc93b66..b5fc2dc8cf62 100644 --- a/dev-perl/Chart/Chart-2.4.10.ebuild +++ b/dev-perl/Chart/Chart-2.4.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="The Perl Chart Module" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-perl/GD-2.0.36" DEPEND="${RDEPEND} diff --git a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0.ebuild b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0.ebuild index b6b54bef96e8..702a5b6e2712 100644 --- a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0.ebuild +++ b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION="A clone of the classic Eliza program" SLOT="0" KEYWORDS="alpha amd64 ~arm ppc ppc64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Class-Accessor-Grouped/Class-Accessor-Grouped-0.100.120.ebuild b/dev-perl/Class-Accessor-Grouped/Class-Accessor-Grouped-0.100.120.ebuild index 2a58110d437e..a73a717088cb 100644 --- a/dev-perl/Class-Accessor-Grouped/Class-Accessor-Grouped-0.100.120.ebuild +++ b/dev-perl/Class-Accessor-Grouped/Class-Accessor-Grouped-0.100.120.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Lets you build groups of accessors" SLOT="0" KEYWORDS="amd64 ppc x86 ~ppc-aix ~ppc-macos ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Class-Adapter/Class-Adapter-1.80.0-r1.ebuild b/dev-perl/Class-Adapter/Class-Adapter-1.80.0-r1.ebuild index c7fa7698bf0b..417d7d03dfeb 100644 --- a/dev-perl/Class-Adapter/Class-Adapter-1.80.0-r1.ebuild +++ b/dev-perl/Class-Adapter/Class-Adapter-1.80.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION='Implementation of the "Adapter" Design Pattern' SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-Scalar-List-Utils-1.10" diff --git a/dev-perl/Class-Base/Class-Base-0.80.0.ebuild b/dev-perl/Class-Base/Class-Base-0.80.0.ebuild index 13a238a3171a..b0d9cfc83d81 100644 --- a/dev-perl/Class-Base/Class-Base-0.80.0.ebuild +++ b/dev-perl/Class-Base/Class-Base-0.80.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Useful base class for deriving other modules" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc-aix ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND=" diff --git a/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.1.0-r1.ebuild b/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.1.0-r1.ebuild index f995f4416714..c843690ce51d 100644 --- a/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.1.0-r1.ebuild +++ b/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Load mix-ins or components to your C3-based class" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc-aix ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-perl/MRO-Compat dev-perl/Class-Inspector diff --git a/dev-perl/Class-C3-XS/Class-C3-XS-0.140.0.ebuild b/dev-perl/Class-C3-XS/Class-C3-XS-0.140.0.ebuild index ff6270654b02..5d5803fd5ec4 100644 --- a/dev-perl/Class-C3-XS/Class-C3-XS-0.140.0.ebuild +++ b/dev-perl/Class-C3-XS/Class-C3-XS-0.140.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="XS speedups for Class::C3" SLOT="0" KEYWORDS="amd64 ia64 ppc sparc x86 ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-XSLoader diff --git a/dev-perl/Class-C3/Class-C3-0.330.0.ebuild b/dev-perl/Class-C3/Class-C3-0.330.0.ebuild index f97165fbfa2e..e22e2b92950c 100644 --- a/dev-perl/Class-C3/Class-C3-0.330.0.ebuild +++ b/dev-perl/Class-C3/Class-C3-0.330.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="A pragma to use the C3 method resolution order algortihm" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~ppc-aix ~ppc-macos ~x64-macos ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Algorithm-C3-0.70.0 diff --git a/dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild b/dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild index d3329cbf8443..261720071530 100644 --- a/dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild +++ b/dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Simple Database Abstraction" SLOT="0" KEYWORDS="amd64 ~ppc ppc64 x86 ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-perl/Class-Data-Inheritable-0.20.0 >=dev-perl/Class-Accessor-0.18.0 diff --git a/dev-perl/Class-Data-Accessor/Class-Data-Accessor-0.40.40-r2.ebuild b/dev-perl/Class-Data-Accessor/Class-Data-Accessor-0.40.40-r2.ebuild index b2a38b125873..788655828864 100644 --- a/dev-perl/Class-Data-Accessor/Class-Data-Accessor-0.40.40-r2.ebuild +++ b/dev-perl/Class-Data-Accessor/Class-Data-Accessor-0.40.40-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Inheritable, overridable class and instance data accessor creation" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" PATCHES=( "${FILESDIR}/${PN}-0.04004-no-dot-inc.patch" ) RDEPEND="virtual/perl-Carp" diff --git a/dev-perl/Class-ISA/Class-ISA-0.360.0.ebuild b/dev-perl/Class-ISA/Class-ISA-0.360.0.ebuild index 2f059f3672d4..3ea46331e816 100644 --- a/dev-perl/Class-ISA/Class-ISA-0.360.0.ebuild +++ b/dev-perl/Class-ISA/Class-ISA-0.360.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Report the search path thru an ISA tree" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="virtual/perl-if" DEPEND="${RDEPEND} diff --git a/dev-perl/Class-InsideOut/Class-InsideOut-1.140.0.ebuild b/dev-perl/Class-InsideOut/Class-InsideOut-1.140.0.ebuild index c74a0cf1e115..9cd9c67d288c 100644 --- a/dev-perl/Class-InsideOut/Class-InsideOut-1.140.0.ebuild +++ b/dev-perl/Class-InsideOut/Class-InsideOut-1.140.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0.ebuild b/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0.ebuild index 6d58694ecb37..6cbc4a373877 100644 --- a/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0.ebuild +++ b/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0.ebuild @@ -13,6 +13,7 @@ LICENSE="Artistic-2" SLOT="0" KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Class-Load-0.200.0 diff --git a/dev-perl/Class-Load/Class-Load-0.240.0.ebuild b/dev-perl/Class-Load/Class-Load-0.240.0.ebuild index 871864ecf673..53a733256fc6 100644 --- a/dev-perl/Class-Load/Class-Load-0.240.0.ebuild +++ b/dev-perl/Class-Load/Class-Load-0.240.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="A working (require q{Class::Name}) and more" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" # uses Scalar-Util RDEPEND=" diff --git a/dev-perl/Class-Method-Modifiers/Class-Method-Modifiers-2.120.0.ebuild b/dev-perl/Class-Method-Modifiers/Class-Method-Modifiers-2.120.0.ebuild index e7c01bd14200..a4279d019ba6 100644 --- a/dev-perl/Class-Method-Modifiers/Class-Method-Modifiers-2.120.0.ebuild +++ b/dev-perl/Class-Method-Modifiers/Class-Method-Modifiers-2.120.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="provides Moose-like method modifiers" SLOT="0" KEYWORDS="amd64 ~arm hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Class-Mix/Class-Mix-0.6.0.ebuild b/dev-perl/Class-Mix/Class-Mix-0.6.0.ebuild index 90251d52d281..70e8039c46e2 100644 --- a/dev-perl/Class-Mix/Class-Mix-0.6.0.ebuild +++ b/dev-perl/Class-Mix/Class-Mix-0.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="amd64" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Class-Std-Fast/Class-Std-Fast-0.0.8-r1.ebuild b/dev-perl/Class-Std-Fast/Class-Std-Fast-0.0.8-r1.ebuild index ca6c164074ec..fb7df3c24aa3 100644 --- a/dev-perl/Class-Std-Fast/Class-Std-Fast-0.0.8-r1.ebuild +++ b/dev-perl/Class-Std-Fast/Class-Std-Fast-0.0.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Faster but less secure than Class::Std" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Class-Std-0.11.0 diff --git a/dev-perl/Class-Std/Class-Std-0.13.0.ebuild b/dev-perl/Class-Std/Class-Std-0.13.0.ebuild index 82736d30f478..02f29a3ccf09 100644 --- a/dev-perl/Class-Std/Class-Std-0.13.0.ebuild +++ b/dev-perl/Class-Std/Class-Std-0.13.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION='Support for creating standard "inside-out" classes' SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Data-Dumper diff --git a/dev-perl/Class-Tiny/Class-Tiny-1.6.0.ebuild b/dev-perl/Class-Tiny/Class-Tiny-1.6.0.ebuild index 3dff388fc072..a1223540719e 100644 --- a/dev-perl/Class-Tiny/Class-Tiny-1.6.0.ebuild +++ b/dev-perl/Class-Tiny/Class-Tiny-1.6.0.ebuild @@ -13,6 +13,7 @@ SLOT="0" KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" LICENSE="Apache-2.0" IUSE="test minimal" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Class-Unload/Class-Unload-0.110.0.ebuild b/dev-perl/Class-Unload/Class-Unload-0.110.0.ebuild index 1d5cb1bcaab3..3cfde6678ec5 100644 --- a/dev-perl/Class-Unload/Class-Unload-0.110.0.ebuild +++ b/dev-perl/Class-Unload/Class-Unload-0.110.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Unload a class" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-perl/Class-Inspector" DEPEND="${RDEPEND} diff --git a/dev-perl/Class-Virtual/Class-Virtual-0.80.0.ebuild b/dev-perl/Class-Virtual/Class-Virtual-0.80.0.ebuild index 1176d9630ba9..75c080dfc4d6 100644 --- a/dev-perl/Class-Virtual/Class-Virtual-0.80.0.ebuild +++ b/dev-perl/Class-Virtual/Class-Virtual-0.80.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Base class for virtual base classes" SLOT="0" KEYWORDS="amd64 ia64 ~ppc sparc x86 ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-perl/Class-Data-Inheritable-0.20.0 >=dev-perl/Carp-Assert-0.100.0 diff --git a/dev-perl/Class-XPath/Class-XPath-1.400.0-r1.ebuild b/dev-perl/Class-XPath/Class-XPath-1.400.0-r1.ebuild index f6d149a365fa..82a872946895 100644 --- a/dev-perl/Class-XPath/Class-XPath-1.400.0-r1.ebuild +++ b/dev-perl/Class-XPath/Class-XPath-1.400.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="adds xpath matching to object trees" SLOT="0" KEYWORDS="amd64 ia64 sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="${RDEPEND} diff --git a/dev-perl/Clone/Clone-0.390.0.ebuild b/dev-perl/Clone/Clone-0.390.0.ebuild index 17b44b0c3154..5ba83379877a 100644 --- a/dev-perl/Clone/Clone-0.390.0.ebuild +++ b/dev-perl/Clone/Clone-0.390.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Recursively copy Perl datatypes" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="${RDEPEND} diff --git a/dev-perl/Color-Calc/Color-Calc-1.74.0.ebuild b/dev-perl/Color-Calc/Color-Calc-1.74.0.ebuild index 68cefd59449f..01089ef5af6c 100644 --- a/dev-perl/Color-Calc/Color-Calc-1.74.0.ebuild +++ b/dev-perl/Color-Calc/Color-Calc-1.74.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION="Simple calculations with RGB colors" SLOT="0" KEYWORDS="amd64 x86" IUSE="test minimal" +RESTRICT="!test? ( test )" RDEPEND=">=dev-perl/Graphics-ColorNames-2.100.0 >=dev-perl/Graphics-ColorNames-WWW-0.10.0 diff --git a/dev-perl/Color-Library/Color-Library-0.21.0-r1.ebuild b/dev-perl/Color-Library/Color-Library-0.21.0-r1.ebuild index 4cb0ecbf2990..02db9ee3ebd7 100644 --- a/dev-perl/Color-Library/Color-Library-0.21.0-r1.ebuild +++ b/dev-perl/Color-Library/Color-Library-0.21.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="An easy-to-use and comprehensive named-color library" SLOT="0" KEYWORDS="amd64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/Module-Pluggable diff --git a/dev-perl/Compress-Bzip2/Compress-Bzip2-2.260.0.ebuild b/dev-perl/Compress-Bzip2/Compress-Bzip2-2.260.0.ebuild index 976ef25ab704..41886d6bc1ec 100644 --- a/dev-perl/Compress-Bzip2/Compress-Bzip2-2.260.0.ebuild +++ b/dev-perl/Compress-Bzip2/Compress-Bzip2-2.260.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Interface to Bzip2 compression library" SLOT="0" KEYWORDS="amd64 ia64 ~mips sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" app-arch/bzip2 diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild index 53d510d98172..eeb63a94082a 100644 --- a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild +++ b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild @@ -14,6 +14,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="test" +RESTRICT="!test? ( test )" PERL_RM_FILES=( "t/boilerplate.t" diff --git a/dev-perl/Config-Any/Config-Any-0.320.0.ebuild b/dev-perl/Config-Any/Config-Any-0.320.0.ebuild index 907a6cc935d3..6f2ec600a81f 100644 --- a/dev-perl/Config-Any/Config-Any-0.320.0.ebuild +++ b/dev-perl/Config-Any/Config-Any-0.320.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Load configuration from different file formats, transparently" SLOT="0" KEYWORDS="amd64 arm ppc x86 ~ppc-aix" IUSE="test +conf +ini +json +xml +yaml" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Module-Pluggable-3.600.0 diff --git a/dev-perl/Config-Auto/Config-Auto-0.440.0.ebuild b/dev-perl/Config-Auto/Config-Auto-0.440.0.ebuild index c49b132f59f1..feefb8e29027 100644 --- a/dev-perl/Config-Auto/Config-Auto-0.440.0.ebuild +++ b/dev-perl/Config-Auto/Config-Auto-0.440.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Magical config file parser" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/Config-IniFiles diff --git a/dev-perl/Config-AutoConf/Config-AutoConf-0.315.0.ebuild b/dev-perl/Config-AutoConf/Config-AutoConf-0.315.0.ebuild index 7490a4ffeaf8..5837f6a39579 100644 --- a/dev-perl/Config-AutoConf/Config-AutoConf-0.315.0.ebuild +++ b/dev-perl/Config-AutoConf/Config-AutoConf-0.315.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION="A module to implement some of AutoConf macros in pure perl" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/Capture-Tiny diff --git a/dev-perl/Config-Grammar/Config-Grammar-1.120.0.ebuild b/dev-perl/Config-Grammar/Config-Grammar-1.120.0.ebuild index c98ca708f96a..67b6407cf9d6 100644 --- a/dev-perl/Config-Grammar/Config-Grammar-1.120.0.ebuild +++ b/dev-perl/Config-Grammar/Config-Grammar-1.120.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="A grammar-based, user-friendly config parser" SLOT="0" KEYWORDS="amd64 ~hppa ~sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="virtual/perl-ExtUtils-MakeMaker diff --git a/dev-perl/Config-INI/Config-INI-0.25.0.ebuild b/dev-perl/Config-INI/Config-INI-0.25.0.ebuild index 8df79f17dd5f..701b3689afd3 100644 --- a/dev-perl/Config-INI/Config-INI-0.25.0.ebuild +++ b/dev-perl/Config-INI/Config-INI-0.25.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,6 +10,7 @@ DESCRIPTION="simple .ini-file format" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test minimal" +RESTRICT="!test? ( test )" # r: Mixin::Linewise::Readers -> Mixin-Linewise # r: Mixin::Linewise::Writers -> Mixin-Linewise diff --git a/dev-perl/Config-IniFiles/Config-IniFiles-2.940.0.ebuild b/dev-perl/Config-IniFiles/Config-IniFiles-2.940.0.ebuild index 346c905d25fe..00ef462f9f26 100644 --- a/dev-perl/Config-IniFiles/Config-IniFiles-2.940.0.ebuild +++ b/dev-perl/Config-IniFiles/Config-IniFiles-2.940.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="A module for reading .ini-style configuration files" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="test" +RESTRICT="!test? ( test )" # needs List::Util and Scalar::Util RDEPEND=" diff --git a/dev-perl/Config-JSON/Config-JSON-1.520.200.ebuild b/dev-perl/Config-JSON/Config-JSON-1.520.200.ebuild index 44ccdd7b238b..5b771c262f9b 100644 --- a/dev-perl/Config-JSON/Config-JSON-1.520.200.ebuild +++ b/dev-perl/Config-JSON/Config-JSON-1.520.200.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,6 +11,7 @@ DESCRIPTION="A JSON based config file system" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-File-Temp-0.180.0 diff --git a/dev-perl/Config-MVP-Reader-INI/Config-MVP-Reader-INI-2.101.463.ebuild b/dev-perl/Config-MVP-Reader-INI/Config-MVP-Reader-INI-2.101.463.ebuild index 5b0e4b7ef9f7..d8b7751abd25 100644 --- a/dev-perl/Config-MVP-Reader-INI/Config-MVP-Reader-INI-2.101.463.ebuild +++ b/dev-perl/Config-MVP-Reader-INI/Config-MVP-Reader-INI-2.101.463.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="an MVP config reader for .ini files" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" # r: Config::INI::Reader -> Config-INI # r: Config::MVP::Reader -> Config-MVP diff --git a/dev-perl/Config-MVP/Config-MVP-2.200.10.ebuild b/dev-perl/Config-MVP/Config-MVP-2.200.10.ebuild index 7a6971d8cf48..2386854bcbec 100644 --- a/dev-perl/Config-MVP/Config-MVP-2.200.10.ebuild +++ b/dev-perl/Config-MVP/Config-MVP-2.200.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,6 +10,7 @@ DESCRIPTION="multivalue-property package-oriented configuration" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test minimal" +RESTRICT="!test? ( test )" # r: Module::Pluggable::Object -> Module-Pluggable # r: Moose::Role -> Moose diff --git a/dev-perl/Config-Properties/Config-Properties-1.800.0.ebuild b/dev-perl/Config-Properties/Config-Properties-1.800.0.ebuild index 59f731ca57ae..35e9e8593eb7 100644 --- a/dev-perl/Config-Properties/Config-Properties-1.800.0.ebuild +++ b/dev-perl/Config-Properties/Config-Properties-1.800.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Configuration using Java style properties" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-File-Temp diff --git a/dev-perl/Config-Tiny/Config-Tiny-2.230.0.ebuild b/dev-perl/Config-Tiny/Config-Tiny-2.230.0.ebuild index 36c6a97eae7c..dcadf3971af1 100644 --- a/dev-perl/Config-Tiny/Config-Tiny-2.230.0.ebuild +++ b/dev-perl/Config-Tiny/Config-Tiny-2.230.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,6 +13,7 @@ DESCRIPTION="Read/Write .ini style files with as little code as possible" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-File-Spec-3.300.0 diff --git a/dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild b/dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild index a7a12a5bd500..f757818249ac 100644 --- a/dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild +++ b/dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Facility for creating read-only scalars, arrays, and hashes" SLOT="0" KEYWORDS="amd64 arm ppc x86 ~amd64-linux ~x86-linux" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Scalar-List-Utils diff --git a/dev-perl/Context-Preserve/Context-Preserve-0.20.0.ebuild b/dev-perl/Context-Preserve/Context-Preserve-0.20.0.ebuild index f9928b40e4f2..8c377713ce05 100644 --- a/dev-perl/Context-Preserve/Context-Preserve-0.20.0.ebuild +++ b/dev-perl/Context-Preserve/Context-Preserve-0.20.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Return chained, modified values from subs, without losing context" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc-aix ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Contextual-Return/Contextual-Return-0.4.14.ebuild b/dev-perl/Contextual-Return/Contextual-Return-0.4.14.ebuild index b471cd584b0a..f941957168c5 100644 --- a/dev-perl/Contextual-Return/Contextual-Return-0.4.14.ebuild +++ b/dev-perl/Contextual-Return/Contextual-Return-0.4.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Create context-sensitive return values" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc-aix" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/Want diff --git a/dev-perl/Convert-ASN1/Convert-ASN1-0.270.0.ebuild b/dev-perl/Convert-ASN1/Convert-ASN1-0.270.0.ebuild index 826e1856231c..8061e79ed819 100644 --- a/dev-perl/Convert-ASN1/Convert-ASN1-0.270.0.ebuild +++ b/dev-perl/Convert-ASN1/Convert-ASN1-0.270.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Standard en/decode of ASN.1 structures" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="${RDEPEND} diff --git a/dev-perl/Convert-BinHex/Convert-BinHex-1.125.0.ebuild b/dev-perl/Convert-BinHex/Convert-BinHex-1.125.0.ebuild index f37e21fa5c17..5f225d753551 100644 --- a/dev-perl/Convert-BinHex/Convert-BinHex-1.125.0.ebuild +++ b/dev-perl/Convert-BinHex/Convert-BinHex-1.125.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Extract data from Macintosh BinHex files" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Convert-Color/Convert-Color-0.110.0.ebuild b/dev-perl/Convert-Color/Convert-Color-0.110.0.ebuild index 0fe6917ed973..630f180afabb 100644 --- a/dev-perl/Convert-Color/Convert-Color-0.110.0.ebuild +++ b/dev-perl/Convert-Color/Convert-Color-0.110.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION="Color space conversions and named lookups" SLOT="0" KEYWORDS="amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/Module-Pluggable diff --git a/dev-perl/Convert-UUlib/Convert-UUlib-1.500.0-r1.ebuild b/dev-perl/Convert-UUlib/Convert-UUlib-1.500.0-r1.ebuild index 85d09908bb79..b8891a6d81fb 100644 --- a/dev-perl/Convert-UUlib/Convert-UUlib-1.500.0-r1.ebuild +++ b/dev-perl/Convert-UUlib/Convert-UUlib-1.500.0-r1.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="A Perl interface to the uulib library" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="system-uulib test" +RESTRICT="!test? ( test )" RDEPEND=" system-uulib? ( >=dev-libs/uulib-0.5.20-r1 ) diff --git a/dev-perl/Cookie-Baker-XS/Cookie-Baker-XS-0.80.0.ebuild b/dev-perl/Cookie-Baker-XS/Cookie-Baker-XS-0.80.0.ebuild index 9b25a758d852..6cda3468f6f5 100644 --- a/dev-perl/Cookie-Baker-XS/Cookie-Baker-XS-0.80.0.ebuild +++ b/dev-perl/Cookie-Baker-XS/Cookie-Baker-XS-0.80.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ DESCRIPTION="Accelerate Cookie::Baker's crush_cookie" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Exporter diff --git a/dev-perl/Cookie-Baker/Cookie-Baker-0.80.0.ebuild b/dev-perl/Cookie-Baker/Cookie-Baker-0.80.0.ebuild index 8aec9f5b8901..d35b76cad6de 100644 --- a/dev-perl/Cookie-Baker/Cookie-Baker-0.80.0.ebuild +++ b/dev-perl/Cookie-Baker/Cookie-Baker-0.80.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Cookie string generator / parser" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="test +xs" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Exporter diff --git a/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.900.ebuild b/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.900.ebuild index 6716e0c4f457..02330ae763ff 100644 --- a/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.900.ebuild +++ b/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.900.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="cPanel fork of JSON::XS, fast and correct serializing" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="${RDEPEND} diff --git a/dev-perl/Crypt-CBC/Crypt-CBC-2.330.0-r1.ebuild b/dev-perl/Crypt-CBC/Crypt-CBC-2.330.0-r1.ebuild index 179d7532b9fc..2b2bb8f5f59a 100644 --- a/dev-perl/Crypt-CBC/Crypt-CBC-2.330.0-r1.ebuild +++ b/dev-perl/Crypt-CBC/Crypt-CBC-2.330.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,6 +13,7 @@ LICENSE="Artistic" SLOT="0" KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="virtual/perl-Digest-MD5" DEPEND="${RDEPEND} diff --git a/dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.10.0-r1.ebuild b/dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.10.0-r1.ebuild index 090eff20d1b8..fe61b23df93f 100644 --- a/dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.10.0-r1.ebuild +++ b/dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.10.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Perl module implementing CipherSaber encryption" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-Scalar-List-Utils-1.4.2 diff --git a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild index 52a6b669eee3..97c42f216f5e 100644 --- a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild +++ b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Perl interface to Alec Muffett's Cracklib" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="sys-libs/cracklib" DEPEND="${RDEPEND}" diff --git a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r2.ebuild b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r2.ebuild index 19885fe803ac..1febaf5fcecb 100644 --- a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r2.ebuild +++ b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r2.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Perl interface to Alec Muffett's Cracklib" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="sys-libs/cracklib" DEPEND="${RDEPEND}" diff --git a/dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.60.0.ebuild b/dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.60.0.ebuild index 85c685c418fa..9e48563178dc 100644 --- a/dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.60.0.ebuild +++ b/dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.60.0.ebuild @@ -11,6 +11,7 @@ DESCRIPTION="Shared secret elliptic-curve Diffie-Hellman generator" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" PATCHES="${FILESDIR}/${P}-fmul-fixedvar.patch" diff --git a/dev-perl/Crypt-DES/Crypt-DES-2.70.0-r1.ebuild b/dev-perl/Crypt-DES/Crypt-DES-2.70.0-r1.ebuild index 26da9a4d3cd5..4b39382c2ef7 100644 --- a/dev-perl/Crypt-DES/Crypt-DES-2.70.0-r1.ebuild +++ b/dev-perl/Crypt-DES/Crypt-DES-2.70.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ LICENSE="DES" SLOT="0" KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" DEPEND="test? ( dev-perl/Crypt-CBC )" diff --git a/dev-perl/Crypt-DH-GMP/Crypt-DH-GMP-0.0.120.ebuild b/dev-perl/Crypt-DH-GMP/Crypt-DH-GMP-0.0.120.ebuild index efbe8cc0bce5..fcbe47bd7161 100644 --- a/dev-perl/Crypt-DH-GMP/Crypt-DH-GMP-0.0.120.ebuild +++ b/dev-perl/Crypt-DH-GMP/Crypt-DH-GMP-0.0.120.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Crypt::DH Using GMP Directly" SLOT="0" KEYWORDS="amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-XSLoader-0.20.0 diff --git a/dev-perl/Crypt-DSA/Crypt-DSA-1.170.0.ebuild b/dev-perl/Crypt-DSA/Crypt-DSA-1.170.0.ebuild index 43704f409624..c406082899e7 100644 --- a/dev-perl/Crypt-DSA/Crypt-DSA-1.170.0.ebuild +++ b/dev-perl/Crypt-DSA/Crypt-DSA-1.170.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="DSA Signatures and Key Generation" SLOT="0" KEYWORDS="alpha amd64 hppa ppc sparc x86 ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-perl/Data-Buffer dev-perl/Digest-SHA1 diff --git a/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.120.0.ebuild b/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.120.0.ebuild index a7206bdf0cf4..e3fe98589d1f 100644 --- a/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.120.0.ebuild +++ b/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.120.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Pure-Perl OpenPGP-compatible PGP implementation" SLOT="0" KEYWORDS="amd64 x86 ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" # Note: Don't depend on Alt::, non Alt:: works for now RDEPEND=" diff --git a/dev-perl/Crypt-OpenSSL-EC/Crypt-OpenSSL-EC-1.310.0.ebuild b/dev-perl/Crypt-OpenSSL-EC/Crypt-OpenSSL-EC-1.310.0.ebuild index bcfd5243bc01..2f3f724c73d2 100644 --- a/dev-perl/Crypt-OpenSSL-EC/Crypt-OpenSSL-EC-1.310.0.ebuild +++ b/dev-perl/Crypt-OpenSSL-EC/Crypt-OpenSSL-EC-1.310.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ DESCRIPTION="Perl extension for OpenSSL EC (Elliptic Curves) library" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test libressl" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Crypt-OpenSSL-Bignum-0.40.0 diff --git a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0.ebuild b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0.ebuild index c57b55993987..df787f74a2de 100644 --- a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0.ebuild +++ b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Perl extension for the RIPEMD-160 Hash function" SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" export OPTIMIZE="$CFLAGS" diff --git a/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.120.0.ebuild b/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.120.0.ebuild index 43d1c5b8f1f7..ee2919754bb4 100644 --- a/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.120.0.ebuild +++ b/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.120.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Get weak or strong random data from pluggable sources" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Capture-Tiny-0.80.0 diff --git a/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.130.0.ebuild b/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.130.0.ebuild index aa4cbe98798d..cfaa5e362eed 100644 --- a/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.130.0.ebuild +++ b/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.130.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,6 +13,7 @@ LICENSE="LGPL-3" SLOT="0" KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" DEPEND=" virtual/perl-ExtUtils-MakeMaker diff --git a/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.140.0.ebuild b/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.140.0.ebuild index 61616990de5d..85cc1b1f599b 100644 --- a/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.140.0.ebuild +++ b/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.140.0.ebuild @@ -13,6 +13,7 @@ LICENSE="LGPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" DEPEND=" virtual/perl-ExtUtils-MakeMaker diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.190.0.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.190.0.ebuild index a4dd0146c678..2a2df7ca342b 100644 --- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.190.0.ebuild +++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.190.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="S/MIME message signing, verification, encryption and decryption" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="libressl test minimal" +RESTRICT="!test? ( test )" RDEPEND=" !libressl? ( >=dev-libs/openssl-0.9.9:0 ) diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.250.0.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.250.0.ebuild index 61f476d4edb6..318ec34edfe7 100644 --- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.250.0.ebuild +++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.250.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="S/MIME message signing, verification, encryption and decryption" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="libressl test minimal" +RESTRICT="!test? ( test )" RDEPEND=" !libressl? ( >=dev-libs/openssl-0.9.9:0 ) diff --git a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r1.ebuild b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r1.ebuild index 2d382a2528ee..f5cbd34b1b0d 100644 --- a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r1.ebuild +++ b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,6 +13,7 @@ LICENSE="Artistic-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="libressl test" +RESTRICT="!test? ( test )" RDEPEND=" !libressl? ( >=dev-libs/openssl-0.9.7c:0 ) diff --git a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild index 4bf3dd1a91af..80b540ebaa3a 100644 --- a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild +++ b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ LICENSE="Artistic-2" SLOT="0" KEYWORDS="alpha amd64 arm ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="libressl test" +RESTRICT="!test? ( test )" RDEPEND=" !libressl? ( >=dev-libs/openssl-0.9.7c:0= ) diff --git a/dev-perl/Crypt-Simple/Crypt-Simple-0.60.0-r1.ebuild b/dev-perl/Crypt-Simple/Crypt-Simple-0.60.0-r1.ebuild index dc302bc3623d..8a73e28196c7 100644 --- a/dev-perl/Crypt-Simple/Crypt-Simple-0.60.0-r1.ebuild +++ b/dev-perl/Crypt-Simple/Crypt-Simple-0.60.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Crypt::Simple - encrypt stuff simply" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-perl/FreezeThaw virtual/perl-IO-Compress diff --git a/dev-perl/Crypt-URandom/Crypt-URandom-0.360.0.ebuild b/dev-perl/Crypt-URandom/Crypt-URandom-0.360.0.ebuild index 1d54ce602c55..0e6eeaf165ba 100644 --- a/dev-perl/Crypt-URandom/Crypt-URandom-0.360.0.ebuild +++ b/dev-perl/Crypt-URandom/Crypt-URandom-0.360.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Provide non blocking randomness" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Crypt-X509/Crypt-X509-0.510.0.ebuild b/dev-perl/Crypt-X509/Crypt-X509-0.510.0.ebuild index 71e50ca6d2ec..75a4d3f39987 100644 --- a/dev-perl/Crypt-X509/Crypt-X509-0.510.0.ebuild +++ b/dev-perl/Crypt-X509/Crypt-X509-0.510.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,6 +13,7 @@ LICENSE="Artistic-2" SLOT="0" KEYWORDS="amd64" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="${RDEPEND} diff --git a/dev-perl/CryptX/CryptX-0.53.0.ebuild b/dev-perl/CryptX/CryptX-0.53.0.ebuild index 98416f2d645b..919579dc3489 100644 --- a/dev-perl/CryptX/CryptX-0.53.0.ebuild +++ b/dev-perl/CryptX/CryptX-0.53.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ DESCRIPTION="Self-contained crypto toolkit" SLOT="0" KEYWORDS="amd64 x86" IUSE="test minimal" +RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-Exporter-5.590.0 diff --git a/dev-perl/CryptX/CryptX-0.64.0.ebuild b/dev-perl/CryptX/CryptX-0.64.0.ebuild index b1a7e49d33fb..601beefc2f56 100644 --- a/dev-perl/CryptX/CryptX-0.64.0.ebuild +++ b/dev-perl/CryptX/CryptX-0.64.0.ebuild @@ -11,6 +11,7 @@ DESCRIPTION="Self-contained crypto toolkit" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test minimal" +RESTRICT="!test? ( test )" RDEPEND=" !minimal? ( diff --git a/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild b/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild index fbc619a957d8..3c2c865d6aaf 100644 --- a/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild +++ b/dev-perl/Curses-UI/Curses-UI-0.960.900-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Perl UI framework based on the curses library" SLOT="0" KEYWORDS="amd64 hppa ppc ppc64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-perl/Curses dev-perl/TermReadKey" diff --git a/dev-perl/Curses/Curses-1.360.0.ebuild b/dev-perl/Curses/Curses-1.360.0.ebuild index 60ca9136a60c..b332b1fd8959 100644 --- a/dev-perl/Curses/Curses-1.360.0.ebuild +++ b/dev-perl/Curses/Curses-1.360.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION="Curses interface modules for Perl" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 ~sh sparc x86 ~sparc-solaris ~x86-solaris" IUSE="+unicode test" +RESTRICT="!test? ( test )" RDEPEND=">=sys-libs/ncurses-5:0=[unicode?] virtual/perl-Data-Dumper diff --git a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild index e5016f5d52a8..7a5aa337f6b8 100644 --- a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild +++ b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Temporary changing working directory (chdir)" SLOT="0" KEYWORDS="amd64 hppa ~ppc x86" IUSE="test minimal" +RESTRICT="!test? ( test )" # Cwd -> perl-File-Spec RDEPEND=" virtual/perl-File-Spec diff --git a/dev-perl/DBD-MariaDB/DBD-MariaDB-1.210.0.ebuild b/dev-perl/DBD-MariaDB/DBD-MariaDB-1.210.0.ebuild index c9433204e7dc..82ac4fa01fb0 100644 --- a/dev-perl/DBD-MariaDB/DBD-MariaDB-1.210.0.ebuild +++ b/dev-perl/DBD-MariaDB/DBD-MariaDB-1.210.0.ebuild @@ -11,6 +11,7 @@ DESCRIPTION="MariaDB and MySQL driver for the Perl5 Database Interface (DBI)" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test +mariadb mysql minimal" +RESTRICT="!test? ( test )" REQUIRED_USE="^^ ( mysql mariadb )" RDEPEND=" diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.560.0.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.560.0.ebuild index 7b319475f48e..348ad44aa3be 100644 --- a/dev-perl/DBD-SQLite/DBD-SQLite-1.560.0.ebuild +++ b/dev-perl/DBD-SQLite/DBD-SQLite-1.560.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Self Contained RDBMS in a DBI Driver" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="test system-sqlite" +RESTRICT="!test? ( test )" # Please read https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/dev-perl/DBD-SQLite # when bumping versions re: system-sqlite interop diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.580.0.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.580.0.ebuild index aea0d570739a..873f88b27222 100644 --- a/dev-perl/DBD-SQLite/DBD-SQLite-1.580.0.ebuild +++ b/dev-perl/DBD-SQLite/DBD-SQLite-1.580.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Self Contained RDBMS in a DBI Driver" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~riscv s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="test system-sqlite" +RESTRICT="!test? ( test )" # Please read https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/dev-perl/DBD-SQLite # when bumping versions re: system-sqlite interop diff --git a/dev-perl/DBD-mysql/DBD-mysql-4.44.0-r1.ebuild b/dev-perl/DBD-mysql/DBD-mysql-4.44.0-r1.ebuild index ac083c903f9e..dc46aa242585 100644 --- a/dev-perl/DBD-mysql/DBD-mysql-4.44.0-r1.ebuild +++ b/dev-perl/DBD-mysql/DBD-mysql-4.44.0-r1.ebuild @@ -13,6 +13,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="test +ssl" +RESTRICT="!test? ( test )" RDEPEND=">=dev-perl/DBI-1.609.0 dev-db/mysql-connector-c:= diff --git a/dev-perl/DBD-mysql/DBD-mysql-4.44.0-r2.ebuild b/dev-perl/DBD-mysql/DBD-mysql-4.44.0-r2.ebuild index 293180230eed..7990f37b2599 100644 --- a/dev-perl/DBD-mysql/DBD-mysql-4.44.0-r2.ebuild +++ b/dev-perl/DBD-mysql/DBD-mysql-4.44.0-r2.ebuild @@ -13,6 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="mariadb +mysql test +ssl" +RESTRICT="!test? ( test )" REQUIRED_USE="^^ ( mysql mariadb )" RDEPEND=">=dev-perl/DBI-1.609.0 diff --git a/dev-perl/DBD-mysql/DBD-mysql-4.50.0.ebuild b/dev-perl/DBD-mysql/DBD-mysql-4.50.0.ebuild index 4f268c86e07d..79609e1cbaa5 100644 --- a/dev-perl/DBD-mysql/DBD-mysql-4.50.0.ebuild +++ b/dev-perl/DBD-mysql/DBD-mysql-4.50.0.ebuild @@ -13,6 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="mariadb +mysql test +ssl" +RESTRICT="!test? ( test )" REQUIRED_USE="^^ ( mysql mariadb )" RDEPEND=">=dev-perl/DBI-1.609.0 diff --git a/dev-perl/DBI/DBI-1.637.0.ebuild b/dev-perl/DBI/DBI-1.637.0.ebuild index 607ee77028ed..b73ad27bf7be 100644 --- a/dev-perl/DBI/DBI-1.637.0.ebuild +++ b/dev-perl/DBI/DBI-1.637.0.ebuild @@ -13,6 +13,7 @@ DESCRIPTION="Database independent interface for Perl" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/PlRPC-0.200.0 diff --git a/dev-perl/DBICx-TestDatabase/DBICx-TestDatabase-0.50.0.ebuild b/dev-perl/DBICx-TestDatabase/DBICx-TestDatabase-0.50.0.ebuild index 1e043da5e0f4..30688a3e1951 100644 --- a/dev-perl/DBICx-TestDatabase/DBICx-TestDatabase-0.50.0.ebuild +++ b/dev-perl/DBICx-TestDatabase/DBICx-TestDatabase-0.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="create a temporary database from a DBIx::Class::Schema" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="virtual/perl-File-Temp >=dev-perl/DBD-SQLite-1.290.0 diff --git a/dev-perl/DBIx-Class-DynamicDefault/DBIx-Class-DynamicDefault-0.40.0.ebuild b/dev-perl/DBIx-Class-DynamicDefault/DBIx-Class-DynamicDefault-0.40.0.ebuild index 2180454c4a78..182fed4a2882 100644 --- a/dev-perl/DBIx-Class-DynamicDefault/DBIx-Class-DynamicDefault-0.40.0.ebuild +++ b/dev-perl/DBIx-Class-DynamicDefault/DBIx-Class-DynamicDefault-0.40.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Automatically set and update fields" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/DBIx-Class-0.81.270 diff --git a/dev-perl/DBIx-Class-InflateColumn-Boolean/DBIx-Class-InflateColumn-Boolean-0.3.0.ebuild b/dev-perl/DBIx-Class-InflateColumn-Boolean/DBIx-Class-InflateColumn-Boolean-0.3.0.ebuild index 20d38cad4109..652043d066a5 100644 --- a/dev-perl/DBIx-Class-InflateColumn-Boolean/DBIx-Class-InflateColumn-Boolean-0.3.0.ebuild +++ b/dev-perl/DBIx-Class-InflateColumn-Boolean/DBIx-Class-InflateColumn-Boolean-0.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Auto-create boolean objects from columns" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-perl/DBIx-Class-0.80.0" DEPEND="${RDEPEND} diff --git a/dev-perl/DBIx-Class-InflateColumn-IP/DBIx-Class-InflateColumn-IP-0.20.30-r1.ebuild b/dev-perl/DBIx-Class-InflateColumn-IP/DBIx-Class-InflateColumn-IP-0.20.30-r1.ebuild index ef520397ac63..a6a213a602f5 100644 --- a/dev-perl/DBIx-Class-InflateColumn-IP/DBIx-Class-InflateColumn-IP-0.20.30-r1.ebuild +++ b/dev-perl/DBIx-Class-InflateColumn-IP/DBIx-Class-InflateColumn-IP-0.20.30-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Auto-create NetAddr::IP objects from columns" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/NetAddr-IP diff --git a/dev-perl/DBIx-Class-InflateColumn-Object-Enum/DBIx-Class-InflateColumn-Object-Enum-0.60.0.ebuild b/dev-perl/DBIx-Class-InflateColumn-Object-Enum/DBIx-Class-InflateColumn-Object-Enum-0.60.0.ebuild index a1486c53efa4..3e325dd76d6f 100644 --- a/dev-perl/DBIx-Class-InflateColumn-Object-Enum/DBIx-Class-InflateColumn-Object-Enum-0.60.0.ebuild +++ b/dev-perl/DBIx-Class-InflateColumn-Object-Enum/DBIx-Class-InflateColumn-Object-Enum-0.60.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Allows a DBIx::Class user to define a Object::Enum column" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-perl/DBIx-Class dev-perl/Object-Enum diff --git a/dev-perl/DBIx-Class-UserStamp/DBIx-Class-UserStamp-0.110.0-r1.ebuild b/dev-perl/DBIx-Class-UserStamp/DBIx-Class-UserStamp-0.110.0-r1.ebuild index ccd6d0d44a2d..5a837e2226de 100644 --- a/dev-perl/DBIx-Class-UserStamp/DBIx-Class-UserStamp-0.110.0-r1.ebuild +++ b/dev-perl/DBIx-Class-UserStamp/DBIx-Class-UserStamp-0.110.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Automatically set update and create user id fields" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-perl/Class-Accessor-Grouped dev-perl/DBIx-Class-DynamicDefault diff --git a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.30.0-r1.ebuild b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.30.0-r1.ebuild index 9e8698758c33..0f584e0bfbeb 100644 --- a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.30.0-r1.ebuild +++ b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.30.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Add contextual fetches to DBI" SLOT="0" KEYWORDS="amd64 ia64 ~ppc ppc64 sparc x86 ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-perl/DBI-1.37" DEPEND="${RDEPEND} diff --git a/dev-perl/DBIx-Migration/DBIx-Migration-0.70.0.ebuild b/dev-perl/DBIx-Migration/DBIx-Migration-0.70.0.ebuild index be3fe153f178..9f075a2c396f 100644 --- a/dev-perl/DBIx-Migration/DBIx-Migration-0.70.0.ebuild +++ b/dev-perl/DBIx-Migration/DBIx-Migration-0.70.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Seamless DB schema up- and downgrades" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-perl/File-Slurp virtual/perl-File-Spec diff --git a/dev-perl/DBIx-SearchBuilder/DBIx-SearchBuilder-1.660.0-r1.ebuild b/dev-perl/DBIx-SearchBuilder/DBIx-SearchBuilder-1.660.0-r1.ebuild index be766d47c290..2526c104a8e5 100644 --- a/dev-perl/DBIx-SearchBuilder/DBIx-SearchBuilder-1.660.0-r1.ebuild +++ b/dev-perl/DBIx-SearchBuilder/DBIx-SearchBuilder-1.660.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Encapsulate SQL queries and rows in simple Perl objects" SLOT="0" KEYWORDS="amd64 hppa ~ppc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Cache-Simple-TimedExpiry-0.210.0 diff --git a/dev-perl/DBIx-SearchBuilder/DBIx-SearchBuilder-1.670.0.ebuild b/dev-perl/DBIx-SearchBuilder/DBIx-SearchBuilder-1.670.0.ebuild index c9792fca9e0d..52b34f141318 100644 --- a/dev-perl/DBIx-SearchBuilder/DBIx-SearchBuilder-1.670.0.ebuild +++ b/dev-perl/DBIx-SearchBuilder/DBIx-SearchBuilder-1.670.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION="Encapsulate SQL queries and rows in simple Perl objects" SLOT="0" KEYWORDS="amd64 hppa ~ppc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Cache-Simple-TimedExpiry-0.210.0 diff --git a/dev-perl/DBIx-Simple/DBIx-Simple-1.350.0-r1.ebuild b/dev-perl/DBIx-Simple/DBIx-Simple-1.350.0-r1.ebuild index 663a55b5191a..a8d5f390eaed 100644 --- a/dev-perl/DBIx-Simple/DBIx-Simple-1.350.0-r1.ebuild +++ b/dev-perl/DBIx-Simple/DBIx-Simple-1.350.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,6 +18,7 @@ LICENSE="|| ( AFL-3.0 AGPL-3 APL-1.0 Apache-2.0 BSD-2 Boost-1.0 CDDL CPAL-1.0 SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test minimal" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/DBI-1.210.0 diff --git a/dev-perl/Daemon-Generic/Daemon-Generic-0.850.0.ebuild b/dev-perl/Daemon-Generic/Daemon-Generic-0.850.0.ebuild index f8c5f80def42..78c0fae09221 100644 --- a/dev-perl/Daemon-Generic/Daemon-Generic-0.850.0.ebuild +++ b/dev-perl/Daemon-Generic/Daemon-Generic-0.850.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION="Framework to provide start/stop/reload for a daemon" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/File-Flock-2013.60.0 diff --git a/dev-perl/Data-AMF/Data-AMF-0.90.0-r1.ebuild b/dev-perl/Data-AMF/Data-AMF-0.90.0-r1.ebuild index f1c1192fc62a..53443fc4863c 100644 --- a/dev-perl/Data-AMF/Data-AMF-0.90.0-r1.ebuild +++ b/dev-perl/Data-AMF/Data-AMF-0.90.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="(de)serializer perl module for Adobe's AMF (Action Message Format)" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-perl/DateTime dev-perl/Any-Moose diff --git a/dev-perl/Data-Compare/Data-Compare-1.250.0.ebuild b/dev-perl/Data-Compare/Data-Compare-1.250.0.ebuild index 79abf10f7d32..5286f85f4ae6 100644 --- a/dev-perl/Data-Compare/Data-Compare-1.250.0.ebuild +++ b/dev-perl/Data-Compare/Data-Compare-1.250.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Compare perl data structures" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 hppa ~ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/File-Find-Rule-0.100.0 diff --git a/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.400.0.ebuild b/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.400.0.ebuild index d6212f58e644..77ef58a4c9a7 100644 --- a/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.400.0.ebuild +++ b/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.400.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Accurately serialize a data structure as Perl code" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/B-Utils diff --git a/dev-perl/Data-Dumper-Concise/Data-Dumper-Concise-2.23.0.ebuild b/dev-perl/Data-Dumper-Concise/Data-Dumper-Concise-2.23.0.ebuild index 8f3ff6ebbeee..970022232257 100644 --- a/dev-perl/Data-Dumper-Concise/Data-Dumper-Concise-2.23.0.ebuild +++ b/dev-perl/Data-Dumper-Concise/Data-Dumper-Concise-2.23.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Less indentation and newlines plus sub deparsing" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86 ~ppc-aix ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Data-Dumper diff --git a/dev-perl/Data-Float/Data-Float-0.13.0.ebuild b/dev-perl/Data-Float/Data-Float-0.13.0.ebuild index b40cd0e4015e..723c7dca5368 100644 --- a/dev-perl/Data-Float/Data-Float-0.13.0.ebuild +++ b/dev-perl/Data-Float/Data-Float-0.13.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="details of the floating point data type" SLOT="0" KEYWORDS="~amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="virtual/perl-Carp virtual/perl-Exporter diff --git a/dev-perl/Data-FormValidator/Data-FormValidator-4.880.0.ebuild b/dev-perl/Data-FormValidator/Data-FormValidator-4.880.0.ebuild index 63b2a572fe9a..8718777f0b26 100644 --- a/dev-perl/Data-FormValidator/Data-FormValidator-4.880.0.ebuild +++ b/dev-perl/Data-FormValidator/Data-FormValidator-4.880.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Validates user input (usually from an HTML form) based on input pro SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-perl/Image-Size >=dev-perl/Date-Calc-5.0 diff --git a/dev-perl/Data-GUID/Data-GUID-0.49.0.ebuild b/dev-perl/Data-GUID/Data-GUID-0.49.0.ebuild index bcb2735c6e41..c6fa9115c0fb 100644 --- a/dev-perl/Data-GUID/Data-GUID-0.49.0.ebuild +++ b/dev-perl/Data-GUID/Data-GUID-0.49.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Simple interface for generating and using globally unique identifie SLOT="0" KEYWORDS="amd64" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Data-Hierarchy/Data-Hierarchy-0.340.0-r1.ebuild b/dev-perl/Data-Hierarchy/Data-Hierarchy-0.340.0-r1.ebuild index 754b4475dfa0..8383ab2ac1c1 100644 --- a/dev-perl/Data-Hierarchy/Data-Hierarchy-0.340.0-r1.ebuild +++ b/dev-perl/Data-Hierarchy/Data-Hierarchy-0.340.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Data::Hierarchy - Handle data in a hierarchical structure" SLOT="0" KEYWORDS="alpha amd64 ia64 ~mips ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="${RDEPEND} diff --git a/dev-perl/Data-ICal/Data-ICal-0.220.0.ebuild b/dev-perl/Data-ICal/Data-ICal-0.220.0.ebuild index 7f14661d9f13..618269e0d737 100644 --- a/dev-perl/Data-ICal/Data-ICal-0.220.0.ebuild +++ b/dev-perl/Data-ICal/Data-ICal-0.220.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Generates iCalendar (RFC 2445) calendar files" SLOT="0" KEYWORDS="amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/Class-Accessor diff --git a/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.150.0.ebuild b/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.150.0.ebuild index 554e044d11c0..58a74617018f 100644 --- a/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.150.0.ebuild +++ b/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.150.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Simple, transparent data interface, with caching" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-perl/Class-Trigger dev-perl/Class-Data-Inheritable diff --git a/dev-perl/Data-OptList/Data-OptList-0.110.0.ebuild b/dev-perl/Data-OptList/Data-OptList-0.110.0.ebuild index ee7a402a47ce..27a198bbd712 100644 --- a/dev-perl/Data-OptList/Data-OptList-0.110.0.ebuild +++ b/dev-perl/Data-OptList/Data-OptList-0.110.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="parse and validate simple name/value option pairs" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Sub-Install-0.921.0 diff --git a/dev-perl/Data-Page-Pageset/Data-Page-Pageset-1.20.0-r1.ebuild b/dev-perl/Data-Page-Pageset/Data-Page-Pageset-1.20.0-r1.ebuild index d7a1d404b5d7..b44dec0beefd 100644 --- a/dev-perl/Data-Page-Pageset/Data-Page-Pageset-1.20.0-r1.ebuild +++ b/dev-perl/Data-Page-Pageset/Data-Page-Pageset-1.20.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION="change long page list to be shorter and well navigate" SLOT="0" KEYWORDS="amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Data-Page-2.0.0 diff --git a/dev-perl/Data-Page/Data-Page-2.20.0-r1.ebuild b/dev-perl/Data-Page/Data-Page-2.20.0-r1.ebuild index d207db110855..c2eadc9e5a4a 100644 --- a/dev-perl/Data-Page/Data-Page-2.20.0-r1.ebuild +++ b/dev-perl/Data-Page/Data-Page-2.20.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="help when paging through sets of results" SLOT="0" KEYWORDS="amd64 ~x86 ~ppc-aix ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-perl/Class-Accessor-Chained" DEPEND="dev-perl/Module-Build diff --git a/dev-perl/Data-Perl/Data-Perl-0.2.9-r1.ebuild b/dev-perl/Data-Perl/Data-Perl-0.2.9-r1.ebuild index 6a779edde9cf..2eb55bcc5fa4 100644 --- a/dev-perl/Data-Perl/Data-Perl-0.2.9-r1.ebuild +++ b/dev-perl/Data-Perl/Data-Perl-0.2.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Base classes wrapping fundamental Perl data types" SLOT="0" KEYWORDS="amd64 hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/Class-Method-Modifiers diff --git a/dev-perl/Data-Perl/Data-Perl-0.2.9.ebuild b/dev-perl/Data-Perl/Data-Perl-0.2.9.ebuild index f2fa16c3580c..9100129e0a7b 100644 --- a/dev-perl/Data-Perl/Data-Perl-0.2.9.ebuild +++ b/dev-perl/Data-Perl/Data-Perl-0.2.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Base classes wrapping fundamental Perl data types" SLOT="0" KEYWORDS="amd64 hppa ppc x86 ~ppc-macos" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/Class-Method-Modifiers diff --git a/dev-perl/Data-Random/Data-Random-0.120.0.ebuild b/dev-perl/Data-Random/Data-Random-0.120.0.ebuild index 6ec4f49486d7..e3628bf99129 100644 --- a/dev-perl/Data-Random/Data-Random-0.120.0.ebuild +++ b/dev-perl/Data-Random/Data-Random-0.120.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="A module used to generate random data" SLOT="0" KEYWORDS="amd64 sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Data-Section/Data-Section-0.200.7.ebuild b/dev-perl/Data-Section/Data-Section-0.200.7.ebuild index 1497196a044a..6e9c63b8a3db 100644 --- a/dev-perl/Data-Section/Data-Section-0.200.7.ebuild +++ b/dev-perl/Data-Section/Data-Section-0.200.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,6 +10,7 @@ DESCRIPTION="read multiple hunks of data out of your DATA section" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" # r: strict, warnings -> perl RDEPEND=" virtual/perl-Encode diff --git a/dev-perl/Data-Serializer/Data-Serializer-0.600.0-r1.ebuild b/dev-perl/Data-Serializer/Data-Serializer-0.600.0-r1.ebuild index 5548873b3a1c..036ff061b06f 100644 --- a/dev-perl/Data-Serializer/Data-Serializer-0.600.0-r1.ebuild +++ b/dev-perl/Data-Serializer/Data-Serializer-0.600.0-r1.ebuild @@ -13,6 +13,7 @@ LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-AutoLoader diff --git a/dev-perl/Data-Stream-Bulk/Data-Stream-Bulk-0.110.0-r1.ebuild b/dev-perl/Data-Stream-Bulk/Data-Stream-Bulk-0.110.0-r1.ebuild index 08724bcc518f..13351818bdc7 100644 --- a/dev-perl/Data-Stream-Bulk/Data-Stream-Bulk-0.110.0-r1.ebuild +++ b/dev-perl/Data-Stream-Bulk/Data-Stream-Bulk-0.110.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="N at a time iteration API" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-perl/Moose dev-perl/Sub-Exporter diff --git a/dev-perl/Data-Structure-Util/Data-Structure-Util-0.160.0.ebuild b/dev-perl/Data-Structure-Util/Data-Structure-Util-0.160.0.ebuild index 30af090e3e60..be9282ac8fb6 100644 --- a/dev-perl/Data-Structure-Util/Data-Structure-Util-0.160.0.ebuild +++ b/dev-perl/Data-Structure-Util/Data-Structure-Util-0.160.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Change nature of data within a structure" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Digest-MD5 diff --git a/dev-perl/Data-Types/Data-Types-0.90.0.ebuild b/dev-perl/Data-Types/Data-Types-0.90.0.ebuild index 6b50ddf319b7..03f2d7db686f 100644 --- a/dev-perl/Data-Types/Data-Types-0.90.0.ebuild +++ b/dev-perl/Data-Types/Data-Types-0.90.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Validate and convert data types." SLOT="0" KEYWORDS="amd64" IUSE="test" +RESTRICT="!test? ( test )" SRC_TEST=do DEPEND="dev-perl/Module-Build test? ( virtual/perl-Test-Simple )" diff --git a/dev-perl/Data-Validate-Domain/Data-Validate-Domain-0.110.0.ebuild b/dev-perl/Data-Validate-Domain/Data-Validate-Domain-0.110.0.ebuild index d6e4d6d910a2..75d67c50c0b4 100644 --- a/dev-perl/Data-Validate-Domain/Data-Validate-Domain-0.110.0.ebuild +++ b/dev-perl/Data-Validate-Domain/Data-Validate-Domain-0.110.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,6 +13,7 @@ DESCRIPTION="Domain and host name validation" SLOT="0" KEYWORDS="amd64 hppa sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Exporter diff --git a/dev-perl/Data-Validate-Domain/Data-Validate-Domain-0.140.0.ebuild b/dev-perl/Data-Validate-Domain/Data-Validate-Domain-0.140.0.ebuild index 0b1496661b4c..f5c06d24b08c 100644 --- a/dev-perl/Data-Validate-Domain/Data-Validate-Domain-0.140.0.ebuild +++ b/dev-perl/Data-Validate-Domain/Data-Validate-Domain-0.140.0.ebuild @@ -13,6 +13,7 @@ DESCRIPTION="Domain and host name validation" SLOT="0" KEYWORDS="amd64 hppa sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Exporter diff --git a/dev-perl/Data-Validate-IP/Data-Validate-IP-0.270.0.ebuild b/dev-perl/Data-Validate-IP/Data-Validate-IP-0.270.0.ebuild index 8502af25055a..e9e20ceef57b 100644 --- a/dev-perl/Data-Validate-IP/Data-Validate-IP-0.270.0.ebuild +++ b/dev-perl/Data-Validate-IP/Data-Validate-IP-0.270.0.ebuild @@ -14,6 +14,7 @@ DESCRIPTION="Lightweight IPv4 and IPv6 validation module" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Exporter diff --git a/dev-perl/Data-Visitor/Data-Visitor-0.300.0-r1.ebuild b/dev-perl/Data-Visitor/Data-Visitor-0.300.0-r1.ebuild index 1c319e8300b9..9d54e371ba72 100644 --- a/dev-perl/Data-Visitor/Data-Visitor-0.300.0-r1.ebuild +++ b/dev-perl/Data-Visitor/Data-Visitor-0.300.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Visitor style traversal of Perl data structures" SLOT="0" KEYWORDS="~amd64 ~x86 ~x64-macos" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Class-Load-0.60.0 diff --git a/dev-perl/Date-Extract/Date-Extract-0.60.0.ebuild b/dev-perl/Date-Extract/Date-Extract-0.60.0.ebuild index 54fd83e3477a..8bf6f30a00c3 100644 --- a/dev-perl/Date-Extract/Date-Extract-0.60.0.ebuild +++ b/dev-perl/Date-Extract/Date-Extract-0.60.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Extract probable dates from strings" SLOT="0" KEYWORDS="amd64" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Date-Manip/Date-Manip-6.600.0.ebuild b/dev-perl/Date-Manip/Date-Manip-6.600.0.ebuild index 6f1d8f9bb739..abe2a60f9e4c 100644 --- a/dev-perl/Date-Manip/Date-Manip-6.600.0.ebuild +++ b/dev-perl/Date-Manip/Date-Manip-6.600.0.ebuild @@ -13,6 +13,7 @@ DESCRIPTION="Perl date manipulation routines" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="elibc_musl test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/DateTime-Calendar-Julian/DateTime-Calendar-Julian-0.40.0.ebuild b/dev-perl/DateTime-Calendar-Julian/DateTime-Calendar-Julian-0.40.0.ebuild index 29801fcb34ac..06f38df44fc2 100644 --- a/dev-perl/DateTime-Calendar-Julian/DateTime-Calendar-Julian-0.40.0.ebuild +++ b/dev-perl/DateTime-Calendar-Julian/DateTime-Calendar-Julian-0.40.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ DESCRIPTION="Dates in the Julian calendar" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-perl/DateTime-0.80.0" DEPEND="${RDEPEND} diff --git a/dev-perl/DateTime-Format-Flexible/DateTime-Format-Flexible-0.280.0.ebuild b/dev-perl/DateTime-Format-Flexible/DateTime-Format-Flexible-0.280.0.ebuild index d14afe324c37..435b4d584cef 100644 --- a/dev-perl/DateTime-Format-Flexible/DateTime-Format-Flexible-0.280.0.ebuild +++ b/dev-perl/DateTime-Format-Flexible/DateTime-Format-Flexible-0.280.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION="Flexibly parse strings and turn them into DateTime objects" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/DateTime diff --git a/dev-perl/DateTime-Format-HTTP/DateTime-Format-HTTP-0.420.0.ebuild b/dev-perl/DateTime-Format-HTTP/DateTime-Format-HTTP-0.420.0.ebuild index 2ad1fc1f9a07..1ad7af39eae2 100644 --- a/dev-perl/DateTime-Format-HTTP/DateTime-Format-HTTP-0.420.0.ebuild +++ b/dev-perl/DateTime-Format-HTTP/DateTime-Format-HTTP-0.420.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Date conversion routines" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/DateTime-0.170.0 diff --git a/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.80.0-r1.ebuild b/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.80.0-r1.ebuild index a893a79d5930..7ee4c5a3e501 100644 --- a/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.80.0-r1.ebuild +++ b/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.80.0-r1.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Parses ISO8601 formats" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-perl/DateTime dev-perl/DateTime-Format-Builder" diff --git a/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.403.0.ebuild b/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.403.0.ebuild index 0cbf756c5421..af2003c03a5f 100644 --- a/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.403.0.ebuild +++ b/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.403.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Convert between DateTime and RFC2822/822 formats" SLOT="0" KEYWORDS="alpha amd64 arm arm64 ia64 ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.50.0.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.50.0.ebuild index ecc2d59b6c9d..13b6af25dbcc 100644 --- a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.50.0.ebuild +++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Parse informal natural language date/time strings" SLOT="0" KEYWORDS="amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.700.0.ebuild b/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.700.0.ebuild index b3bee3ee9355..47dee685809e 100644 --- a/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.700.0.ebuild +++ b/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.700.0.ebuild @@ -13,6 +13,7 @@ LICENSE="Artistic-2" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~x64-macos ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.740.0.ebuild b/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.740.0.ebuild index eae33ecfb96e..c9839dd7ceb5 100644 --- a/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.740.0.ebuild +++ b/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.740.0.ebuild @@ -13,6 +13,7 @@ LICENSE="Artistic-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.70.0.ebuild b/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.70.0.ebuild index 4549ea82407a..3c9ac4b08f4b 100644 --- a/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.70.0.ebuild +++ b/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.70.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Parse and format W3CDTF datetime strings" SLOT="0" KEYWORDS="alpha amd64 ~arm arm64 ppc ppc64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-perl/DateTime" DEPEND="${RDEPEND} diff --git a/dev-perl/DateTime-Locale/DateTime-Locale-0.460.0.ebuild b/dev-perl/DateTime-Locale/DateTime-Locale-0.460.0.ebuild index e64cbb85a57b..c80c75f0c8ca 100644 --- a/dev-perl/DateTime-Locale/DateTime-Locale-0.460.0.ebuild +++ b/dev-perl/DateTime-Locale/DateTime-Locale-0.460.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,6 +13,7 @@ LICENSE="|| ( Artistic GPL-2 ) unicode" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild b/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild index e30c217a175e..103a63febdcd 100644 --- a/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild +++ b/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild @@ -14,6 +14,7 @@ LICENSE="|| ( Artistic GPL-2+ ) unicode" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/DateTime-Locale/DateTime-Locale-1.20.0.ebuild b/dev-perl/DateTime-Locale/DateTime-Locale-1.20.0.ebuild index 65038c546877..c710edacf9eb 100644 --- a/dev-perl/DateTime-Locale/DateTime-Locale-1.20.0.ebuild +++ b/dev-perl/DateTime-Locale/DateTime-Locale-1.20.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ LICENSE="|| ( Artistic GPL-2+ ) unicode" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/DateTime-Locale/DateTime-Locale-1.30.0.ebuild b/dev-perl/DateTime-Locale/DateTime-Locale-1.30.0.ebuild index fc3b6857eb4d..0f6af5d62f5b 100644 --- a/dev-perl/DateTime-Locale/DateTime-Locale-1.30.0.ebuild +++ b/dev-perl/DateTime-Locale/DateTime-Locale-1.30.0.ebuild @@ -14,6 +14,7 @@ LICENSE="|| ( Artistic GPL-2+ ) unicode" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/DateTime-Locale/DateTime-Locale-1.50.0.ebuild b/dev-perl/DateTime-Locale/DateTime-Locale-1.50.0.ebuild index bcb686734ce2..38923a9e3e18 100644 --- a/dev-perl/DateTime-Locale/DateTime-Locale-1.50.0.ebuild +++ b/dev-perl/DateTime-Locale/DateTime-Locale-1.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,6 +14,7 @@ LICENSE="|| ( Artistic GPL-2+ ) unicode" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/DateTime-Set/DateTime-Set-0.390.0.ebuild b/dev-perl/DateTime-Set/DateTime-Set-0.390.0.ebuild index c82aed036407..6b288b9da0e6 100644 --- a/dev-perl/DateTime-Set/DateTime-Set-0.390.0.ebuild +++ b/dev-perl/DateTime-Set/DateTime-Set-0.390.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Datetime sets and set math" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/DateTime-0.120.0 diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.930.0.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.930.0.ebuild index 5c6517f7b48a..fdf25d17a963 100644 --- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.930.0.ebuild +++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.930.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Time zone object base class and factory" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Class-Singleton-1.30.0 diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.940.0.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.940.0.ebuild index 055752cff190..af4020db329a 100644 --- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.940.0.ebuild +++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.940.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Time zone object base class and factory" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Class-Singleton-1.30.0 diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.10.0.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.10.0.ebuild index 974753c41e76..380269e2bac0 100644 --- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.10.0.ebuild +++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.10.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Time zone object base class and factory" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Class-Singleton-1.30.0 diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.110.0.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.110.0.ebuild index 656618a953ed..3190cecde347 100644 --- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.110.0.ebuild +++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.110.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Time zone object base class and factory" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Class-Singleton-1.30.0 diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild index 8e083ed9ccb6..07098ec689bc 100644 --- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild +++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Time zone object base class and factory" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Class-Singleton-1.30.0 diff --git a/dev-perl/DateTime-Tiny/DateTime-Tiny-1.60.0.ebuild b/dev-perl/DateTime-Tiny/DateTime-Tiny-1.60.0.ebuild index 00eace00fa67..52c6ca97a8a4 100644 --- a/dev-perl/DateTime-Tiny/DateTime-Tiny-1.60.0.ebuild +++ b/dev-perl/DateTime-Tiny/DateTime-Tiny-1.60.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="A date object, with as little code as possible" SLOT="0" KEYWORDS="~amd64" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/DateTime/DateTime-1.200.0.ebuild b/dev-perl/DateTime/DateTime-1.200.0.ebuild index 42992b38be30..745f91230fe1 100644 --- a/dev-perl/DateTime/DateTime-1.200.0.ebuild +++ b/dev-perl/DateTime/DateTime-1.200.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,6 +13,7 @@ LICENSE="Artistic-2" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/DateTime/DateTime-1.210.0.ebuild b/dev-perl/DateTime/DateTime-1.210.0.ebuild index d43bde4a9ac7..65a51c19356c 100644 --- a/dev-perl/DateTime/DateTime-1.210.0.ebuild +++ b/dev-perl/DateTime/DateTime-1.210.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ LICENSE="Artistic-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/DateTime/DateTime-1.280.0.ebuild b/dev-perl/DateTime/DateTime-1.280.0.ebuild index 589c2b9ff000..61ccbd16874f 100644 --- a/dev-perl/DateTime/DateTime-1.280.0.ebuild +++ b/dev-perl/DateTime/DateTime-1.280.0.ebuild @@ -13,6 +13,7 @@ LICENSE="Artistic-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/DateTime/DateTime-1.360.0.ebuild b/dev-perl/DateTime/DateTime-1.360.0.ebuild index 65135eda3ae4..dee5256636d6 100644 --- a/dev-perl/DateTime/DateTime-1.360.0.ebuild +++ b/dev-perl/DateTime/DateTime-1.360.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ LICENSE="Artistic-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" CONFLICTS=" !<=dev-perl/DateTime-Format-Mail-0.402.0 diff --git a/dev-perl/DateTime/DateTime-1.420.0.ebuild b/dev-perl/DateTime/DateTime-1.420.0.ebuild index 957b21f3fe19..2f3547199739 100644 --- a/dev-perl/DateTime/DateTime-1.420.0.ebuild +++ b/dev-perl/DateTime/DateTime-1.420.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ LICENSE="Artistic-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" CONFLICTS=" !<=dev-perl/DateTime-Format-Mail-0.402.0 diff --git a/dev-perl/DateTime/DateTime-1.440.0.ebuild b/dev-perl/DateTime/DateTime-1.440.0.ebuild index 17aa51aa1d69..e8bb9bbcc685 100644 --- a/dev-perl/DateTime/DateTime-1.440.0.ebuild +++ b/dev-perl/DateTime/DateTime-1.440.0.ebuild @@ -13,6 +13,7 @@ LICENSE="Artistic-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" CONFLICTS=" !<=dev-perl/DateTime-Format-Mail-0.402.0 diff --git a/dev-perl/DateTimeX-Easy/DateTimeX-Easy-0.89.0.ebuild b/dev-perl/DateTimeX-Easy/DateTimeX-Easy-0.89.0.ebuild index fffe475d48c5..924d6d98abe2 100644 --- a/dev-perl/DateTimeX-Easy/DateTimeX-Easy-0.89.0.ebuild +++ b/dev-perl/DateTimeX-Easy/DateTimeX-Easy-0.89.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Parse a date/time string using the best method available" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-perl/DateTime dev-perl/TimeDate diff --git a/dev-perl/Debug-Client/Debug-Client-0.310.0.ebuild b/dev-perl/Debug-Client/Debug-Client-0.310.0.ebuild index e968255ef0ec..a8028bf48bf1 100644 --- a/dev-perl/Debug-Client/Debug-Client-0.310.0.ebuild +++ b/dev-perl/Debug-Client/Debug-Client-0.310.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Client side code for perl debugger" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-Carp-1.330.100 diff --git a/dev-perl/Devel-ArgNames/Devel-ArgNames-0.30.0-r1.ebuild b/dev-perl/Devel-ArgNames/Devel-ArgNames-0.30.0-r1.ebuild index 8e94af28c2cf..e6c26e2fd23e 100644 --- a/dev-perl/Devel-ArgNames/Devel-ArgNames-0.30.0-r1.ebuild +++ b/dev-perl/Devel-ArgNames/Devel-ArgNames-0.30.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Figure out the names of variables passed into subroutines" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-perl/PadWalker" DEPEND="${RDEPEND} diff --git a/dev-perl/Devel-CallChecker/Devel-CallChecker-0.8.0.ebuild b/dev-perl/Devel-CallChecker/Devel-CallChecker-0.8.0.ebuild index 3053af0e44c2..742e28b737e8 100644 --- a/dev-perl/Devel-CallChecker/Devel-CallChecker-0.8.0.ebuild +++ b/dev-perl/Devel-CallChecker/Devel-CallChecker-0.8.0.ebuild @@ -11,6 +11,7 @@ DESCRIPTION="Custom OP checking attached to subroutines" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/DynaLoader-Functions-0.1.0 diff --git a/dev-perl/Devel-CheckBin/Devel-CheckBin-0.40.0.ebuild b/dev-perl/Devel-CheckBin/Devel-CheckBin-0.40.0.ebuild index f6f673990e74..ee6e4a105a1a 100644 --- a/dev-perl/Devel-CheckBin/Devel-CheckBin-0.40.0.ebuild +++ b/dev-perl/Devel-CheckBin/Devel-CheckBin-0.40.0.ebuild @@ -11,6 +11,7 @@ DESCRIPTION="check that a command is available" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Exporter diff --git a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild index f84b5ccbf079..21a9a4785e29 100644 --- a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild +++ b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Check the compiler's availability" SLOT="0" KEYWORDS="amd64 hppa ~ppc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Exporter diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild index d3946bf0c052..95f041d76303 100644 --- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild +++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="check that a library is available" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ~ppc64 sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-File-Temp-0.160.0 diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.130.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.130.0.ebuild index 364413db9427..00184fa29b7f 100644 --- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.130.0.ebuild +++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.130.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="check that a library is available" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-File-Temp-0.160.0 diff --git a/dev-perl/Devel-CheckOS/Devel-CheckOS-1.810.0.ebuild b/dev-perl/Devel-CheckOS/Devel-CheckOS-1.810.0.ebuild index 3ab4725a080a..32a9032e161a 100644 --- a/dev-perl/Devel-CheckOS/Devel-CheckOS-1.810.0.ebuild +++ b/dev-perl/Devel-CheckOS/Devel-CheckOS-1.810.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ DESCRIPTION="require that we are running on a particular OS" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Data-Compare-1.210.0 diff --git a/dev-perl/Devel-Cover/Devel-Cover-1.290.0-r1.ebuild b/dev-perl/Devel-Cover/Devel-Cover-1.290.0-r1.ebuild index 3d7dc40cff37..6e701e49a459 100644 --- a/dev-perl/Devel-Cover/Devel-Cover-1.290.0-r1.ebuild +++ b/dev-perl/Devel-Cover/Devel-Cover-1.290.0-r1.ebuild @@ -11,6 +11,7 @@ DESCRIPTION="Code coverage metrics for Perl" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="minimal test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/B-Debug diff --git a/dev-perl/Devel-Cycle/Devel-Cycle-1.120.0.ebuild b/dev-perl/Devel-Cycle/Devel-Cycle-1.120.0.ebuild index 2ea94d0abae4..b9fdd3494547 100644 --- a/dev-perl/Devel-Cycle/Devel-Cycle-1.120.0.ebuild +++ b/dev-perl/Devel-Cycle/Devel-Cycle-1.120.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Find memory cycles in objects" SLOT="0" KEYWORDS="alpha amd64 ~arm ppc ppc64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Scalar-List-Utils diff --git a/dev-perl/Devel-Declare/Devel-Declare-0.6.19.ebuild b/dev-perl/Devel-Declare/Devel-Declare-0.6.19.ebuild index b6fb1bb1c01c..ea6758b9e6ba 100644 --- a/dev-perl/Devel-Declare/Devel-Declare-0.6.19.ebuild +++ b/dev-perl/Devel-Declare/Devel-Declare-0.6.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Adding keywords to perl, in perl" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/B-Hooks-EndOfScope-0.50.0 diff --git a/dev-perl/Devel-FindPerl/Devel-FindPerl-0.14.0.ebuild b/dev-perl/Devel-FindPerl/Devel-FindPerl-0.14.0.ebuild index 8988091f4161..258bbae67774 100644 --- a/dev-perl/Devel-FindPerl/Devel-FindPerl-0.14.0.ebuild +++ b/dev-perl/Devel-FindPerl/Devel-FindPerl-0.14.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,6 +10,7 @@ DESCRIPTION="Find the path to your perl" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test minimal" +RESTRICT="!test? ( test )" # r: Cwd -> File-Spec # r: File::Basename -> perl # r: File::Spec::Functions -> perl diff --git a/dev-perl/Devel-GlobalPhase/Devel-GlobalPhase-0.3.3.ebuild b/dev-perl/Devel-GlobalPhase/Devel-GlobalPhase-0.3.3.ebuild index d796b82ea75f..f4fcdf7f600b 100644 --- a/dev-perl/Devel-GlobalPhase/Devel-GlobalPhase-0.3.3.ebuild +++ b/dev-perl/Devel-GlobalPhase/Devel-GlobalPhase-0.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ DESCRIPTION="Detect perl's global phase on older perls" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="${RDEPEND} diff --git a/dev-perl/Devel-Hide/Devel-Hide-0.0.900.ebuild b/dev-perl/Devel-Hide/Devel-Hide-0.0.900.ebuild index 9efa3b5c2497..7189b72922ad 100644 --- a/dev-perl/Devel-Hide/Devel-Hide-0.0.900.ebuild +++ b/dev-perl/Devel-Hide/Devel-Hide-0.0.900.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Forces the unavailability of specified Perl modules (for testing)" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~riscv ~s390 ~sh ~sparc x86" IUSE="test" +RESTRICT="!test? ( test )" DEPEND="test? ( virtual/perl-Test-Simple )" diff --git a/dev-perl/Devel-NYTProf/Devel-NYTProf-6.40.0.ebuild b/dev-perl/Devel-NYTProf/Devel-NYTProf-6.40.0.ebuild index ace57f8d8ed5..955ebeda2c39 100644 --- a/dev-perl/Devel-NYTProf/Devel-NYTProf-6.40.0.ebuild +++ b/dev-perl/Devel-NYTProf/Devel-NYTProf-6.40.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION="Powerful feature-rich perl source code profiler" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/File-Which-1.90.0 diff --git a/dev-perl/Devel-NYTProf/Devel-NYTProf-6.60.0.ebuild b/dev-perl/Devel-NYTProf/Devel-NYTProf-6.60.0.ebuild index 3232f873de76..e16158f5fe96 100644 --- a/dev-perl/Devel-NYTProf/Devel-NYTProf-6.60.0.ebuild +++ b/dev-perl/Devel-NYTProf/Devel-NYTProf-6.60.0.ebuild @@ -13,6 +13,7 @@ DESCRIPTION="Powerful feature-rich perl source code profiler" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/File-Which-1.90.0 diff --git a/dev-perl/Devel-OverloadInfo/Devel-OverloadInfo-0.4.0.ebuild b/dev-perl/Devel-OverloadInfo/Devel-OverloadInfo-0.4.0.ebuild index 78824aa40d90..9d236450a701 100644 --- a/dev-perl/Devel-OverloadInfo/Devel-OverloadInfo-0.4.0.ebuild +++ b/dev-perl/Devel-OverloadInfo/Devel-OverloadInfo-0.4.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Introspect overloaded operators" SLOT="0" KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" # Scalar::Util -> Scalar-List-Utils RDEPEND=" diff --git a/dev-perl/Devel-REPL/Devel-REPL-1.3.28.ebuild b/dev-perl/Devel-REPL/Devel-REPL-1.3.28.ebuild index b6e94a1888f5..3274962bc54d 100644 --- a/dev-perl/Devel-REPL/Devel-REPL-1.3.28.ebuild +++ b/dev-perl/Devel-REPL/Devel-REPL-1.3.28.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="A modern perl interactive shell" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/File-HomeDir diff --git a/dev-perl/Devel-SimpleTrace/Devel-SimpleTrace-0.80.0.ebuild b/dev-perl/Devel-SimpleTrace/Devel-SimpleTrace-0.80.0.ebuild index 9ced923679da..420482f423af 100644 --- a/dev-perl/Devel-SimpleTrace/Devel-SimpleTrace-0.80.0.ebuild +++ b/dev-perl/Devel-SimpleTrace/Devel-SimpleTrace-0.80.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="See where you code warns and dies using stack traces" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Data-Dumper diff --git a/dev-perl/Devel-Size/Devel-Size-0.810.0.ebuild b/dev-perl/Devel-Size/Devel-Size-0.810.0.ebuild index 0e47dd277444..4d29d175d2ee 100644 --- a/dev-perl/Devel-Size/Devel-Size-0.810.0.ebuild +++ b/dev-perl/Devel-Size/Devel-Size-0.810.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Perl extension for finding the memory usage of Perl variables" SLOT="0" KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-XSLoader diff --git a/dev-perl/Devel-Size/Devel-Size-0.820.0.ebuild b/dev-perl/Devel-Size/Devel-Size-0.820.0.ebuild index b62f6053a47f..e5d950453b94 100644 --- a/dev-perl/Devel-Size/Devel-Size-0.820.0.ebuild +++ b/dev-perl/Devel-Size/Devel-Size-0.820.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Perl extension for finding the memory usage of Perl variables" SLOT="0" KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-XSLoader diff --git a/dev-perl/Devel-StackTrace-AsHTML/Devel-StackTrace-AsHTML-0.150.0.ebuild b/dev-perl/Devel-StackTrace-AsHTML/Devel-StackTrace-AsHTML-0.150.0.ebuild index 46f6d1329a53..0f53a062e1be 100644 --- a/dev-perl/Devel-StackTrace-AsHTML/Devel-StackTrace-AsHTML-0.150.0.ebuild +++ b/dev-perl/Devel-StackTrace-AsHTML/Devel-StackTrace-AsHTML-0.150.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION="Displays stack trace in HTML" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/Devel-StackTrace diff --git a/dev-perl/Devel-StackTrace/Devel-StackTrace-2.20.0.ebuild b/dev-perl/Devel-StackTrace/Devel-StackTrace-2.20.0.ebuild index 2675fb7e67a5..c959e845ccf5 100644 --- a/dev-perl/Devel-StackTrace/Devel-StackTrace-2.20.0.ebuild +++ b/dev-perl/Devel-StackTrace/Devel-StackTrace-2.20.0.ebuild @@ -13,6 +13,7 @@ LICENSE="Artistic-2" SLOT="0" KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-File-Spec diff --git a/dev-perl/Devel-Symdump/Devel-Symdump-2.180.0.ebuild b/dev-perl/Devel-Symdump/Devel-Symdump-2.180.0.ebuild index 2772253ce62d..e30b861f4475 100644 --- a/dev-perl/Devel-Symdump/Devel-Symdump-2.180.0.ebuild +++ b/dev-perl/Devel-Symdump/Devel-Symdump-2.180.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Dump symbol names or the symbol table" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="${RDEPEND} diff --git a/dev-perl/Digest-GOST/Digest-GOST-0.60.0-r1.ebuild b/dev-perl/Digest-GOST/Digest-GOST-0.60.0-r1.ebuild index 59f81d889e65..f06ac2177f05 100644 --- a/dev-perl/Digest-GOST/Digest-GOST-0.60.0-r1.ebuild +++ b/dev-perl/Digest-GOST/Digest-GOST-0.60.0-r1.ebuild @@ -11,6 +11,7 @@ DESCRIPTION="Perl interface to the GOST R 34.11-94 digest algorithm" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Digest diff --git a/dev-perl/Digest-JHash/Digest-JHash-0.100.0.ebuild b/dev-perl/Digest-JHash/Digest-JHash-0.100.0.ebuild index 4d6331f87395..b5c3c7cc0a60 100644 --- a/dev-perl/Digest-JHash/Digest-JHash-0.100.0.ebuild +++ b/dev-perl/Digest-JHash/Digest-JHash-0.100.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,6 +14,7 @@ LICENSE="Artistic-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Exporter diff --git a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild index 84d6462f07c5..f7f11fac7ecb 100644 --- a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild +++ b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Declare version conflicts for your dist" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Dist-Metadata/Dist-Metadata-0.927.0.ebuild b/dev-perl/Dist-Metadata/Dist-Metadata-0.927.0.ebuild index 5d3475cec55e..b1865d42d7cc 100644 --- a/dev-perl/Dist-Metadata/Dist-Metadata-0.927.0.ebuild +++ b/dev-perl/Dist-Metadata/Dist-Metadata-0.927.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ DESCRIPTION="Information about a perl module distribution" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-Archive-Tar-1.0.0 diff --git a/dev-perl/Dist-Zilla-Plugin-Config-Git/Dist-Zilla-Plugin-Config-Git-0.920.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Config-Git/Dist-Zilla-Plugin-Config-Git-0.920.0.ebuild index be5f52aba6de..06f1f1aa6e2b 100644 --- a/dev-perl/Dist-Zilla-Plugin-Config-Git/Dist-Zilla-Plugin-Config-Git-0.920.0.ebuild +++ b/dev-perl/Dist-Zilla-Plugin-Config-Git/Dist-Zilla-Plugin-Config-Git-0.920.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Plugin configuration containing settings for a Git repo" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Dist-Zilla-1.0.0 diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.42.0-r1.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.42.0-r1.ebuild index e5c8206e3c11..27d6334daac7 100644 --- a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.42.0-r1.ebuild +++ b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.42.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Update your git repository after release" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/DateTime diff --git a/dev-perl/Dist-Zilla-Plugin-MakeMaker-Awesome/Dist-Zilla-Plugin-MakeMaker-Awesome-0.390.0.ebuild b/dev-perl/Dist-Zilla-Plugin-MakeMaker-Awesome/Dist-Zilla-Plugin-MakeMaker-Awesome-0.390.0.ebuild index 8867f1fdb59c..3944b13a28e2 100644 --- a/dev-perl/Dist-Zilla-Plugin-MakeMaker-Awesome/Dist-Zilla-Plugin-MakeMaker-Awesome-0.390.0.ebuild +++ b/dev-perl/Dist-Zilla-Plugin-MakeMaker-Awesome/Dist-Zilla-Plugin-MakeMaker-Awesome-0.390.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ DESCRIPTION="A more awesome MakeMaker plugin for Dist::Zilla" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" XBLOCKS=" !<=dev-perl/Dist-Zilla-Plugin-MakeMaker-Fallback-0.11.0 diff --git a/dev-perl/Dist-Zilla-Plugin-MetaProvides-Package/Dist-Zilla-Plugin-MetaProvides-Package-2.4.3.ebuild b/dev-perl/Dist-Zilla-Plugin-MetaProvides-Package/Dist-Zilla-Plugin-MetaProvides-Package-2.4.3.ebuild index 7753dd0d48ca..19b2c2637757 100644 --- a/dev-perl/Dist-Zilla-Plugin-MetaProvides-Package/Dist-Zilla-Plugin-MetaProvides-Package-2.4.3.ebuild +++ b/dev-perl/Dist-Zilla-Plugin-MetaProvides-Package/Dist-Zilla-Plugin-MetaProvides-Package-2.4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Extract namespaces/version from traditional packages for provides" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Dist-Zilla-Plugin-MetaProvides/Dist-Zilla-Plugin-MetaProvides-2.2.4.ebuild b/dev-perl/Dist-Zilla-Plugin-MetaProvides/Dist-Zilla-Plugin-MetaProvides-2.2.4.ebuild index a355fa6e118b..7573b7b9c6da 100644 --- a/dev-perl/Dist-Zilla-Plugin-MetaProvides/Dist-Zilla-Plugin-MetaProvides-2.2.4.ebuild +++ b/dev-perl/Dist-Zilla-Plugin-MetaProvides/Dist-Zilla-Plugin-MetaProvides-2.2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ DESCRIPTION="Generating and Populating 'provides' in your META.yml" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Dist-Zilla-Plugin-OSPrereqs-0.8.0.ebuild b/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Dist-Zilla-Plugin-OSPrereqs-0.8.0.ebuild index 5275f4776adc..2c45bbe1de93 100644 --- a/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Dist-Zilla-Plugin-OSPrereqs-0.8.0.ebuild +++ b/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Dist-Zilla-Plugin-OSPrereqs-0.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ DESCRIPTION="List prereqs conditional on operating system" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Dist-Zilla-5.22.0 diff --git a/dev-perl/Dist-Zilla-Plugin-OurPkgVersion/Dist-Zilla-Plugin-OurPkgVersion-0.120.0.ebuild b/dev-perl/Dist-Zilla-Plugin-OurPkgVersion/Dist-Zilla-Plugin-OurPkgVersion-0.120.0.ebuild index a3f871cc1550..4fada4b8fc10 100644 --- a/dev-perl/Dist-Zilla-Plugin-OurPkgVersion/Dist-Zilla-Plugin-OurPkgVersion-0.120.0.ebuild +++ b/dev-perl/Dist-Zilla-Plugin-OurPkgVersion/Dist-Zilla-Plugin-OurPkgVersion-0.120.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="No line insertion and does Package version with our" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Dist-Zilla-Plugin-PodWeaver/Dist-Zilla-Plugin-PodWeaver-4.8.0.ebuild b/dev-perl/Dist-Zilla-Plugin-PodWeaver/Dist-Zilla-Plugin-PodWeaver-4.8.0.ebuild index 03dfebad82bd..5effa97936c8 100644 --- a/dev-perl/Dist-Zilla-Plugin-PodWeaver/Dist-Zilla-Plugin-PodWeaver-4.8.0.ebuild +++ b/dev-perl/Dist-Zilla-Plugin-PodWeaver/Dist-Zilla-Plugin-PodWeaver-4.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Weave your Pod together from configuration and Dist::Zilla" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Dist-Zilla-5.0.0 diff --git a/dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.15.0.ebuild b/dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.15.0.ebuild index 10b191891319..2f173541ec2e 100644 --- a/dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.15.0.ebuild +++ b/dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.15.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Build an RPM from your Dist::Zilla release" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Dist-Zilla-Plugin-SurgicalPodWeaver/Dist-Zilla-Plugin-SurgicalPodWeaver-0.2.300.ebuild b/dev-perl/Dist-Zilla-Plugin-SurgicalPodWeaver/Dist-Zilla-Plugin-SurgicalPodWeaver-0.2.300.ebuild index a572bcadc2d7..2e16fe86e007 100644 --- a/dev-perl/Dist-Zilla-Plugin-SurgicalPodWeaver/Dist-Zilla-Plugin-SurgicalPodWeaver-0.2.300.ebuild +++ b/dev-perl/Dist-Zilla-Plugin-SurgicalPodWeaver/Dist-Zilla-Plugin-SurgicalPodWeaver-0.2.300.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Surgically apply PodWeaver" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/Dist-Zilla-Plugin-PodWeaver diff --git a/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/Dist-Zilla-Plugin-Test-MinimumVersion-2.0.7.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/Dist-Zilla-Plugin-Test-MinimumVersion-2.0.7.ebuild index a6400f7dc84a..62d050f11e0a 100644 --- a/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/Dist-Zilla-Plugin-Test-MinimumVersion-2.0.7.ebuild +++ b/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/Dist-Zilla-Plugin-Test-MinimumVersion-2.0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ DESCRIPTION="Release tests for minimum required versions" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Dist-Zilla-4.0.0 diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-3.1.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-3.1.0.ebuild index 8aabba9f5248..ae91dd1b7366 100644 --- a/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-3.1.0.ebuild +++ b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-3.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ DESCRIPTION="Tests to check your code against best practices" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Data-Section-0.4.0 diff --git a/dev-perl/Dist-Zilla-Role-ModuleMetadata/Dist-Zilla-Role-ModuleMetadata-0.4.0.ebuild b/dev-perl/Dist-Zilla-Role-ModuleMetadata/Dist-Zilla-Role-ModuleMetadata-0.4.0.ebuild index adddfdf9717f..9ca4ec44c9f3 100644 --- a/dev-perl/Dist-Zilla-Role-ModuleMetadata/Dist-Zilla-Role-ModuleMetadata-0.4.0.ebuild +++ b/dev-perl/Dist-Zilla-Role-ModuleMetadata/Dist-Zilla-Role-ModuleMetadata-0.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ DESCRIPTION="A role for plugins that use Module::Metadata" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Digest-MD5 diff --git a/dev-perl/Dist-Zilla/Dist-Zilla-6.10.0-r2.ebuild b/dev-perl/Dist-Zilla/Dist-Zilla-6.10.0-r2.ebuild index fb90b56adf7c..2bb61aa64bdb 100644 --- a/dev-perl/Dist-Zilla/Dist-Zilla-6.10.0-r2.ebuild +++ b/dev-perl/Dist-Zilla/Dist-Zilla-6.10.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="distribution builder; installer not included!" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="minimal test" +RESTRICT="!test? ( test )" PATCHES=( "${FILESDIR}/${P}-perl526.patch" diff --git a/dev-perl/Dumbbench/Dumbbench-0.111.0.ebuild b/dev-perl/Dumbbench/Dumbbench-0.111.0.ebuild index bf0e5ebfa36f..d8a51b0621d0 100644 --- a/dev-perl/Dumbbench/Dumbbench-0.111.0.ebuild +++ b/dev-perl/Dumbbench/Dumbbench-0.111.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="More reliable benchmarking with the least amount of thinking" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/Capture-Tiny diff --git a/dev-perl/DynaLoader-Functions/DynaLoader-Functions-0.3.0.ebuild b/dev-perl/DynaLoader-Functions/DynaLoader-Functions-0.3.0.ebuild index 59062cd7a6be..3e8aa7fad06f 100644 --- a/dev-perl/DynaLoader-Functions/DynaLoader-Functions-0.3.0.ebuild +++ b/dev-perl/DynaLoader-Functions/DynaLoader-Functions-0.3.0.ebuild @@ -11,6 +11,7 @@ DESCRIPTION="Deconstructed Dynamic C Library Loading" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Email-Abstract/Email-Abstract-3.8.0.ebuild b/dev-perl/Email-Abstract/Email-Abstract-3.8.0.ebuild index 6618a1956701..b3ec5a915f6c 100644 --- a/dev-perl/Email-Abstract/Email-Abstract-3.8.0.ebuild +++ b/dev-perl/Email-Abstract/Email-Abstract-3.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="unified interface to mail representations" SLOT="0" KEYWORDS="amd64 ~mips ppc ppc64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Email-Address-List/Email-Address-List-0.50.0.ebuild b/dev-perl/Email-Address-List/Email-Address-List-0.50.0.ebuild index ebff2adfd174..76adfddcd442 100644 --- a/dev-perl/Email-Address-List/Email-Address-List-0.50.0.ebuild +++ b/dev-perl/Email-Address-List/Email-Address-List-0.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,6 +13,7 @@ LICENSE="Artistic-2" SLOT="0" KEYWORDS="amd64" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="${RDEPEND} diff --git a/dev-perl/Email-Address-List/Email-Address-List-0.60.0.ebuild b/dev-perl/Email-Address-List/Email-Address-List-0.60.0.ebuild index d24b7d19e715..ae1c5258f4bf 100644 --- a/dev-perl/Email-Address-List/Email-Address-List-0.60.0.ebuild +++ b/dev-perl/Email-Address-List/Email-Address-List-0.60.0.ebuild @@ -13,6 +13,7 @@ LICENSE="Artistic-2" SLOT="0" KEYWORDS="~amd64" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-perl/Email-Address" DEPEND="${RDEPEND} diff --git a/dev-perl/Email-Address-XS/Email-Address-XS-1.10.0.ebuild b/dev-perl/Email-Address-XS/Email-Address-XS-1.10.0.ebuild index fba5777e6537..0c521aa697c0 100644 --- a/dev-perl/Email-Address-XS/Email-Address-XS-1.10.0.ebuild +++ b/dev-perl/Email-Address-XS/Email-Address-XS-1.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ DESCRIPTION="Parse and format RFC 2822 email addresses and groups" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Email-Address/Email-Address-1.908.0.ebuild b/dev-perl/Email-Address/Email-Address-1.908.0.ebuild index ccbb426fa806..8e191418b7cb 100644 --- a/dev-perl/Email-Address/Email-Address-1.908.0.ebuild +++ b/dev-perl/Email-Address/Email-Address-1.908.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="RFC 2822 Address Parsing and Creation" SLOT="0" KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="${RDEPEND} diff --git a/dev-perl/Email-Address/Email-Address-1.912.0.ebuild b/dev-perl/Email-Address/Email-Address-1.912.0.ebuild index 54489ed9e1ae..104c70313921 100644 --- a/dev-perl/Email-Address/Email-Address-1.912.0.ebuild +++ b/dev-perl/Email-Address/Email-Address-1.912.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="RFC 2822 Address Parsing and Creation" SLOT="0" KEYWORDS="~alpha amd64 ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="${RDEPEND} diff --git a/dev-perl/Email-Date-Format/Email-Date-Format-1.5.0.ebuild b/dev-perl/Email-Date-Format/Email-Date-Format-1.5.0.ebuild index 13de4a528a48..1b4877a54e55 100644 --- a/dev-perl/Email-Date-Format/Email-Date-Format-1.5.0.ebuild +++ b/dev-perl/Email-Date-Format/Email-Date-Format-1.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Produce RFC 822 date strings" SLOT="0" KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-Exporter-5.570.0 diff --git a/dev-perl/Email-Date/Email-Date-1.104.0-r2.ebuild b/dev-perl/Email-Date/Email-Date-1.104.0-r2.ebuild index 2ef286f313ce..6dfff09c0919 100644 --- a/dev-perl/Email-Date/Email-Date-1.104.0-r2.ebuild +++ b/dev-perl/Email-Date/Email-Date-1.104.0-r2.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Find and Format Date Headers" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/TimeDate-1.16 diff --git a/dev-perl/Email-Filter/Email-Filter-1.34.0.ebuild b/dev-perl/Email-Filter/Email-Filter-1.34.0.ebuild index 888787228f89..18acc14cae21 100644 --- a/dev-perl/Email-Filter/Email-Filter-1.34.0.ebuild +++ b/dev-perl/Email-Filter/Email-Filter-1.34.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Simple filtering of RFC2822 message format and headers" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/Class-Trigger diff --git a/dev-perl/Email-FolderType/Email-FolderType-0.814.0-r1.ebuild b/dev-perl/Email-FolderType/Email-FolderType-0.814.0-r1.ebuild index 607de9f213d9..8c95cba31943 100644 --- a/dev-perl/Email-FolderType/Email-FolderType-0.814.0-r1.ebuild +++ b/dev-perl/Email-FolderType/Email-FolderType-0.814.0-r1.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Determine the type of a mail folder" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-Exporter-5.570.0 diff --git a/dev-perl/Email-LocalDelivery/Email-LocalDelivery-1.200.0-r2.ebuild b/dev-perl/Email-LocalDelivery/Email-LocalDelivery-1.200.0-r2.ebuild index a012f214e0ee..52c179736dc5 100644 --- a/dev-perl/Email-LocalDelivery/Email-LocalDelivery-1.200.0-r2.ebuild +++ b/dev-perl/Email-LocalDelivery/Email-LocalDelivery-1.200.0-r2.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Local delivery of RFC2822 message format and headers" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0-r1.ebuild b/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0-r1.ebuild index 55b60705f03d..37f0c4f56646 100644 --- a/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0-r1.ebuild +++ b/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,6 +15,7 @@ LICENSE="|| ( GPL-2 GPL-3 )" # GPL-2+ SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-perl/Email-MIME-1.900 >=dev-perl/Email-MIME-ContentType-1.012" diff --git a/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.18.0.ebuild b/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.18.0.ebuild index 8181146ad329..ff9bdc22d93c 100644 --- a/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.18.0.ebuild +++ b/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.18.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Parse a MIME Content-Type Header" SLOT="0" KEYWORDS="alpha amd64 ppc ppc64 x86 ~sparc-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.22.0.ebuild b/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.22.0.ebuild index 35ff1f4797f5..87c3602c9383 100644 --- a/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.22.0.ebuild +++ b/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.22.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Parse a MIME Content-Type Header or Content-Disposition Header" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86 ~sparc-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Email-MIME-Encodings/Email-MIME-Encodings-1.315.0-r1.ebuild b/dev-perl/Email-MIME-Encodings/Email-MIME-Encodings-1.315.0-r1.ebuild index 81fd926e2fb8..4f8e7cb9ea76 100644 --- a/dev-perl/Email-MIME-Encodings/Email-MIME-Encodings-1.315.0-r1.ebuild +++ b/dev-perl/Email-MIME-Encodings/Email-MIME-Encodings-1.315.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="A unified interface to MIME encoding and decoding" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~sparc-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=virtual/perl-MIME-Base64-3.07" DEPEND="${RDEPEND} diff --git a/dev-perl/Email-MIME/Email-MIME-1.940.0.ebuild b/dev-perl/Email-MIME/Email-MIME-1.940.0.ebuild index 44b346552a6d..e14645dfc51e 100644 --- a/dev-perl/Email-MIME/Email-MIME-1.940.0.ebuild +++ b/dev-perl/Email-MIME/Email-MIME-1.940.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Easy MIME message parsing" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86 ~sparc-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Email-MIME/Email-MIME-1.946.0.ebuild b/dev-perl/Email-MIME/Email-MIME-1.946.0.ebuild index b3f8f8a616c7..3e7ad4a31cd2 100644 --- a/dev-perl/Email-MIME/Email-MIME-1.946.0.ebuild +++ b/dev-perl/Email-MIME/Email-MIME-1.946.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Easy MIME message parsing" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~sparc-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Email-MessageID/Email-MessageID-1.406.0.ebuild b/dev-perl/Email-MessageID/Email-MessageID-1.406.0.ebuild index d0529975349c..515092639dbc 100644 --- a/dev-perl/Email-MessageID/Email-MessageID-1.406.0.ebuild +++ b/dev-perl/Email-MessageID/Email-MessageID-1.406.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Generate world unique message-ids" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86 ~sparc-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="${RDEPEND} diff --git a/dev-perl/Email-Reply/Email-Reply-1.204.0.ebuild b/dev-perl/Email-Reply/Email-Reply-1.204.0.ebuild index 4d330af0d51b..43f28a6a74c3 100644 --- a/dev-perl/Email-Reply/Email-Reply-1.204.0.ebuild +++ b/dev-perl/Email-Reply/Email-Reply-1.204.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Reply to a Message" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Email-Abstract-2.10.0 diff --git a/dev-perl/Email-Send-Gmail/Email-Send-Gmail-0.330.0.ebuild b/dev-perl/Email-Send-Gmail/Email-Send-Gmail-0.330.0.ebuild index 59a3ee1edce5..278fc8d27b23 100644 --- a/dev-perl/Email-Send-Gmail/Email-Send-Gmail-0.330.0.ebuild +++ b/dev-perl/Email-Send-Gmail/Email-Send-Gmail-0.330.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Send Messages using Gmail" SLOT="0" KEYWORDS="amd64 ~mips x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-perl/Authen-SASL dev-perl/Email-Address diff --git a/dev-perl/Email-Send/Email-Send-2.201.0.ebuild b/dev-perl/Email-Send/Email-Send-2.201.0.ebuild index a40a2d73aeb8..de49650da227 100644 --- a/dev-perl/Email-Send/Email-Send-2.201.0.ebuild +++ b/dev-perl/Email-Send/Email-Send-2.201.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Simply Sending Email" SLOT="0" KEYWORDS="amd64 ~mips ppc ppc64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/Email-Abstract diff --git a/dev-perl/Email-Sender/Email-Sender-1.300.16.ebuild b/dev-perl/Email-Sender/Email-Sender-1.300.16.ebuild index a4dac6a81bca..028067d976be 100644 --- a/dev-perl/Email-Sender/Email-Sender-1.300.16.ebuild +++ b/dev-perl/Email-Sender/Email-Sender-1.300.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="A library for sending email" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Email-Sender/Email-Sender-1.300.30-r1.ebuild b/dev-perl/Email-Sender/Email-Sender-1.300.30-r1.ebuild index 9338a5557199..ed928ea4a805 100644 --- a/dev-perl/Email-Sender/Email-Sender-1.300.30-r1.ebuild +++ b/dev-perl/Email-Sender/Email-Sender-1.300.30-r1.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="A library for sending email" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Email-Sender/Email-Sender-1.300.31-r1.ebuild b/dev-perl/Email-Sender/Email-Sender-1.300.31-r1.ebuild index 4a1424fa8c6f..531d5f073a3e 100644 --- a/dev-perl/Email-Sender/Email-Sender-1.300.31-r1.ebuild +++ b/dev-perl/Email-Sender/Email-Sender-1.300.31-r1.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="A library for sending email" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Email-Simple/Email-Simple-2.214.0.ebuild b/dev-perl/Email-Simple/Email-Simple-2.214.0.ebuild index 5655d058563c..3aefae0be37c 100644 --- a/dev-perl/Email-Simple/Email-Simple-2.214.0.ebuild +++ b/dev-perl/Email-Simple/Email-Simple-2.214.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Simple parsing of RFC2822 message format and headers" SLOT="0" KEYWORDS="amd64 ~mips ppc ppc64 x86 ~sparc-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Email-Valid/Email-Valid-1.202.0.ebuild b/dev-perl/Email-Valid/Email-Valid-1.202.0.ebuild index ba77cb73dac8..45bb51efcaba 100644 --- a/dev-perl/Email-Valid/Email-Valid-1.202.0.ebuild +++ b/dev-perl/Email-Valid/Email-Valid-1.202.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Check validity of Internet email addresses" SLOT="0" KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Encode-IMAPUTF7/Encode-IMAPUTF7-1.50.0-r1.ebuild b/dev-perl/Encode-IMAPUTF7/Encode-IMAPUTF7-1.50.0-r1.ebuild index 5fc2f6f91c36..28f93d748df2 100644 --- a/dev-perl/Encode-IMAPUTF7/Encode-IMAPUTF7-1.50.0-r1.ebuild +++ b/dev-perl/Encode-IMAPUTF7/Encode-IMAPUTF7-1.50.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Modification of UTF-7 encoding for IMAP" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="virtual/perl-Encode" DEPEND="${RDEPEND} diff --git a/dev-perl/Encode-Locale/Encode-Locale-1.50.0.ebuild b/dev-perl/Encode-Locale/Encode-Locale-1.50.0.ebuild index dd0b2785fb3d..d0891d4e8b7c 100644 --- a/dev-perl/Encode-Locale/Encode-Locale-1.50.0.ebuild +++ b/dev-perl/Encode-Locale/Encode-Locale-1.50.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Determine the locale encoding" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=virtual/perl-Encode-2.0.0" DEPEND="${RDEPEND} diff --git a/dev-perl/Error/Error-0.170.240.ebuild b/dev-perl/Error/Error-0.170.240.ebuild index f3ef236c8595..6a6f5a0836bd 100644 --- a/dev-perl/Error/Error-0.170.240.ebuild +++ b/dev-perl/Error/Error-0.170.240.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,6 +13,7 @@ LICENSE+=" MIT" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Scalar-List-Utils diff --git a/dev-perl/Error/Error-0.170.250.ebuild b/dev-perl/Error/Error-0.170.250.ebuild index 4f1e7693a1b6..7b64e81940e8 100644 --- a/dev-perl/Error/Error-0.170.250.ebuild +++ b/dev-perl/Error/Error-0.170.250.ebuild @@ -13,6 +13,7 @@ LICENSE+=" MIT" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Scalar-List-Utils diff --git a/dev-perl/Eval-Closure/Eval-Closure-0.130.0.ebuild b/dev-perl/Eval-Closure/Eval-Closure-0.130.0.ebuild index d8fbe55b4f01..88f6feffc354 100644 --- a/dev-perl/Eval-Closure/Eval-Closure-0.130.0.ebuild +++ b/dev-perl/Eval-Closure/Eval-Closure-0.130.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="safely and cleanly create closures via string eval" SLOT="0" KEYWORDS="~alpha amd64 ~arm hppa ppc x86 ~x64-macos" IUSE="test minimal" +RESTRICT="!test? ( test )" # Scalar::Util -> Scalar-List-Utils RDEPEND=" diff --git a/dev-perl/Eval-Closure/Eval-Closure-0.140.0.ebuild b/dev-perl/Eval-Closure/Eval-Closure-0.140.0.ebuild index c2daa048d7f7..be7897b8f009 100644 --- a/dev-perl/Eval-Closure/Eval-Closure-0.140.0.ebuild +++ b/dev-perl/Eval-Closure/Eval-Closure-0.140.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="safely and cleanly create closures via string eval" SLOT="0" KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test minimal" +RESTRICT="!test? ( test )" # Scalar::Util -> Scalar-List-Utils RDEPEND=" diff --git a/dev-perl/Event-RPC/Event-RPC-1.100.0.ebuild b/dev-perl/Event-RPC/Event-RPC-1.100.0.ebuild index 7bfe038eb5af..88af9382a8e5 100644 --- a/dev-perl/Event-RPC/Event-RPC-1.100.0.ebuild +++ b/dev-perl/Event-RPC/Event-RPC-1.100.0.ebuild @@ -13,6 +13,7 @@ DESCRIPTION="Event based transparent Client/Server RPC framework" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test" +RESTRICT="!test? ( test )" # Note: Storable not listed in final alternation like it is # upstream as storable alone is inherently insecure, so we force diff --git a/dev-perl/Event-RPC/Event-RPC-1.80.0.ebuild b/dev-perl/Event-RPC/Event-RPC-1.80.0.ebuild index 828e04bab93c..95f4e918584e 100644 --- a/dev-perl/Event-RPC/Event-RPC-1.80.0.ebuild +++ b/dev-perl/Event-RPC/Event-RPC-1.80.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION="Event based transparent Client/Server RPC framework" SLOT="0" KEYWORDS="amd64 ia64 ppc ppc64 ~sparc x86" IUSE="test" +RESTRICT="!test? ( test )" # Note: Storable not listed in final alternation like it is # upstream as storable alone is inherently insecure, so we force diff --git a/dev-perl/Event/Event-1.260.0.ebuild b/dev-perl/Event/Event-1.260.0.ebuild index d6bbe16e73de..fbad102758af 100644 --- a/dev-perl/Event/Event-1.260.0.ebuild +++ b/dev-perl/Event/Event-1.260.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Fast, generic event loop" SLOT="0" KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" DEPEND=" virtual/perl-ExtUtils-MakeMaker diff --git a/dev-perl/Exception-Base/Exception-Base-0.250.100.ebuild b/dev-perl/Exception-Base/Exception-Base-0.250.100.ebuild index 8eeb957d163e..a51762f914fa 100644 --- a/dev-perl/Exception-Base/Exception-Base-0.250.100.ebuild +++ b/dev-perl/Exception-Base/Exception-Base-0.250.100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Error handling with exception class" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="${RDEPEND} diff --git a/dev-perl/Exception-Class/Exception-Class-1.430.0.ebuild b/dev-perl/Exception-Class/Exception-Class-1.430.0.ebuild index 1764fb70e3c4..f663386ccd1d 100644 --- a/dev-perl/Exception-Class/Exception-Class-1.430.0.ebuild +++ b/dev-perl/Exception-Class/Exception-Class-1.430.0.ebuild @@ -13,6 +13,7 @@ DESCRIPTION="A module that allows you to declare real exception classes in Perl" SLOT="0" KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Class-Data-Inheritable-0.20.0 diff --git a/dev-perl/Exception-Died/Exception-Died-0.60.0-r2.ebuild b/dev-perl/Exception-Died/Exception-Died-0.60.0-r2.ebuild index 0ac7c6d52f3d..a6900804fe0f 100644 --- a/dev-perl/Exception-Died/Exception-Died-0.60.0-r2.ebuild +++ b/dev-perl/Exception-Died/Exception-Died-0.60.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION="Convert simple die into real exception object" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/constant-boolean diff --git a/dev-perl/Exception-System/Exception-System-0.110.0-r1.ebuild b/dev-perl/Exception-System/Exception-System-0.110.0-r1.ebuild index 954bf2319de8..1b603be4c463 100644 --- a/dev-perl/Exception-System/Exception-System-0.110.0-r1.ebuild +++ b/dev-perl/Exception-System/Exception-System-0.110.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Exception class for system or library calls" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-perl/Exception-Base-0.22.01" DEPEND="${RDEPEND} diff --git a/dev-perl/Exception-Warning/Exception-Warning-0.40.100-r1.ebuild b/dev-perl/Exception-Warning/Exception-Warning-0.40.100-r1.ebuild index fffc9055de4f..0b6bfc5dfcf5 100644 --- a/dev-perl/Exception-Warning/Exception-Warning-0.40.100-r1.ebuild +++ b/dev-perl/Exception-Warning/Exception-Warning-0.40.100-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Convert simple warn into real exception object" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-perl/Exception-Base-0.22.01" DEPEND="${RDEPEND} diff --git a/dev-perl/Expect/Expect-1.350.0.ebuild b/dev-perl/Expect/Expect-1.350.0.ebuild index d93e44da5cf1..fb637f842f6e 100644 --- a/dev-perl/Expect/Expect-1.350.0.ebuild +++ b/dev-perl/Expect/Expect-1.350.0.ebuild @@ -13,6 +13,7 @@ DESCRIPTION="Expect for Perl" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~riscv s390 ~sh sparc x86" IUSE="test minimal" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Exporter-Lite/Exporter-Lite-0.80.0.ebuild b/dev-perl/Exporter-Lite/Exporter-Lite-0.80.0.ebuild index 5f8b6f9b8fa4..5363cc531a4d 100644 --- a/dev-perl/Exporter-Lite/Exporter-Lite-0.80.0.ebuild +++ b/dev-perl/Exporter-Lite/Exporter-Lite-0.80.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Lightweight exporting of variables" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86 ~x86-linux ~ppc-macos ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.1.ebuild b/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.1.ebuild index 9355f75459cc..b6ec4d2d130c 100644 --- a/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.1.ebuild +++ b/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.1.ebuild @@ -13,6 +13,7 @@ DESCRIPTION="An exporter with the features of Sub::Exporter but only core depend SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="${RDEPEND} diff --git a/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.100.0.ebuild b/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.100.0.ebuild index 2f4212cc13d7..976f3c553638 100644 --- a/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.100.0.ebuild +++ b/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.100.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ DESCRIPTION="Configure-time utilities for using C headers" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="virtual/perl-ExtUtils-CBuilder" DEPEND="${RDEPEND} diff --git a/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild b/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild index 70b6593d2c10..c9af5d273fb3 100644 --- a/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild +++ b/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,6 +11,7 @@ LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86" IUSE="test" +RESTRICT="!test? ( test )" DEPEND=" ${RDEPEND} diff --git a/dev-perl/ExtUtils-Config/ExtUtils-Config-0.8.0.ebuild b/dev-perl/ExtUtils-Config/ExtUtils-Config-0.8.0.ebuild index d264992509df..18959a973dbc 100644 --- a/dev-perl/ExtUtils-Config/ExtUtils-Config-0.8.0.ebuild +++ b/dev-perl/ExtUtils-Config/ExtUtils-Config-0.8.0.ebuild @@ -10,6 +10,7 @@ DESCRIPTION="A wrapper for perl's configuration" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Data-Dumper diff --git a/dev-perl/ExtUtils-CppGuess/ExtUtils-CppGuess-0.110.0.ebuild b/dev-perl/ExtUtils-CppGuess/ExtUtils-CppGuess-0.110.0.ebuild index 2b2c4e634210..a6105e375a96 100644 --- a/dev-perl/ExtUtils-CppGuess/ExtUtils-CppGuess-0.110.0.ebuild +++ b/dev-perl/ExtUtils-CppGuess/ExtUtils-CppGuess-0.110.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Guess C++ compiler and flags" SLOT="0" KEYWORDS="~amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/Capture-Tiny diff --git a/dev-perl/ExtUtils-Depends/ExtUtils-Depends-0.405.0.ebuild b/dev-perl/ExtUtils-Depends/ExtUtils-Depends-0.405.0.ebuild index 5e5628cab8cc..4f4563fae62e 100644 --- a/dev-perl/ExtUtils-Depends/ExtUtils-Depends-0.405.0.ebuild +++ b/dev-perl/ExtUtils-Depends/ExtUtils-Depends-0.405.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Easily build XS extensions that depend on XS extensions" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Data-Dumper diff --git a/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild b/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild index 38e2f37c638e..2d4b1875cdf8 100644 --- a/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild +++ b/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,6 +11,7 @@ LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86" IUSE="test" +RESTRICT="!test? ( test )" DEPEND=" ${RDEPEND} diff --git a/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.26.0.ebuild b/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.26.0.ebuild index 36da4e2e0f68..d60537c06843 100644 --- a/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.26.0.ebuild +++ b/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.26.0.ebuild @@ -10,6 +10,7 @@ DESCRIPTION="Various portability utilities for module builders" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild b/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild index 579b0f898de5..ce3bf435c38d 100644 --- a/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild +++ b/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,6 +11,7 @@ LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86" IUSE="test" +RESTRICT="!test? ( test )" DEPEND=" ${RDEPEND} diff --git a/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.11.0.ebuild b/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.11.0.ebuild index 19a39617abbc..90a5be450673 100644 --- a/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.11.0.ebuild +++ b/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.11.0.ebuild @@ -10,6 +10,7 @@ DESCRIPTION="Build.PL install path logic made easy" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/ExtUtils-LibBuilder/ExtUtils-LibBuilder-0.80.0.ebuild b/dev-perl/ExtUtils-LibBuilder/ExtUtils-LibBuilder-0.80.0.ebuild index 06a5511be1e8..fc0cdb8d6b78 100644 --- a/dev-perl/ExtUtils-LibBuilder/ExtUtils-LibBuilder-0.80.0.ebuild +++ b/dev-perl/ExtUtils-LibBuilder/ExtUtils-LibBuilder-0.80.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION="A tool to build C libraries" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-ExtUtils-CBuilder-0.230.0 diff --git a/dev-perl/ExtUtils-Typemaps-Default/ExtUtils-Typemaps-Default-1.50.0.ebuild b/dev-perl/ExtUtils-Typemaps-Default/ExtUtils-Typemaps-Default-1.50.0.ebuild index e717606cfee1..c71c57965fcd 100644 --- a/dev-perl/ExtUtils-Typemaps-Default/ExtUtils-Typemaps-Default-1.50.0.ebuild +++ b/dev-perl/ExtUtils-Typemaps-Default/ExtUtils-Typemaps-Default-1.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="A set of useful typemaps" SLOT="0" KEYWORDS="~amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=virtual/perl-ExtUtils-ParseXS-3.180.300" DEPEND="${RDEPEND} diff --git a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0.ebuild b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0.ebuild index 730c1130cb27..3b4ef2efe8d9 100644 --- a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0.ebuild +++ b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="XS for C++" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-Digest-MD5-2.0.0 diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild index 385d18de5170..b0a4a8d0a9a9 100644 --- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild +++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Check that a library is available for FFI" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~riscv ~s390 ~sh ~sparc ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Module-Load diff --git a/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r2.ebuild b/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r2.ebuild index 8fb3915b080f..ce270094eace 100644 --- a/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r2.ebuild +++ b/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Succeed or throw exception" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-perl/Exception-Died >=dev-perl/Exception-Base-0.22.01" diff --git a/dev-perl/File-BOM/File-BOM-0.160.0.ebuild b/dev-perl/File-BOM/File-BOM-0.160.0.ebuild index 4b47cbc01cc6..9b4f41c891b8 100644 --- a/dev-perl/File-BOM/File-BOM-0.160.0.ebuild +++ b/dev-perl/File-BOM/File-BOM-0.160.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Utilities for handling Byte Order Marks" SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-Encode-1.990.0 diff --git a/dev-perl/File-BaseDir/File-BaseDir-0.30.0-r1.ebuild b/dev-perl/File-BaseDir/File-BaseDir-0.30.0-r1.ebuild index 9321e849cad6..91840b24228d 100644 --- a/dev-perl/File-BaseDir/File-BaseDir-0.30.0-r1.ebuild +++ b/dev-perl/File-BaseDir/File-BaseDir-0.30.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Use the Freedesktop.org base directory specification" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="${RDEPEND} diff --git a/dev-perl/File-BaseDir/File-BaseDir-0.70.0.ebuild b/dev-perl/File-BaseDir/File-BaseDir-0.70.0.ebuild index c14a6d083315..41f25776532c 100644 --- a/dev-perl/File-BaseDir/File-BaseDir-0.70.0.ebuild +++ b/dev-perl/File-BaseDir/File-BaseDir-0.70.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Use the Freedesktop.org base directory specification" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild index af37c7578bd0..3a3a05b5fb93 100644 --- a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild +++ b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Perl extension for replacing a link by a copy of the linked file" SLOT="0" KEYWORDS="amd64 hppa ~ppc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-File-Spec diff --git a/dev-perl/File-DesktopEntry/File-DesktopEntry-0.220.0.ebuild b/dev-perl/File-DesktopEntry/File-DesktopEntry-0.220.0.ebuild index 6e837de56d2b..b686d32091b2 100644 --- a/dev-perl/File-DesktopEntry/File-DesktopEntry-0.220.0.ebuild +++ b/dev-perl/File-DesktopEntry/File-DesktopEntry-0.220.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Object to handle .desktop files" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/File-DesktopEntry/File-DesktopEntry-0.40.0-r1.ebuild b/dev-perl/File-DesktopEntry/File-DesktopEntry-0.40.0-r1.ebuild index 8d3f95cfabb8..c3991c6498b9 100644 --- a/dev-perl/File-DesktopEntry/File-DesktopEntry-0.40.0-r1.ebuild +++ b/dev-perl/File-DesktopEntry/File-DesktopEntry-0.40.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,6 +13,7 @@ DESCRIPTION="Object to handle .desktop files" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="virtual/perl-File-Spec >=dev-perl/File-BaseDir-0.03" diff --git a/dev-perl/File-Find-Rule-Perl/File-Find-Rule-Perl-1.150.0.ebuild b/dev-perl/File-Find-Rule-Perl/File-Find-Rule-Perl-1.150.0.ebuild index 1ec9002e4ab2..7386bab3f0cf 100644 --- a/dev-perl/File-Find-Rule-Perl/File-Find-Rule-Perl-1.150.0.ebuild +++ b/dev-perl/File-Find-Rule-Perl/File-Find-Rule-Perl-1.150.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION="Common rules for searching for Perl things" SLOT="0" KEYWORDS="amd64 ~arm hppa ppc ppc64 sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-CPAN-Meta-1.380.0 diff --git a/dev-perl/File-Find-Rule/File-Find-Rule-0.330.0-r1.ebuild b/dev-perl/File-Find-Rule/File-Find-Rule-0.330.0-r1.ebuild index a042625608bf..f9f992b14b63 100644 --- a/dev-perl/File-Find-Rule/File-Find-Rule-0.330.0-r1.ebuild +++ b/dev-perl/File-Find-Rule/File-Find-Rule-0.330.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Alternative interface to File::Find" SLOT="0" KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="virtual/perl-File-Spec >=dev-perl/Number-Compare-0.20.0 diff --git a/dev-perl/File-Find-Rule/File-Find-Rule-0.340.0.ebuild b/dev-perl/File-Find-Rule/File-Find-Rule-0.340.0.ebuild index e3b5c2470c7a..5fa6f945293a 100644 --- a/dev-perl/File-Find-Rule/File-Find-Rule-0.340.0.ebuild +++ b/dev-perl/File-Find-Rule/File-Find-Rule-0.340.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Alternative interface to File::Find" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-File-Spec diff --git a/dev-perl/File-Flock/File-Flock-2014.10.0.ebuild b/dev-perl/File-Flock/File-Flock-2014.10.0.ebuild index 65f3768a9422..58eae6185669 100644 --- a/dev-perl/File-Flock/File-Flock-2014.10.0.ebuild +++ b/dev-perl/File-Flock/File-Flock-2014.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,6 +13,7 @@ DESCRIPTION="flock() wrapper. Auto-create locks" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="test" +RESTRICT="!test? ( test )" SRC_TEST="do" diff --git a/dev-perl/File-HomeDir/File-HomeDir-1.2.0.ebuild b/dev-perl/File-HomeDir/File-HomeDir-1.2.0.ebuild index acc128f71c65..ead89692db5b 100644 --- a/dev-perl/File-HomeDir/File-HomeDir-1.2.0.ebuild +++ b/dev-perl/File-HomeDir/File-HomeDir-1.2.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Get home directory for self or other user" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="+xdg test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild index d2ee94480fdf..d05cc062fa62 100644 --- a/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild +++ b/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ DESCRIPTION="Perl wrapper for libmagic" SLOT="0" KEYWORDS="amd64 hppa ~ppc ppc64 sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" sys-apps/file diff --git a/dev-perl/File-Map/File-Map-0.640.0.ebuild b/dev-perl/File-Map/File-Map-0.640.0.ebuild index 18000eb6c6cb..b62c63691818 100644 --- a/dev-perl/File-Map/File-Map-0.640.0.ebuild +++ b/dev-perl/File-Map/File-Map-0.640.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Memory mapping made simple and safe" SLOT="0" KEYWORDS="amd64 arm ppc x86 ~amd64-linux ~x86-linux" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/File-MimeInfo/File-MimeInfo-0.270.0.ebuild b/dev-perl/File-MimeInfo/File-MimeInfo-0.270.0.ebuild index a64a66017065..ba18667b6311 100644 --- a/dev-perl/File-MimeInfo/File-MimeInfo-0.270.0.ebuild +++ b/dev-perl/File-MimeInfo/File-MimeInfo-0.270.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Determine file type" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-perl/File-BaseDir-0.03 >=dev-perl/File-DesktopEntry-0.0 diff --git a/dev-perl/File-MimeInfo/File-MimeInfo-0.280.0.ebuild b/dev-perl/File-MimeInfo/File-MimeInfo-0.280.0.ebuild index f3350fd16b4e..f3f035402d24 100644 --- a/dev-perl/File-MimeInfo/File-MimeInfo-0.280.0.ebuild +++ b/dev-perl/File-MimeInfo/File-MimeInfo-0.280.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Determine file type" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-perl/File-BaseDir-0.30.0 >=dev-perl/File-DesktopEntry-0.40.0 diff --git a/dev-perl/File-Next/File-Next-1.160.0.ebuild b/dev-perl/File-Next/File-Next-1.160.0.ebuild index ae5ab48f3f75..6af04ad4b276 100644 --- a/dev-perl/File-Next/File-Next-1.160.0.ebuild +++ b/dev-perl/File-Next/File-Next-1.160.0.ebuild @@ -13,6 +13,7 @@ LICENSE="Artistic-2" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="virtual/perl-File-Spec" DEPEND="${RDEPEND} diff --git a/dev-perl/File-Remove/File-Remove-1.570.0.ebuild b/dev-perl/File-Remove/File-Remove-1.570.0.ebuild index 151afad7aad6..ec7b4be1a60a 100644 --- a/dev-perl/File-Remove/File-Remove-1.570.0.ebuild +++ b/dev-perl/File-Remove/File-Remove-1.570.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Remove files and directories" SLOT="0" KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-File-Path diff --git a/dev-perl/File-Share/File-Share-0.250.0.ebuild b/dev-perl/File-Share/File-Share-0.250.0.ebuild index f284dd2dc340..632defaf6e0d 100644 --- a/dev-perl/File-Share/File-Share-0.250.0.ebuild +++ b/dev-perl/File-Share/File-Share-0.250.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ DESCRIPTION="Extend File::ShareDir to local libraries" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-perl/File-ShareDir-1.30.0" DEPEND="${RDEPEND} diff --git a/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild b/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild index b696b3c06255..9f7e499af0c7 100644 --- a/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild +++ b/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild @@ -13,6 +13,7 @@ DESCRIPTION="Install shared files" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" PERL_RM_FILES=( "Build.PL" ) # Using MBTiny is stupid this high up RDEPEND=" diff --git a/dev-perl/File-ShareDir-ProjectDistDir/File-ShareDir-ProjectDistDir-1.0.9.ebuild b/dev-perl/File-ShareDir-ProjectDistDir/File-ShareDir-ProjectDistDir-1.0.9.ebuild index 263ad860c8c8..89d299783aa2 100644 --- a/dev-perl/File-ShareDir-ProjectDistDir/File-ShareDir-ProjectDistDir-1.0.9.ebuild +++ b/dev-perl/File-ShareDir-ProjectDistDir/File-ShareDir-ProjectDistDir-1.0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ DESCRIPTION="Simple set-and-forget using of a '/share' directory in your project SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test minimal" +RESTRICT="!test? ( test )" RDEPEND=" !minimal? ( >=dev-perl/Path-Tiny-0.58.0 ) diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild index 0b94289a5fec..08ae3cffbc95 100644 --- a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild +++ b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Locate per-dist and per-module shared files" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/File-Slurp-Tiny/File-Slurp-Tiny-0.4.0.ebuild b/dev-perl/File-Slurp-Tiny/File-Slurp-Tiny-0.4.0.ebuild index 46202a22b447..620c34f852ac 100644 --- a/dev-perl/File-Slurp-Tiny/File-Slurp-Tiny-0.4.0.ebuild +++ b/dev-perl/File-Slurp-Tiny/File-Slurp-Tiny-0.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="A simple, sane and efficient file slurper" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/File-Slurp/File-Slurp-9999.270.0.ebuild b/dev-perl/File-Slurp/File-Slurp-9999.270.0.ebuild index ebc6693458cd..51c841a1429a 100644 --- a/dev-perl/File-Slurp/File-Slurp-9999.270.0.ebuild +++ b/dev-perl/File-Slurp/File-Slurp-9999.270.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Simple and Efficient Reading/Writing/Modifying of Complete Files" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/File-Slurper/File-Slurper-0.10.0.ebuild b/dev-perl/File-Slurper/File-Slurper-0.10.0.ebuild index 7d79b57a4a74..3b82f7881605 100644 --- a/dev-perl/File-Slurper/File-Slurper-0.10.0.ebuild +++ b/dev-perl/File-Slurper/File-Slurper-0.10.0.ebuild @@ -13,6 +13,7 @@ DESCRIPTION="A simple, sane and efficient module to slurp a file" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-perl/PerlIO-utf8_strict diff --git a/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild b/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild index 5d9c09a7fd51..8c888c528e86 100644 --- a/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild +++ b/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ DESCRIPTION="Use native OS implementation of File::Spec from a subclass" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="virtual/perl-File-Spec" DEPEND="${RDEPEND} diff --git a/dev-perl/File-Which/File-Which-1.210.0.ebuild b/dev-perl/File-Which/File-Which-1.210.0.ebuild index b8322d42be7c..51a1b5eb44f7 100644 --- a/dev-perl/File-Which/File-Which-1.210.0.ebuild +++ b/dev-perl/File-Which/File-Which-1.210.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Perl module implementing 'which' internally" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="test +pwhich" +RESTRICT="!test? ( test )" # Was part of File::Which, but depends on File::Which # so this keeps legacy integrity in place. diff --git a/dev-perl/File-Which/File-Which-1.220.0.ebuild b/dev-perl/File-Which/File-Which-1.220.0.ebuild index d61c2b4a6be7..8e402dc58ae1 100644 --- a/dev-perl/File-Which/File-Which-1.220.0.ebuild +++ b/dev-perl/File-Which/File-Which-1.220.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Perl module implementing 'which' internally" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test +pwhich" +RESTRICT="!test? ( test )" # Was part of File::Which, but depends on File::Which # so this keeps legacy integrity in place. diff --git a/dev-perl/File-Which/File-Which-1.90.0-r1.ebuild b/dev-perl/File-Which/File-Which-1.90.0-r1.ebuild index 6518ccfb9f2a..4867646f22b7 100644 --- a/dev-perl/File-Which/File-Which-1.90.0-r1.ebuild +++ b/dev-perl/File-Which/File-Which-1.90.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Perl module implementing 'which' internally" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="test? ( >=dev-perl/Test-Script-1.06 )" diff --git a/dev-perl/File-chdir/File-chdir-0.101.100.ebuild b/dev-perl/File-chdir/File-chdir-0.101.100.ebuild index ee0805c62592..fa4a05c18c30 100644 --- a/dev-perl/File-chdir/File-chdir-0.101.100.ebuild +++ b/dev-perl/File-chdir/File-chdir-0.101.100.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="An alternative to File::Spec and CWD" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~riscv ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/File-chmod/File-chmod-0.420.0.ebuild b/dev-perl/File-chmod/File-chmod-0.420.0.ebuild index 6617d5fdbdf4..ea553e55d06e 100644 --- a/dev-perl/File-chmod/File-chmod-0.420.0.ebuild +++ b/dev-perl/File-chmod/File-chmod-0.420.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Implements symbolic and ls chmod modes" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/File-pushd/File-pushd-1.14.0.ebuild b/dev-perl/File-pushd/File-pushd-1.14.0.ebuild index 8cac7ac7bdc0..b9c4186b275b 100644 --- a/dev-perl/File-pushd/File-pushd-1.14.0.ebuild +++ b/dev-perl/File-pushd/File-pushd-1.14.0.ebuild @@ -13,6 +13,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/FileHandle-Unget/FileHandle-Unget-0.162.800.ebuild b/dev-perl/FileHandle-Unget/FileHandle-Unget-0.162.800.ebuild index e29150084994..8d12f4e9cedb 100644 --- a/dev-perl/FileHandle-Unget/FileHandle-Unget-0.162.800.ebuild +++ b/dev-perl/FileHandle-Unget/FileHandle-Unget-0.162.800.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,6 +13,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="amd64 ia64 ppc sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=virtual/perl-Scalar-List-Utils-1.140.0" DEPEND="${RDEPEND} diff --git a/dev-perl/Filesys-Notify-Simple/Filesys-Notify-Simple-0.120.0.ebuild b/dev-perl/Filesys-Notify-Simple/Filesys-Notify-Simple-0.120.0.ebuild index 1a802d379502..75b46469a292 100644 --- a/dev-perl/Filesys-Notify-Simple/Filesys-Notify-Simple-0.120.0.ebuild +++ b/dev-perl/Filesys-Notify-Simple/Filesys-Notify-Simple-0.120.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Simple and dumb file system watcher" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-perl/Filter" DEPEND=" diff --git a/dev-perl/Finance-Quote/Finance-Quote-1.470.0.ebuild b/dev-perl/Finance-Quote/Finance-Quote-1.470.0.ebuild index a2c47a1254c2..aeeda148fd82 100644 --- a/dev-perl/Finance-Quote/Finance-Quote-1.470.0.ebuild +++ b/dev-perl/Finance-Quote/Finance-Quote-1.470.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,6 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ppc ~ppc64 x86" IUSE="test" +RESTRICT="!test? ( test )" # virtual/perl-Data-Dumper currently commented out in the code diff --git a/dev-perl/Fuse/Fuse-0.16.1-r1.ebuild b/dev-perl/Fuse/Fuse-0.16.1-r1.ebuild index 02c10a497a70..24e53406acc6 100644 --- a/dev-perl/Fuse/Fuse-0.16.1-r1.ebuild +++ b/dev-perl/Fuse/Fuse-0.16.1-r1.ebuild @@ -12,6 +12,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" DEPEND="sys-fs/fuse" RDEPEND=" diff --git a/dev-perl/GDGraph/GDGraph-1.510.0.ebuild b/dev-perl/GDGraph/GDGraph-1.510.0.ebuild index b25f86db1eba..1154f99a5543 100644 --- a/dev-perl/GDGraph/GDGraph-1.510.0.ebuild +++ b/dev-perl/GDGraph/GDGraph-1.510.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Perl5 module to create charts using the GD module" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/GD-1.180.0 diff --git a/dev-perl/GDGraph/GDGraph-1.520.0.ebuild b/dev-perl/GDGraph/GDGraph-1.520.0.ebuild index e039b9b70fad..720c67c5fe79 100644 --- a/dev-perl/GDGraph/GDGraph-1.520.0.ebuild +++ b/dev-perl/GDGraph/GDGraph-1.520.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Perl5 module to create charts using the GD module" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/GD-1.180.0 diff --git a/dev-perl/GDGraph/GDGraph-1.540.0.ebuild b/dev-perl/GDGraph/GDGraph-1.540.0.ebuild index 6624213d0bda..224c8ba67046 100644 --- a/dev-perl/GDGraph/GDGraph-1.540.0.ebuild +++ b/dev-perl/GDGraph/GDGraph-1.540.0.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Perl5 module to create charts using the GD module" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/GD-1.180.0 diff --git a/dev-perl/GSSAPI/GSSAPI-0.280.0-r1.ebuild b/dev-perl/GSSAPI/GSSAPI-0.280.0-r1.ebuild index 0b8245c0e665..91e259a7fa7e 100644 --- a/dev-perl/GSSAPI/GSSAPI-0.280.0-r1.ebuild +++ b/dev-perl/GSSAPI/GSSAPI-0.280.0-r1.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="GSSAPI - Perl extension providing access to the GSSAPIv2 library" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="virtual/krb5" DEPEND="${RDEPEND} diff --git a/dev-perl/Gearman-Client-Async/Gearman-Client-Async-0.940.0-r2.ebuild b/dev-perl/Gearman-Client-Async/Gearman-Client-Async-0.940.0-r2.ebuild index 642aa1a6bff7..23e50adbb0d4 100644 --- a/dev-perl/Gearman-Client-Async/Gearman-Client-Async-0.940.0-r2.ebuild +++ b/dev-perl/Gearman-Client-Async/Gearman-Client-Async-0.940.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Asynchronous client module for Gearman for Danga::Socket applicatio SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-perl/Gearman-1.07 >=dev-perl/Danga-Socket-1.57" diff --git a/dev-perl/Gearman-Server/Gearman-Server-1.130.1-r1.ebuild b/dev-perl/Gearman-Server/Gearman-Server-1.130.1-r1.ebuild index 8e86814b9727..a6c60fa8c3f5 100644 --- a/dev-perl/Gearman-Server/Gearman-Server-1.130.1-r1.ebuild +++ b/dev-perl/Gearman-Server/Gearman-Server-1.130.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Gearman distributed job system - worker/client connector" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Danga-Socket-1.520.0 diff --git a/dev-perl/Gearman/Gearman-2.4.9.ebuild b/dev-perl/Gearman/Gearman-2.4.9.ebuild index b118d714ddbb..78e4b5d72e81 100644 --- a/dev-perl/Gearman/Gearman-2.4.9.ebuild +++ b/dev-perl/Gearman/Gearman-2.4.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Gearman distributed job system, client and worker libraries" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild index bf38aff0bc8e..1034893687f6 100644 --- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild +++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild @@ -13,6 +13,7 @@ HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram" SLOT="0" KEYWORDS="amd64 ~arm x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-vcs/git diff --git a/dev-perl/Gentoo-PerlMod-Version/Gentoo-PerlMod-Version-0.8.1.ebuild b/dev-perl/Gentoo-PerlMod-Version/Gentoo-PerlMod-Version-0.8.1.ebuild index 5ae64d1c5e39..baa5640002f4 100644 --- a/dev-perl/Gentoo-PerlMod-Version/Gentoo-PerlMod-Version-0.8.1.ebuild +++ b/dev-perl/Gentoo-PerlMod-Version/Gentoo-PerlMod-Version-0.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Convert arbitrary Perl Modules' versions into normalised Gentoo ver SLOT="0" KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.103.0.ebuild b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.103.0.ebuild index 506c1d9d2f59..e3c3cd06062d 100644 --- a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.103.0.ebuild +++ b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.103.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Getopt::Long with usage text" SLOT="0" KEYWORDS="amd64 arm ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test minimal" +RESTRICT="!test? ( test )" CONFLICTS="!<dev-perl/MooseX-Getopt-0.660.0" # File::Basename -> perl diff --git a/dev-perl/Getopt-Mixed/Getopt-Mixed-1.120.0.ebuild b/dev-perl/Getopt-Mixed/Getopt-Mixed-1.120.0.ebuild index 30e225fa0a05..8f97dfef74ca 100644 --- a/dev-perl/Getopt-Mixed/Getopt-Mixed-1.120.0.ebuild +++ b/dev-perl/Getopt-Mixed/Getopt-Mixed-1.120.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ DESCRIPTION="Getopt::Mixed is used for parsing mixed options" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp diff --git a/dev-perl/Git-Wrapper/Git-Wrapper-0.47.0-r1.ebuild b/dev-perl/Git-Wrapper/Git-Wrapper-0.47.0-r1.ebuild index bc2693e5b6e6..0835ab9bb5d0 100644 --- a/dev-perl/Git-Wrapper/Git-Wrapper-0.47.0-r1.ebuild +++ b/dev-perl/Git-Wrapper/Git-Wrapper-0.47.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Wrap git(7) command-line interface" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-vcs/git diff --git a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0-r2.ebuild b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0-r2.ebuild index 3c4a0fe01b12..580e53ca43f3 100644 --- a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0-r2.ebuild +++ b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ DESCRIPTION="Perl module interface to interacting with GnuPG" SLOT="0" KEYWORDS="amd64 hppa ppc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=app-crypt/gnupg-1.2.1-r1 diff --git a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0-r3.ebuild b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0-r3.ebuild index 9ef5aecdf16f..dfa05b21244b 100644 --- a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0-r3.ebuild +++ b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0-r3.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Perl module interface to interacting with GnuPG" SLOT="0" KEYWORDS="amd64 ~hppa ~ppc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=app-crypt/gnupg-1.2.1-r1 diff --git a/dev-perl/GooCanvas2/GooCanvas2-0.60.0.ebuild b/dev-perl/GooCanvas2/GooCanvas2-0.60.0.ebuild index 3a8d35fc1bd1..2dfa9ee2b0b6 100644 --- a/dev-perl/GooCanvas2/GooCanvas2-0.60.0.ebuild +++ b/dev-perl/GooCanvas2/GooCanvas2-0.60.0.ebuild @@ -11,6 +11,7 @@ DESCRIPTION="Perl binding for GooCanvas2 widget using Glib::Object::Introspectio SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" x11-libs/goocanvas:2.0 diff --git a/dev-perl/Google-Ads-AdWords-Client/Google-Ads-AdWords-Client-4.18.0.ebuild b/dev-perl/Google-Ads-AdWords-Client/Google-Ads-AdWords-Client-4.18.0.ebuild index 6e8ded53ff39..1cd709e3b612 100644 --- a/dev-perl/Google-Ads-AdWords-Client/Google-Ads-AdWords-Client-4.18.0.ebuild +++ b/dev-perl/Google-Ads-AdWords-Client/Google-Ads-AdWords-Client-4.18.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="test" +RESTRICT="!test? ( test )" PATCHES=( "${FILESDIR}/4.14.0-no-dot-in-inc.patch" "${FILESDIR}/4.14.0-unescaped-lbracket.patch" diff --git a/dev-perl/GraphViz/GraphViz-2.240.0.ebuild b/dev-perl/GraphViz/GraphViz-2.240.0.ebuild index 0f36e16d5818..17208e3eb2d9 100644 --- a/dev-perl/GraphViz/GraphViz-2.240.0.ebuild +++ b/dev-perl/GraphViz/GraphViz-2.240.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,6 +14,7 @@ DESCRIPTION="Interface to AT&T's GraphViz" SLOT="0" KEYWORDS="amd64 ~arm x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" media-gfx/graphviz diff --git a/dev-perl/Graphics-ColorNames-WWW/Graphics-ColorNames-WWW-1.130.0.ebu |