summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-11-27 07:53:34 +0000
committerSam James <sam@gentoo.org>2024-11-27 07:53:34 +0000
commitf3cc8848536783481c128cbb67b6a421108bc1c4 (patch)
tree22d3113baa03d8749d745e924fd1fd34bac9089e /dev-perl
parentdev-perl/MailTools: add 2.220.0 (diff)
downloadgentoo-f3cc8848536783481c128cbb67b6a421108bc1c4.tar.gz
gentoo-f3cc8848536783481c128cbb67b6a421108bc1c4.tar.bz2
gentoo-f3cc8848536783481c128cbb67b6a421108bc1c4.zip
dev-perl/Test-utf8: add 1.30.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Test-utf8/Manifest1
-rw-r--r--dev-perl/Test-utf8/Test-utf8-1.30.0.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Test-utf8/Manifest b/dev-perl/Test-utf8/Manifest
index 0f654efe46c2..06f055533f93 100644
--- a/dev-perl/Test-utf8/Manifest
+++ b/dev-perl/Test-utf8/Manifest
@@ -1 +1,2 @@
DIST Test-utf8-1.02.tar.gz 32036 BLAKE2B f5fd6c688519722fb8469a3a85c7b13b354698a92614b8efa5b6537171f2b11c15612e892d32806337213b9a30ecd85ba61c371d253c4a01af066b05aeb5ecae SHA512 f544174ad570c5e027acf66dcf335ddc4be3727488559933a389dbd7f2214e66490f96d0e816677310468076719d891fa3da80524b2b10345d8be8eebf4a1469
+DIST Test-utf8-1.03.tar.gz 33813 BLAKE2B d9a15c90dedc483671c5226b30733385003ee4c8064f19d02d28d3e05958dc20586df9470b10b766c30de7369fa8ca65769449c8c96dccdad68a79105502cefc SHA512 4db3b87ccdc5c544ce085e8a8d6b468c119948e8d265f8429f23d325db5d840bd12e2a63566b92c3780f12d07d104dc4f3b1e943caecfdd05a8a0c4fab7b8a6a
diff --git a/dev-perl/Test-utf8/Test-utf8-1.30.0.ebuild b/dev-perl/Test-utf8/Test-utf8-1.30.0.ebuild
new file mode 100644
index 000000000000..9f2fee22de12
--- /dev/null
+++ b/dev-perl/Test-utf8/Test-utf8-1.30.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SCHWIGON
+DIST_VERSION=1.03
+inherit perl-module
+
+DESCRIPTION="Handy utf8 tests"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND=""
+BDEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"