commit:     0206c96b57e5f3ea886833f104373852b1379aab
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May  8 20:34:21 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May  8 20:34:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0206c96b

dev-perl/Path-Tiny: add 0.146.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Path-Tiny/Manifest                 |  1 +
 dev-perl/Path-Tiny/Path-Tiny-0.146.0.ebuild | 41 +++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-perl/Path-Tiny/Manifest b/dev-perl/Path-Tiny/Manifest
index e25a19020ac6..57b3aeaaea75 100644
--- a/dev-perl/Path-Tiny/Manifest
+++ b/dev-perl/Path-Tiny/Manifest
@@ -1 +1,2 @@
 DIST Path-Tiny-0.144.tar.gz 105730 BLAKE2B 
ec7fdb220751e87826b50da6f4ff2d25d56388199d9b7585d85c1513c7403e71e2f40e72cd9a5460ab30ad50756909edaaaca4d102185201d86be234e4953383
 SHA512 
a6360ff3c81dac6026a7610b4934a415db04060a7792e37d38eec6f7b46970eeb42840da25fc0b4eab21eaa7b5f011c6d92ba5382dcea49e57e4fc693c4620d5
+DIST Path-Tiny-0.146.tar.gz 105879 BLAKE2B 
d69085b7ceeb645f6b657effb7075bfe1816a6f5d4ba50fa4ca8043582b58ebdee1306d0364f1cdeeeabcac932d074e47bb4110408cbe6ceb1ea1b739d3af575
 SHA512 
8939e7a42a2539db98825f2755399fb5eb38aac9e6ad17ec71d51edad99ddb4d5d891ef0119b57a79e4fa84c43faedff2a05c705a1e6d731f77d49798d6dc94e

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.146.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.146.0.ebuild
new file mode 100644
index 000000000000..92e81b03cd0f
--- /dev/null
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.146.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DAGOLDEN
+DIST_VERSION=0.146
+inherit perl-module
+
+DESCRIPTION="File path utility"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-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
+"
+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
+       )
+"

Reply via email to