diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-08-22 03:29:28 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-08-22 03:32:14 +1200 |
commit | 6132552728a31e643848b73a81ad9676f189767e (patch) | |
tree | 370552f0dfd340cab1de6ac1ef02827a2b03d6a6 /dev-perl/File-BOM | |
parent | app-shells/dash: sparc stable wrt bug #738228 (diff) | |
download | gentoo-6132552728a31e643848b73a81ad9676f189767e.tar.gz gentoo-6132552728a31e643848b73a81ad9676f189767e.tar.bz2 gentoo-6132552728a31e643848b73a81ad9676f189767e.zip |
dev-perl/File-BOM: Bump to version 0.180.0
- EAPI7
- Restore parallel testing as upstream now provides a testrules.yml
which controls which parts can be run concurrently, and which parts
cant
Upstream:
- Ship testrules.yml to users
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/File-BOM')
-rw-r--r-- | dev-perl/File-BOM/File-BOM-0.180.0.ebuild | 31 | ||||
-rw-r--r-- | dev-perl/File-BOM/Manifest | 1 |
2 files changed, 32 insertions, 0 deletions
diff --git a/dev-perl/File-BOM/File-BOM-0.180.0.ebuild b/dev-perl/File-BOM/File-BOM-0.180.0.ebuild new file mode 100644 index 000000000000..90dc3e2b9761 --- /dev/null +++ b/dev-perl/File-BOM/File-BOM-0.180.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=MATTLAW +DIST_VERSION=0.18 +inherit perl-module + +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 + >=dev-perl/Readonly-0.60.0 +" +DEPEND="dev-perl/Module-Build" +BDEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.420.0 + test? ( + >=dev-perl/Test-Exception-0.200.0 + virtual/perl-Test-Simple + ) +" +PERL_RM_FILES=( + "t/04..pod.t" +) diff --git a/dev-perl/File-BOM/Manifest b/dev-perl/File-BOM/Manifest index 0b61caa30f08..2681ca2a0b6a 100644 --- a/dev-perl/File-BOM/Manifest +++ b/dev-perl/File-BOM/Manifest @@ -1 +1,2 @@ DIST File-BOM-0.16.tar.gz 19835 BLAKE2B ca0fad3d6edd046e61b7775dd2660af276cc53580b8ae7d0426e5a77776680d0465b3f881311efe73de8a6fe3cd07f24e24ad0c1cabdf187d41afb1de8ec323c SHA512 08c45b45111e95e03670da5fe2dca309039b9f635cfa7c6fd7fcbe7358569fc3d1c374852fb8c51d609e8e7bed662baa9cbb85dc823051c349cfb00cee996fa3 +DIST File-BOM-0.18.tar.gz 20042 BLAKE2B 8666130e840da7664f541452b8d0072488ae734d9852895011a11389ccc4e9c47051537f1341059b93bf0bc3ca285f58560916ec4e12e5742d200e888d1fe1f9 SHA512 b0d26b9453d7ccf844bf8cf4df307594f7d91457cd5eb5d6457495581cccfacd53c0e8ca4a0d91cf8b4c7553026d0c4f1faf0b07eb0fbd93e0da66f61392e15c |