dev-perl/PDF-API2: Version bump 2.042

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2021-11-25 02:14:57 +01:00
parent 88df1526bd
commit 72b8e5804f
2 changed files with 34 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST PDF-API2-2.040.tar.gz 3564742 BLAKE2B 16a33cf2f4cc700fe28ae73b3e01f7215adf22949b5d71c70c08d256c11ce2d007ea3106f9ccf6d89686448996c1ad24edd1259ef621a3056ba1040bde876020 SHA512 4b60e50bfded7c58be5e086db245b59e6f4fa08a9aa52e52f2c67036c27f5411c05ddc3980349ffe30ee20af8ea4f67eb67ec84724fc408e69de5e6da9cebdfa
DIST PDF-API2-2.042.tar.gz 3595280 BLAKE2B 128e0d3a6832d3cb0019ff6a6e2488c87e0993a6161c1fe2d57b9948ddd75da3421dc9d09db48b8871cb31c6d5f02480660f121d8135ea0873e6bb971c372aa0 SHA512 c55827056228320beaa8574a4b73f92a8dfa730f7874df7ac6ad9f2b4b017f29c84db8d7c41e71300b2252e7525ec3cc0111c787c88af0e463d52c762ced6ef0

View File

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