commit: ed35797935fbba35dfbc9e68070a932ac12be7eb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 21:52:14 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 21:52:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed357979
dev-perl/SVG: add 2.870.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/SVG/Manifest | 1 +
dev-perl/SVG/SVG-2.870.0.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-perl/SVG/Manifest b/dev-perl/SVG/Manifest
index 02066e617966..42cdeed418e5 100644
--- a/dev-perl/SVG/Manifest
+++ b/dev-perl/SVG/Manifest
@@ -1 +1,2 @@
DIST SVG-2.86.tar.gz 57375 BLAKE2B
bb9ae8664fab28d3fcc8886dd636ba6944f10a43d4d6811a97a64fba9ed1a3cb0fb8057ead1233654384faa24931817c2f8b7f41358d9674977ecd091b4f2ca0
SHA512
d8f66c3103cf7fabe0902f86c768e04c757b2c95c5b3291a273e3d3da0201042d6cd70f3a5c005fc0e8b3a6c075c212b9d0bc265f80e210fb8ecfca8178473d0
+DIST SVG-2.87.tar.gz 55282 BLAKE2B
01ce96dfb2e75adb0389abce221d355566e3a4f26cca682103f458b33180bbc2b78f2624393a51cbaf142fc986823f25db7119df24df244f12c994fac9bb9168
SHA512
c0b690c48bb0cc2668db8efe5cfff5fe693ae746a0e6b661aa07b5894d869017a201a4b77d53de1c82c6918c408538cec8dee1ea7bc892c5c418509145be827f
diff --git a/dev-perl/SVG/SVG-2.870.0.ebuild b/dev-perl/SVG/SVG-2.870.0.ebuild
new file mode 100644
index 000000000000..7b7c447df55c
--- /dev/null
+++ b/dev-perl/SVG/SVG-2.870.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MANWAR
+DIST_VERSION=2.87
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Perl extension for generating Scalable Vector Graphics (SVG)
documents"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="
+ virtual/perl-parent
+ virtual/perl-Scalar-List-Utils
+"
+BDEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( >=virtual/perl-Test-Simple-0.940.0 )
+"
+
+src_test() {
+ perl_rm_files t/96-perl-critic.t t/98-tidyall.t \
+ t/99_test_pod_coverage.t \
+ t/meta-json.t \
+ t/meta-yml.t
+ perl-module_src_test
+}