diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-29 02:50:58 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-29 02:58:34 +0200 |
commit | f8e5144c8f3fc177eccbf98d872abf302fda9210 (patch) | |
tree | 50e6ee0df2d400a1403fc415c4879aa6dfa03ac5 /dev-perl/Test-SharedFork/Test-SharedFork-0.350.0-r1.ebuild | |
parent | dev-perl/Test-Script: Version bump 1.29 (diff) | |
download | gentoo-f8e5144c8f3fc177eccbf98d872abf302fda9210.tar.gz gentoo-f8e5144c8f3fc177eccbf98d872abf302fda9210.tar.bz2 gentoo-f8e5144c8f3fc177eccbf98d872abf302fda9210.zip |
dev-perl/Test-SharedFork: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Test-SharedFork/Test-SharedFork-0.350.0-r1.ebuild')
-rw-r--r-- | dev-perl/Test-SharedFork/Test-SharedFork-0.350.0-r1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/Test-SharedFork/Test-SharedFork-0.350.0-r1.ebuild b/dev-perl/Test-SharedFork/Test-SharedFork-0.350.0-r1.ebuild new file mode 100644 index 000000000000..ee81b2afa72e --- /dev/null +++ b/dev-perl/Test-SharedFork/Test-SharedFork-0.350.0-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=EXODIST +DIST_VERSION=0.35 +inherit perl-module + +DESCRIPTION="Ensure that tests work correctly when fork() is used" + +SLOT="0" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" + +RDEPEND=" + virtual/perl-File-Temp + >=virtual/perl-Test-Simple-0.880.0 +" +BDEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.640.0 + test? ( + virtual/perl-Test-Harness + dev-perl/Test-Requires + virtual/perl-Time-HiRes + ) +" |