summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-01-22 04:10:01 +0000
committerSam James <sam@gentoo.org>2025-01-22 04:10:01 +0000
commit8d9cb5167ab5078ae6624d0ba86b02fe292fd7b4 (patch)
treedca05ac23e2e3fe348e3440586915a4326bbc94f /dev-perl
parentdev-perl/Date-Manip: add 6.960.0 (diff)
downloadgentoo-8d9cb5167ab5078ae6624d0ba86b02fe292fd7b4.tar.gz
gentoo-8d9cb5167ab5078ae6624d0ba86b02fe292fd7b4.tar.bz2
gentoo-8d9cb5167ab5078ae6624d0ba86b02fe292fd7b4.zip
dev-perl/Shell-Guess: add 0.100.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Shell-Guess/Manifest1
-rw-r--r--dev-perl/Shell-Guess/Shell-Guess-0.100.0.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Shell-Guess/Manifest b/dev-perl/Shell-Guess/Manifest
index 92a59d27a2de..774e4db18097 100644
--- a/dev-perl/Shell-Guess/Manifest
+++ b/dev-perl/Shell-Guess/Manifest
@@ -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
diff --git a/dev-perl/Shell-Guess/Shell-Guess-0.100.0.ebuild b/dev-perl/Shell-Guess/Shell-Guess-0.100.0.ebuild
new file mode 100644
index 000000000000..ba408026237f
--- /dev/null
+++ b/dev-perl/Shell-Guess/Shell-Guess-0.100.0.ebuild
@@ -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 )
+"