diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-10 20:48:40 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-10 21:01:40 +0100 |
commit | 0abf917bc7be562a324f33de51709e259bbefc69 (patch) | |
tree | e805fd4c17511cba8743bcfe5fce67f83d0a4fa3 /dev-perl/Log-Any/Log-Any-1.710.0.ebuild | |
parent | dev-perl/Log-Any: Remove old (diff) | |
download | gentoo-0abf917bc7be562a324f33de51709e259bbefc69.tar.gz gentoo-0abf917bc7be562a324f33de51709e259bbefc69.tar.bz2 gentoo-0abf917bc7be562a324f33de51709e259bbefc69.zip |
dev-perl/Log-Any: Version bump 1.710
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Log-Any/Log-Any-1.710.0.ebuild')
-rw-r--r-- | dev-perl/Log-Any/Log-Any-1.710.0.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-perl/Log-Any/Log-Any-1.710.0.ebuild b/dev-perl/Log-Any/Log-Any-1.710.0.ebuild new file mode 100644 index 000000000000..ed8f05201e1a --- /dev/null +++ b/dev-perl/Log-Any/Log-Any-1.710.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=PREACTION +DIST_VERSION=1.710 +inherit perl-module + +DESCRIPTION="Bringing loggers and listeners together" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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 + ) +" |