dev-perl/PDF-API2: Drop old versions

Signed-off-by: Matt Turner <mattst88@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Matt Turner 2024-12-21 08:32:43 -05:00 committed by Sam James
parent e941483366
commit 70de54bb4a
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 0 additions and 34 deletions

View File

@ -1,2 +1 @@
DIST PDF-API2-2.044.tar.gz 3595900 BLAKE2B f1f73de9cdb0481f0536a8b9fce5a7101476c6ed5d1b7a26c90722452742e9289b6d40af0203062aaa7a85ce0379e8841568cb557deedc73dbc7d8f5cd6f6a1f SHA512 5d749676496d133164125275f1d35d84c6e3373cebf2b1515266473470a97cc1843f4dc8a494be0146c0c58486b535e7c27b4a034ae1b7ad19ecdb1e5c69e425
DIST PDF-API2-2.045.tar.gz 3595544 BLAKE2B a8e0b6ff2bf4d8803a77ea2c26a123a764b1e5fbb9ebc5a23329cfbf3efa9613575457322544b1c4f5dc24c8adecf075a6ff863ad9ef301d47cedecee24a41ba SHA512 86d71cec6ce9e7798948513b6408de404ec30e0022e8852a94e9ad602d4bc2f12285ec19f560c940c0e5303816748bdeaad604b9b53181252e9ea2ead1365be0

View File

@ -1,33 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=SSIMMS
DIST_VERSION=2.044
DIST_EXAMPLES=( "contrib/*" )
inherit perl-module
DESCRIPTION="Facilitates the creation and modification of PDF files"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 x86"
RDEPEND="
>=virtual/perl-IO-Compress-1.0.0
dev-perl/Font-TTF
"
BDEPEND="
${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/Test-Exception
dev-perl/Test-Memory-Cycle
)
"
src_test() {
perl_rm_files t/author-*.t
perl-module_src_test
}