From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Log4perl/
Date: Sat, 17 Jun 2023 22:47:27 +0000 (UTC) [thread overview]
Message-ID: <1687042035.13b95f93f114c88842cd460c1da9f0f903a1de54.dilfridge@gentoo> (raw)
commit: 13b95f93f114c88842cd460c1da9f0f903a1de54
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 17 22:46:57 2023 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 22:47:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13b95f93
dev-perl/Log-Log4perl: add 1.570.0
Closes: https://bugs.gentoo.org/908733
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Log-Log4perl/Log-Log4perl-1.570.0.ebuild | 24 +++++++++++++++++++++++
dev-perl/Log-Log4perl/Manifest | 1 +
2 files changed, 25 insertions(+)
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 )
+"
diff --git a/dev-perl/Log-Log4perl/Manifest b/dev-perl/Log-Log4perl/Manifest
index b9072f95a674..c8f7985b2442 100644
--- a/dev-perl/Log-Log4perl/Manifest
+++ b/dev-perl/Log-Log4perl/Manifest
@@ -1 +1,2 @@
DIST Log-Log4perl-1.54.tar.gz 280001 BLAKE2B 8c48db7a3e37eb51adb9cac9484ac2a8a6d5fbd54caa3509898573bbb5e9d2fc4cf067f9eb37693ceaf6c89b09382c2af5628446f332d142a2904ab831d3bbf8 SHA512 689d389551a99108cbe83dbe56f08cb7d1a53483b9d19401be0c8d1aad050514ddbe02fe7f18f9649a5b113dc9a9c7d8aafc16066d5180cdd114b8293a2f98dc
+DIST Log-Log4perl-1.57.tar.gz 280072 BLAKE2B f8908c37bf24bb76588094877aac50c11e4421d3c8252ffdd3f12f16e0fd3b591322e4fccd2dc37a90c15355ba4e83a216d5969ef124ae41855d00567b61ed02 SHA512 5ae4183c5d62addadcdfb70b5097ff1edbb83a9c44d6da0ce28349c8fcdea8ae09c95be24c82e7f71dc9d3c7e64bad605a16500c3e5570592d0482cd39309511
next reply other threads:[~2023-06-17 22:47 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-17 22:47 Andreas K. Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-20 15:07 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Log4perl/ Ionen Wolkens
2024-06-15 6:18 Viorel Munteanu
2024-05-28 18:23 Arthur Zamarin
2023-06-11 15:37 Sam James
2022-11-15 4:37 Sam James
2021-11-10 20:02 Andreas K. Hüttel
2021-10-26 1:21 Yixun Lan
2021-07-31 13:07 Agostino Sarubbo
2021-07-31 13:04 Agostino Sarubbo
2021-07-31 13:01 Agostino Sarubbo
2021-07-30 22:36 Sam James
2021-07-30 15:10 Agostino Sarubbo
2021-06-26 21:47 Andreas K. Hüttel
2018-06-26 14:03 Tobias Klausmann
2018-06-10 5:09 Kent Fredric
2018-04-02 18:06 Mart Raudsepp
2017-04-01 16:06 Agostino Sarubbo
2017-03-29 8:38 Michael Weber
2017-03-24 22:11 Andreas Hüttel
2017-03-23 11:21 Andreas Hüttel
2017-03-20 22:56 Kent Fredric
2017-01-26 14:04 Tobias Klausmann
2016-11-17 5:35 Kent Fredric
2016-03-26 20:06 Andreas Hüttel
2016-03-26 15:21 Agostino Sarubbo
2016-03-22 20:34 Andreas Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1687042035.13b95f93f114c88842cd460c1da9f0f903a1de54.dilfridge@gentoo \
--to=dilfridge@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox