dev-perl/PDF-Builder: Remove old

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:15:39 +01:00
parent 72b8e5804f
commit 8f3f8a77fe
2 changed files with 0 additions and 32 deletions

View File

@@ -1,2 +1 @@
DIST PDF-Builder-3.019.tar.gz 12198051 BLAKE2B a778a2965af5ef983ea2b12b04a42d80fa899fb2fb2ba8153b146abd5761714b816fa4f584ee588b98597eebfa93886e410d9b83b0c819a366632ab7f5b8b450 SHA512 f1869a6ecb202a7661600e91ddc1ab1d21387979d7e42470ec4c663f2b36b8c04e12c475f5ba90a88ce43950723f73ce46c5d0057220d5a53e34cc16b22ce92e
DIST PDF-Builder-3.023.tar.gz 7561436 BLAKE2B 0803289973f3deb0672ef9a59ce66aa810504df328942926c22f5fcc57cb38b7b3758a59ce64ef955d9602d930ff243762a544f5b9e89625e487b9a2f09c40b1 SHA512 e9df0c28f406e5b2c8fc128b598dfc8e1def35726c606cf566b7a961a1b7281c9f8a3719191293007dfee7c7715d26e94a85a17c26a5cf09ceed8bf6161867fd

View File

@@ -1,31 +0,0 @@
# 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 )