From 74847a9190c96b5158a9be20b6e49173c284ab85 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Mon, 2 Nov 2020 19:52:40 +0000 Subject: dev-perl/PDF-Builder: new package, version 3.19.0 Required as a future dependency of media-gfx/gscan2pdf Closes: https://github.com/gentoo/gentoo/pull/18113 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Chris Mayo Signed-off-by: Kent Fredric --- dev-perl/PDF-Builder/PDF-Builder-3.19.0.ebuild | 31 ++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 dev-perl/PDF-Builder/PDF-Builder-3.19.0.ebuild (limited to 'dev-perl/PDF-Builder/PDF-Builder-3.19.0.ebuild') diff --git a/dev-perl/PDF-Builder/PDF-Builder-3.19.0.ebuild b/dev-perl/PDF-Builder/PDF-Builder-3.19.0.ebuild new file mode 100644 index 000000000000..666775ff16d0 --- /dev/null +++ b/dev-perl/PDF-Builder/PDF-Builder-3.19.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=PMPERRY +DIST_VERSION=3.019 +DIST_EXAMPLES=( "contrib/*" ) +inherit perl-module + +DESCRIPTION="Facilitates the creation and modification of PDF files" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="examples test" +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-perl/Font-TTF + virtual/perl-IO-Compress +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + dev-perl/Test-Exception + dev-perl/Test-Memory-Cycle + ) +" + +PERL_RM_FILES=( t/author-{critic,pod-syntax}.t ) -- cgit v1.2.3-65-gdbad