summaryrefslogtreecommitdiff
path: root/dev-perl/Log-Log4perl/Log-Log4perl-1.570.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-18 01:46:36 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-18 01:46:36 +0100
commit81ab1a4db30480fdfb51d6e784b0f3ad9bbe2432 (patch)
tree5c2bb8712bddd53ef4c66cd7179cc7840e8c778f /dev-perl/Log-Log4perl/Log-Log4perl-1.570.0.ebuild
parent59fb6ea4eff116f078307a57217645762b78aba7 (diff)
gentoo auto-resync : 18:06:2023 - 01:46:36
Diffstat (limited to 'dev-perl/Log-Log4perl/Log-Log4perl-1.570.0.ebuild')
-rw-r--r--dev-perl/Log-Log4perl/Log-Log4perl-1.570.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/Log-Log4perl/Log-Log4perl-1.570.0.ebuild b/dev-perl/Log-Log4perl/Log-Log4perl-1.570.0.ebuild
new file mode 100644
index 000000000000..bf8575b990e0
--- /dev/null
+++ b/dev-perl/Log-Log4perl/Log-Log4perl-1.570.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETJ
+DIST_VERSION=1.57
+DIST_EXAMPLES=( "eg/*" )
+inherit perl-module
+
+DESCRIPTION="Log4j implementation for Perl"
+HOMEPAGE="https://github.com/mschilli/log4perl"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+RDEPEND="
+ >=virtual/perl-File-Path-2.70.0
+ >=virtual/perl-File-Spec-0.820.0
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( >=virtual/perl-Test-Simple-0.450.0 )
+"