gentoo/dev-perl/OOTools/OOTools-2.410.0.ebuild
Andreas K. Hüttel 8e12572f25
dev-perl/OOTools: Version bump 2.41
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2021-07-21 01:42:46 +02:00

30 lines
555 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=SKNPP
DIST_VERSION=2.41
inherit perl-module
DESCRIPTION="Pragma to implement lvalue accessors with options"
SRC_URI+=" https://dev.gentoo.org/~tove/distfiles/${CATEGORY}/${PN}/${PN}-2.300.0-patch.tar.bz2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
BDEPEND="
dev-perl/Module-Build
test? (
dev-perl/CGI
)
"
EPATCH_SUFFIX=patch
PATCHES=(
"${WORKDIR}"/${DIST_NAME:-${PN}}-patch
)
PERL_RM_FILES=( t/test_pod.t t/test_pod_coverage.t )