You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Log-Dispatch/Log-Dispatch-2.580.0.ebuild

46 lines
949 B

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=DROLSKY
DIST_VERSION=2.58
inherit perl-module
DESCRIPTION="Dispatches messages to one or more outputs"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
IUSE="test"
RESTRICT="!test? ( test )"
PERL_RM_FILES=(
"t/email-exit.t"
)
RDEPEND="
virtual/perl-Carp
dev-perl/Devel-GlobalDestruction
>=dev-perl/Dist-CheckConflicts-0.20.0
virtual/perl-Encode
virtual/perl-Exporter
virtual/perl-IO
dev-perl/Module-Runtime
>=dev-perl/Params-Validate-1.30.0
virtual/perl-Scalar-List-Utils
>=virtual/perl-Sys-Syslog-0.280.0
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Data-Dumper
virtual/perl-File-Spec
virtual/perl-File-Temp
virtual/perl-Getopt-Long
dev-perl/IPC-Run3
dev-perl/Test-Fatal
dev-perl/Test-Needs
>=virtual/perl-Test-Simple-0.960.0
)
"