summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-03-14 12:43:34 -0400
committerMatt Turner <mattst88@gentoo.org>2024-03-15 10:56:32 -0400
commitcbc1115a5d555ce61d58a82d2a47f4b014a2d9a3 (patch)
treecf2f00cd081d055284d64f931ca10bb396998d64 /dev-perl/Log-Any/Log-Any-1.715.0.ebuild
parentdev-perl/local-lib: Drop old versions (diff)
downloadgentoo-cbc1115a5d555ce61d58a82d2a47f4b014a2d9a3.tar.gz
gentoo-cbc1115a5d555ce61d58a82d2a47f4b014a2d9a3.tar.bz2
gentoo-cbc1115a5d555ce61d58a82d2a47f4b014a2d9a3.zip
dev-perl/Log-Any: Drop old versions
Signed-off-by: Matt Turner <mattst88@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.ebuild34
1 files changed, 0 insertions, 34 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
deleted file mode 100644
index 52a9da79c905..000000000000
--- a/dev-perl/Log-Any/Log-Any-1.715.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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
- )
-"