diff options
author | Sam James <sam@gentoo.org> | 2023-06-20 06:30:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-20 06:31:26 +0100 |
commit | 2898a899ad5298d564298471110104d825932f34 (patch) | |
tree | 0f8c9f9f4caac48084695954e2a00644b897cccf /dev-perl/Log-Any/Log-Any-1.715.0.ebuild | |
parent | dev-perl/Log-Dispatch: add 2.710.0 (diff) | |
download | gentoo-2898a899ad5298d564298471110104d825932f34.tar.gz gentoo-2898a899ad5298d564298471110104d825932f34.tar.bz2 gentoo-2898a899ad5298d564298471110104d825932f34.zip |
dev-perl/Log-Any: add 1.715.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Log-Any/Log-Any-1.715.0.ebuild')
-rw-r--r-- | dev-perl/Log-Any/Log-Any-1.715.0.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/dev-perl/Log-Any/Log-Any-1.715.0.ebuild b/dev-perl/Log-Any/Log-Any-1.715.0.ebuild new file mode 100644 index 000000000000..3f66c8f7c8d0 --- /dev/null +++ b/dev-perl/Log-Any/Log-Any-1.715.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=PREACTION +DIST_VERSION=1.715 +inherit perl-module + +DESCRIPTION="Bringing loggers and listeners together" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="minimal" + +# Test::Builder needed for Log/Any/Adapter/Test.pm +# constant -> perl +RDEPEND=" + virtual/perl-Carp + virtual/perl-Data-Dumper + virtual/perl-Exporter + virtual/perl-IO + virtual/perl-Storable + virtual/perl-Sys-Syslog + virtual/perl-Test-Simple +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + !minimal? ( >=virtual/perl-CPAN-Meta-2.120.900 ) + virtual/perl-File-Spec + ) +" |