mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-perl/Path-Tiny: add 0.150.0
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST Path-Tiny-0.146.tar.gz 105879 BLAKE2B d69085b7ceeb645f6b657effb7075bfe1816a6f5d4ba50fa4ca8043582b58ebdee1306d0364f1cdeeeabcac932d074e47bb4110408cbe6ceb1ea1b739d3af575 SHA512 8939e7a42a2539db98825f2755399fb5eb38aac9e6ad17ec71d51edad99ddb4d5d891ef0119b57a79e4fa84c43faedff2a05c705a1e6d731f77d49798d6dc94e
|
||||
DIST Path-Tiny-0.148.tar.gz 109809 BLAKE2B f667aca11c267580415b8313a2db6ffae977972419300a90aead4ec79b2cc99a7eb222157ec55c4e87ef28155fd0a99560a79e1da54d27e48f155182e865dc49 SHA512 2adc60d3872ebd53dff4197b6c8fe4132f6bf3a5de4f27ef0d5885e8f2cdcc88d0fbce3bd12f2b547681d0cd59fd8ce9a7eaf896a580f54089f118a28e0a0393
|
||||
DIST Path-Tiny-0.150.tar.gz 105901 BLAKE2B 5601749482d5fa9be249e95ae78378281e3efec813fa59940f9e40b4794ce3d62148251b34c281bf661d7d870222c989c79deaae86e4520c9ee5166a43f146fc SHA512 638ff4bf9b2a13c68793be8201a5452392ce38408a9d561a2d58067b40e5d24d27912964972f3e49cb4a3bc829ff7a4a86b47bda6b884c6edae6a4381839dec2
|
||||
|
||||
30
dev-perl/Path-Tiny/Path-Tiny-0.150.0.ebuild
Normal file
30
dev-perl/Path-Tiny/Path-Tiny-0.150.0.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=DAGOLDEN
|
||||
DIST_VERSION=0.150
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="File path utility"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~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
|
||||
)
|
||||
"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
test? (
|
||||
!minimal? (
|
||||
dev-perl/Test-FailWarnings
|
||||
dev-perl/Test-MockRandom
|
||||
)
|
||||
)
|
||||
"
|
||||
Reference in New Issue
Block a user