From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-LogFormat-Compiler/
Date: Mon, 27 Apr 2020 12:16:14 +0000 (UTC) [thread overview]
Message-ID: <1587989693.467e583a610460af8f60708eeca892aa98a3a0f3.kentnl@gentoo> (raw)
commit: 467e583a610460af8f60708eeca892aa98a3a0f3
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 27 11:56:36 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Apr 27 12:14:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=467e583a
dev-perl/Apache-LogFormat-Compiler: Bump to version 0.360.0
- EAPI7
Upstream:
- Repackaging changes only
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Apache-LogFormat-Compiler-0.360.0.ebuild | 40 ++++++++++++++++++++++
dev-perl/Apache-LogFormat-Compiler/Manifest | 1 +
2 files changed, 41 insertions(+)
diff --git a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.360.0.ebuild b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.360.0.ebuild
new file mode 100644
index 00000000000..4369d34dc64
--- /dev/null
+++ b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.360.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=KAZEBURO
+DIST_VERSION=0.36
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="Compile an Apache log format string to perl-code"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+# POSIX -> perl
+RDEPEND="
+ >=dev-perl/POSIX-strftime-Compiler-0.300.0
+ virtual/perl-Time-Local
+ >=dev-lang/perl-5.8.4
+"
+DEPEND="
+ dev-perl/Module-Build-Tiny
+"
+# HTTP::Request::Common -> HTTP-Message
+# Test::More -> perl-Test-Simple
+# URI::Escape -> URI
+BDEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-Tiny-0.35.0
+ test? (
+ dev-perl/HTTP-Message
+ dev-perl/Test-MockTime
+ >=virtual/perl-Test-Simple-0.980.0
+ dev-perl/Test-Requires
+ >=dev-perl/Try-Tiny-0.120.0
+ >=dev-perl/URI-1.600.0
+ )
+"
diff --git a/dev-perl/Apache-LogFormat-Compiler/Manifest b/dev-perl/Apache-LogFormat-Compiler/Manifest
index 65920469ee5..e67c6852195 100644
--- a/dev-perl/Apache-LogFormat-Compiler/Manifest
+++ b/dev-perl/Apache-LogFormat-Compiler/Manifest
@@ -1 +1,2 @@
DIST Apache-LogFormat-Compiler-0.35.tar.gz 15996 BLAKE2B 91dd92b35ade49ae884ddd3584f7e72a8968ee0a5c5ae90bb790b20990ebd4a84b987c062d73688620ae3f5f9458722c7e80ed798487a6940638c3b0c710195a SHA512 9a4447e0be864e6ba3a6170daa6f219b0ddd6b765ab6fbe6125a808da76803fb4bf6eed131df793a8cf900378b5c72f11489d5429106b97931f6fbef08f9f349
+DIST Apache-LogFormat-Compiler-0.36.tar.gz 16063 BLAKE2B 9199d942d0fc80dbb3e73e26b69626c3dc9421402f73699c9ddf8ea0defebc5e99231f8257f4ecf1320f8339e7468bd18a9114c2213c00cbb0f77357a3eebd68 SHA512 a6f7f0f9f98401a70e4bb6bd4862e9e520e8b968c5e0f25853da57b12bf6d67357ddc8d2fe985668520758e5745b5d7783f6c656c35efd823f4325f267fdbfee
next reply other threads:[~2020-04-27 12:16 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-27 12:16 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-09-27 12:02 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-LogFormat-Compiler/ Jakov Smolić
2020-10-03 5:23 Kent Fredric
2018-06-24 20:25 Sergei Trofimovich
2018-06-24 19:41 Sergei Trofimovich
2018-06-11 17:09 Sergei Trofimovich
2018-06-10 23:02 Sergei Trofimovich
2018-06-10 17:43 Thomas Deutschmann
2017-05-02 23:27 Kent Fredric
2017-04-23 12:40 Agostino Sarubbo
2017-03-23 4:08 Kent Fredric
2017-03-10 21:04 Matt Turner
2016-09-29 21:20 Andreas Hüttel
2016-05-06 22:30 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=1587989693.467e583a610460af8f60708eeca892aa98a3a0f3.kentnl@gentoo \
--to=kentnl@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