dev-perl/Shell-Guess: add 0.100.0

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-01-22 04:10:01 +00:00
parent 7f3635db15
commit 8d9cb5167a
2 changed files with 19 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST Shell-Guess-0.09.tar.gz 21663 BLAKE2B 1d7ae26373201348bb6b38674f929cc6e9c4211a3f34f0dab80560bd7a79771748e4036ed3c7d08625c435babdbe8d975f593e4faaa7b55eb92d164d2c0041b2 SHA512 60d8b315491cd10eb2cb1c3941db6369d93148e0bd500c72bc082b1673624dead6485d4238e241127c3a04a0f776222fbb90a40af6a327ed9e2988852fff544e
DIST Shell-Guess-0.10.tar.gz 21335 BLAKE2B 51ade9ff24ec08ccbf2e7d2584046cccee8778dc72f076a8c832e814dc81c9beb1484940ecad2ce707672ad1d3f7c1e06d923a89baa26d9298279a7ecbb84381 SHA512 060caba58126e4eb7f1f87ce62760d580a2d8b395ddba0bbdce6d96a73b2eab170ab4148f2560b47cda60fa57ff34c6ac5a80dfb8c56cb040ea4c0469fd5489b

View File

@@ -0,0 +1,18 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=PLICEASE
DIST_VERSION=0.10
inherit perl-module
DESCRIPTION="Make an educated guess about the shell in use"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
BDEPEND="
virtual/perl-ExtUtils-MakeMaker
test? ( >=virtual/perl-Test-Simple-0.980.0 )
"