diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-25 23:34:24 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-25 23:38:04 +0200 |
commit | e9e484e5bc1fa22106956d4ebff9b154555c3a85 (patch) | |
tree | 33a3630cc36daec4f3bf286d52fb9eb038345fa0 /dev-perl/Log-Any/Log-Any-1.709.0.ebuild | |
parent | dev-perl/Log-Agent: Version bump 1.005 (diff) | |
download | gentoo-e9e484e5bc1fa22106956d4ebff9b154555c3a85.tar.gz gentoo-e9e484e5bc1fa22106956d4ebff9b154555c3a85.tar.bz2 gentoo-e9e484e5bc1fa22106956d4ebff9b154555c3a85.zip |
dev-perl/Log-Any: Version bump 1.709
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Log-Any/Log-Any-1.709.0.ebuild')
-rw-r--r-- | dev-perl/Log-Any/Log-Any-1.709.0.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-perl/Log-Any/Log-Any-1.709.0.ebuild b/dev-perl/Log-Any/Log-Any-1.709.0.ebuild new file mode 100644 index 000000000000..e4a13a72a4a1 --- /dev/null +++ b/dev-perl/Log-Any/Log-Any-1.709.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.709 +inherit perl-module + +DESCRIPTION="Bringing loggers and listeners together" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~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 + ) +" |