commit: da9572f74d3d8bbb7464d79d5c51b9b056db7e1e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 10 05:19:36 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 10 05:51:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da9572f7
dev-perl/Sub-Quote: add 2.6.9
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Sub-Quote/Manifest | 1 +
dev-perl/Sub-Quote/Sub-Quote-2.6.9.ebuild | 18 ++++++++++++++++++
2 files changed, 19 insertions(+)
diff --git a/dev-perl/Sub-Quote/Manifest b/dev-perl/Sub-Quote/Manifest
index 48c65bd5641e..96fa7acb0f99 100644
--- a/dev-perl/Sub-Quote/Manifest
+++ b/dev-perl/Sub-Quote/Manifest
@@ -1 +1,2 @@
DIST Sub-Quote-2.006008.tar.gz 35925 BLAKE2B
0ce8ccfd9c9ab309f61a409aab085407675c7a96b4bef16306ec6f8cd560e2791ef9ffadbd18d84e0faf4f1471e8a08f28763d1574c1e25278f87b0e1f4965ea
SHA512
474c02953555e815c64270299a2ea36a172c11ff739d77a3f5133f4c40d5ec48ad60c09465bd93864c254f180ba73d8381752ac649f8d4f729199f3088e71e26
+DIST Sub-Quote-2.006009.tar.gz 36379 BLAKE2B
4ca14cdc64b7c916fd6d63f96e59bd6b6f8dba5086847d7136b5c435e78154b8395910bc7af269e71629c8a5925adf74015f4d3493654d1c923b752293b6b55e
SHA512
39328f6cf0b690c7e37600554fc0492b7f7f9fad80816a02ea038763edb9039c893ae05fe25ce27b8e4410f91c363ba4110e08a0eede18ef387fca5f5c548c85
diff --git a/dev-perl/Sub-Quote/Sub-Quote-2.6.9.ebuild
b/dev-perl/Sub-Quote/Sub-Quote-2.6.9.ebuild
new file mode 100644
index 000000000000..98e8149e3d5d
--- /dev/null
+++ b/dev-perl/Sub-Quote/Sub-Quote-2.6.9.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=HAARG
+DIST_VERSION=2.006009
+inherit perl-module
+
+DESCRIPTION="Efficient generation of subroutines via string eval"
+
+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"
+
+RDEPEND="
+ !<dev-perl/Moo-2.3.0
+"
+BDEPEND="${RDEPEND}"