diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-09-09 21:53:29 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-09-10 11:09:14 +1200 |
commit | 14f66bcdebadc81a0c7222e4b0651f1da0d67ecf (patch) | |
tree | 236079ce92cd7807f423a56629633b940d4cf27c /dev-perl/Filesys-Notify-Simple | |
parent | dev-python/sentry-sdk: Enable a subset of tests (diff) | |
download | gentoo-14f66bcdebadc81a0c7222e4b0651f1da0d67ecf.tar.gz gentoo-14f66bcdebadc81a0c7222e4b0651f1da0d67ecf.tar.bz2 gentoo-14f66bcdebadc81a0c7222e4b0651f1da0d67ecf.zip |
dev-perl/Filesys-Notify-Simple: Bump to version 0.140.0
- EAPI7
- Parallel tests
- Strip unwanted tests
Upstream:
- Add OpenBSD support
- Fix using newer Mac::FSEvents API
- Include path with linux warning messages
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Filesys-Notify-Simple')
-rw-r--r-- | dev-perl/Filesys-Notify-Simple/Filesys-Notify-Simple-0.140.0.ebuild | 27 | ||||
-rw-r--r-- | dev-perl/Filesys-Notify-Simple/Manifest | 1 |
2 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/Filesys-Notify-Simple/Filesys-Notify-Simple-0.140.0.ebuild b/dev-perl/Filesys-Notify-Simple/Filesys-Notify-Simple-0.140.0.ebuild new file mode 100644 index 000000000000..d10514850ab3 --- /dev/null +++ b/dev-perl/Filesys-Notify-Simple/Filesys-Notify-Simple-0.140.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=MIYAGAWA +DIST_VERSION=0.14 +inherit perl-module + +DESCRIPTION="Simple and dumb file system watcher" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +BDEPEND=" + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Temp + dev-perl/Test-SharedFork + virtual/perl-Test-Simple + ) +" +PERL_RM_FILES=( + t/author-pod-syntax.t +) diff --git a/dev-perl/Filesys-Notify-Simple/Manifest b/dev-perl/Filesys-Notify-Simple/Manifest index 50161ef7243f..a3bbbb52563a 100644 --- a/dev-perl/Filesys-Notify-Simple/Manifest +++ b/dev-perl/Filesys-Notify-Simple/Manifest @@ -1 +1,2 @@ DIST Filesys-Notify-Simple-0.12.tar.gz 12935 BLAKE2B 835e45ca61fe7e624b5e14df16d897a56c8f108cc17a9002a8192f01f46a4542a9a6dce5c75ddce40323db87713cf1ddb59b8300be096bc1e8d195bc1436b4ee SHA512 3edb9a5087b82c87bea1b4092a3c7c264ec6f8da391052593e504b16392ea1a84771bbcbad21d623f727682cc6ab4474fe6a7e346c8bebe13f60d39e83594e2b +DIST Filesys-Notify-Simple-0.14.tar.gz 13429 BLAKE2B 303b1576f1f98fe016ad31e435683cc7535f3f0270c358a6ca5878d9872c792f2ead8aaa737f915bc27a605146a3f78353c8b5301da300448afa3f26bf7c709f SHA512 45fe097beb925e913af9c48704f5f550931c70673455258249127dff27abe1955e0e968f37c7c0f4c798a20be78b1055362c69ec2906e8e2633b21f68b198208 |