diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-25 12:50:11 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-25 13:15:54 +0200 |
commit | 997f5b82f86494380b5ee78ddc79a1a3751cdab5 (patch) | |
tree | 81090872689b2c3f20a661d4689c8851f72c9106 /dev-perl/Path-Tiny | |
parent | sys-devel/binutils-hppa64: Rekeyword 2.36.1-r2 (diff) | |
download | gentoo-997f5b82f86494380b5ee78ddc79a1a3751cdab5.tar.gz gentoo-997f5b82f86494380b5ee78ddc79a1a3751cdab5.tar.bz2 gentoo-997f5b82f86494380b5ee78ddc79a1a3751cdab5.zip |
dev-perl/Path-Tiny: Version bump 0.118
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/Path-Tiny')
-rw-r--r-- | dev-perl/Path-Tiny/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild | 42 |
2 files changed, 43 insertions, 0 deletions
diff --git a/dev-perl/Path-Tiny/Manifest b/dev-perl/Path-Tiny/Manifest index 2004cc65059b..3e8c3ddb4aa0 100644 --- a/dev-perl/Path-Tiny/Manifest +++ b/dev-perl/Path-Tiny/Manifest @@ -1 +1,2 @@ DIST Path-Tiny-0.104.tar.gz 93011 BLAKE2B 6492f651d1b5aa82309d0caf32a97bc890d8952b0fb37429babbba4c66beab24dd3e6bb2e36aedd1098b98828b367e43d25b6fc7529ae897358ea60373797200 SHA512 6574e48645ebb4f61d45c1365e8b63cfaac6423394ba08363cfd62d3d98d163bd333d997bf5f7fd0e37ff94fcb3a3e19871eb7499b295399f048fd6a4bd3c78c +DIST Path-Tiny-0.118.tar.gz 92950 BLAKE2B 4521765cc5486266d6d8cdded83cd73b3bbc302afa60d96c8ba0f025c9c949a3cd3839ce20fe91b7f64698013306951c184d76f53c510183560cd2d75b76b7c0 SHA512 cca91e7fcb099aa7aec73135d295f3f32366ca4bec17201183d3e5cb69cf7e58f2554e162318bc34dc787689bab338286937c0e83065d8aff4d4862aa53efc61 diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild b/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild new file mode 100644 index 000000000000..ad24d06e1308 --- /dev/null +++ b/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=DAGOLDEN +DIST_VERSION=0.118 +inherit perl-module + +DESCRIPTION="File path utility" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="minimal" + +RDEPEND=" + !minimal? ( + >=dev-perl/Unicode-UTF8-0.580.0 + ) + virtual/perl-Carp + >=virtual/perl-Digest-1.30.0 + >=virtual/perl-Digest-SHA-5.450.0 + virtual/perl-Encode + >=virtual/perl-Exporter-5.570.0 + >=virtual/perl-File-Path-2.70.0 + >=virtual/perl-File-Spec-0.860.0 + >=virtual/perl-File-Temp-0.190.0 + virtual/perl-if +" + +BDEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.170.0 + test? ( + !minimal? ( + >=virtual/perl-JSON-PP-2.273.0 + dev-perl/Test-FailWarnings + dev-perl/Test-MockRandom + ) + >=virtual/perl-Test-Simple-0.960.0 + ) +" |