mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
703df9acbc
commit
5fdebd3ae0
@ -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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user