dev-perl/SVG: Drop old versions

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2024-03-14 12:44:05 -04:00
parent 89f9e761e5
commit d01810b8bd
2 changed files with 0 additions and 32 deletions

View File

@@ -1,2 +1 @@
DIST SVG-2.86.tar.gz 57375 BLAKE2B bb9ae8664fab28d3fcc8886dd636ba6944f10a43d4d6811a97a64fba9ed1a3cb0fb8057ead1233654384faa24931817c2f8b7f41358d9674977ecd091b4f2ca0 SHA512 d8f66c3103cf7fabe0902f86c768e04c757b2c95c5b3291a273e3d3da0201042d6cd70f3a5c005fc0e8b3a6c075c212b9d0bc265f80e210fb8ecfca8178473d0
DIST SVG-2.87.tar.gz 55282 BLAKE2B 01ce96dfb2e75adb0389abce221d355566e3a4f26cca682103f458b33180bbc2b78f2624393a51cbaf142fc986823f25db7119df24df244f12c994fac9bb9168 SHA512 c0b690c48bb0cc2668db8efe5cfff5fe693ae746a0e6b661aa07b5894d869017a201a4b77d53de1c82c6918c408538cec8dee1ea7bc892c5c418509145be827f

View File

@@ -1,31 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=MANWAR
DIST_VERSION=2.86
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
}