summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-19 00:04:39 +0100
committerSam James <sam@gentoo.org>2023-06-19 00:18:52 +0100
commitb3555f33a248cdd0ac17e1511dbc23a886c4004d (patch)
treec06a6414b062da1d90e20c68bf126845a01b2cc4 /dev-perl/Stat-lsMode
parentapp-antivirus/lkrg: fix ProvidedEclassInherit on linux-info (diff)
downloadgentoo-b3555f33a248cdd0ac17e1511dbc23a886c4004d.tar.gz
gentoo-b3555f33a248cdd0ac17e1511dbc23a886c4004d.tar.bz2
gentoo-b3555f33a248cdd0ac17e1511dbc23a886c4004d.zip
dev-perl/Stat-lsMode: add 0.510.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Stat-lsMode')
-rw-r--r--dev-perl/Stat-lsMode/Manifest1
-rw-r--r--dev-perl/Stat-lsMode/Stat-lsMode-0.510.0.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Stat-lsMode/Manifest b/dev-perl/Stat-lsMode/Manifest
index c51f6fcf92d4..552f614a2d9b 100644
--- a/dev-perl/Stat-lsMode/Manifest
+++ b/dev-perl/Stat-lsMode/Manifest
@@ -1 +1,2 @@
DIST Stat-lsMode-0.50.tar.gz 4017 BLAKE2B 4c5daf228225d19acccbff61d01927db6d1259646205429e88b59c459ba6592524a1edd1af7208ebe61e71b6f2d8309df3210d7246fae206c1585764aa65aeaf SHA512 dec0617efbf65b64d348519e9e591ccf34cd50d857ba253feef8099ffd7bfc6f89f0e57fa90b4c4f3f2f3e02aa07ae66b3aac194276364269b73e5b5dbe8b9f4
+DIST Stat-lsMode-0.51.tar.gz 12996 BLAKE2B 8eec30e6ff96af50e5a60ad70e9365f564a357c1c12b4881bad330ff7bbf170d7e7a2106f0e95a7557d6ac5ded25931bfe745d18d1122572fc14c02fa8dabe14 SHA512 d1838efb8c6c6b27981247a5380335b167fd92cabbe0492b687ac245b55ddc8628256ef60ee0ec69753b0f4ec8977b547cc4baeac5f88637a7f11bd8467e9ec9
diff --git a/dev-perl/Stat-lsMode/Stat-lsMode-0.510.0.ebuild b/dev-perl/Stat-lsMode/Stat-lsMode-0.510.0.ebuild
new file mode 100644
index 000000000000..16449a0c4590
--- /dev/null
+++ b/dev-perl/Stat-lsMode/Stat-lsMode-0.510.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ARISTOTLE
+DIST_VERSION=0.51
+inherit perl-module
+
+DESCRIPTION="Perl Stat-lsMode Module"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Exporter
+"
+BDEPEND="
+ >=virtual/perl-ExtUtils-MakeMaker-6.57
+"