dev-perl/Palm-PDB: EAPI=8 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2021-07-23 22:45:25 +02:00
parent 703df9acbc
commit 5fdebd3ae0
No known key found for this signature in database
GPG Key ID: 4C49F79E54D0A206

View File

@ -1,36 +1,27 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=8
DIST_AUTHOR=CJM
DIST_VERSION=1.400
DIST_EXAMPLES=( "examples/*" )
inherit perl-module
DESCRIPTION="Parse Palm database files"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="test examples"
RESTRICT="!test? ( test )"
# This package is split upstream from "Palm"
# so collides before 1.14.0
RDEPEND="
!<dev-perl/Palm-1.14.0
"
DEPEND="${RDEPEND}
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Test-Simple
)
"
src_install() {
perl-module_src_install
if use examples; then
docompress -x /usr/share/doc/${PF}/examples
insinto /usr/share/doc/${PF}/examples
doins -r examples/*
fi
}