[gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-LogFormat-Compiler/

2022-09-27 Thread Jakov Smolić
commit: a61bff455b8f4df7a88e95732c2fa52a4d3c7c00
Author: Yu Gu  gmail  com>
AuthorDate: Thu Sep 22 11:52:03 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Sep 27 12:01:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a61bff45

dev-perl/Apache-LogFormat-Compiler: Keyword 0.360.0 riscv, #872365

Signed-off-by: Yu Gu  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 .../Apache-LogFormat-Compiler-0.360.0.ebuild  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
index fffd6363c884..a3e7b04bb3c6 100644
--- 
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
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Compile an Apache log format string to perl-code"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-LogFormat-Compiler/

2020-10-02 Thread Kent Fredric
commit: c69529bb20a4d0aaab1e48f45c360906eac33a38
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Oct  3 04:57:01 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Oct  3 05:22:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c69529bb

dev-perl/Apache-LogFormat-Compiler: Cleanup old 0.350.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Apache-LogFormat-Compiler-0.350.0.ebuild   | 37 --
 dev-perl/Apache-LogFormat-Compiler/Manifest|  1 -
 2 files changed, 38 deletions(-)

diff --git 
a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild 
b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild
deleted file mode 100644
index 3035bdb494b..000
--- 
a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=KAZEBURO
-DIST_VERSION=0.35
-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"
-
-# HTTP::Request::Common -> HTTP-Message
-# Test::More -> perl-Test-Simple
-# URI::Escape -> URI
-DEPEND="${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 e67c6852195..7f4568e5293 100644
--- a/dev-perl/Apache-LogFormat-Compiler/Manifest
+++ b/dev-perl/Apache-LogFormat-Compiler/Manifest
@@ -1,2 +1 @@
-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



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-LogFormat-Compiler/

2020-04-27 Thread Kent Fredric
commit: 467e583a610460af8f60708eeca892aa98a3a0f3
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Apr 27 11:56:36 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Apr 27 12:14:53 2020 +
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  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 000..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



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-LogFormat-Compiler/

2018-06-24 Thread Sergei Trofimovich
commit: 18bc2a80a284be9739db5a5e02273d7ca434b664
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun 24 20:10:21 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 24 20:21:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18bc2a80

dev-perl/Apache-LogFormat-Compiler: stable 0.350.0 for ppc64, bug #657690

Bug: https://bugs.gentoo.org/657690
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 .../Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild 
b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild
index 16438394ce3..c84bd71d59a 100644
--- 
a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild
+++ 
b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Compile an Apache log format string to perl-code"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ia64 ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86"
 IUSE="test"
 
 # POSIX -> perl



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-LogFormat-Compiler/

2018-06-24 Thread Sergei Trofimovich
commit: c5184d746b5a64e62aaedbdb98dd6f0d85ef0030
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun 24 18:18:14 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 24 19:36:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5184d74

dev-perl/Apache-LogFormat-Compiler: stable 0.350.0 for ppc, bug #657690

Bug: https://bugs.gentoo.org/657690
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 .../Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild 
b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild
index bf3c14ec6b9..16438394ce3 100644
--- 
a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild
+++ 
b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Compile an Apache log format string to perl-code"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ia64 ppc ~ppc64 sparc x86"
 IUSE="test"
 
 # POSIX -> perl



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-LogFormat-Compiler/

2018-06-11 Thread Sergei Trofimovich
commit: fd8dc340ccf2bb06c836249298cb39e9e4ae973c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 11 16:50:26 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 11 17:08:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd8dc340

dev-perl/Apache-LogFormat-Compiler: stable 0.350.0 for sparc

Bug: https://bugs.gentoo.org/657690
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 .../Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild 
b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild
index 7d2e600da32..bf3c14ec6b9 100644
--- 
a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild
+++ 
b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Compile an Apache log format string to perl-code"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ia64 ~ppc ~ppc64 sparc x86"
 IUSE="test"
 
 # POSIX -> perl



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-LogFormat-Compiler/

2018-06-10 Thread Sergei Trofimovich
commit: ed636adb06536a2518e15a1134882250ac49e263
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun 10 22:57:51 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 10 23:02:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed636adb

dev-perl/Apache-LogFormat-Compiler: stable 0.350.0 for ia64, bug #657690

Bug: https://bugs.gentoo.org/657690
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

 .../Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild 
b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild
index 2c9dc0da7e4..7d2e600da32 100644
--- 
a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild
+++ 
b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Compile an Apache log format string to perl-code"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 
 # POSIX -> perl



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-LogFormat-Compiler/

2018-06-10 Thread Thomas Deutschmann
commit: e5fb15648de60a170a5d87f0940ec6a8389847be
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jun 10 17:39:28 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jun 10 17:43:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5fb1564

dev-perl/Apache-LogFormat-Compiler: x86 stable (bug #657690)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../Apache-LogFormat-Compiler-0.350.0.ebuild  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild 
b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild
index c0bfc547005..2c9dc0da7e4 100644
--- 
a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild
+++ 
b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Compile an Apache log format string to perl-code"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 
 # POSIX -> perl



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-LogFormat-Compiler/

2017-05-02 Thread Kent Fredric
commit: 11a0c9b0f798c892a15967877e16d1103489a374
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue May  2 23:27:16 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue May  2 23:27:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11a0c9b0

dev-perl/Apache-LogFormat-Compiler: Cleanup old re bug #613594

Remove versions affected by '.' in @INC

Bug: https://bugs.gentoo.org/613594
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../Apache-LogFormat-Compiler-0.330.0.ebuild   | 36 --
 dev-perl/Apache-LogFormat-Compiler/Manifest|  1 -
 2 files changed, 37 deletions(-)

diff --git 
a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.330.0.ebuild 
b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.330.0.ebuild
deleted file mode 100644
index 639ca4d82d1..000
--- 
a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.330.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=KAZEBURO
-DIST_VERSION=0.33
-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"
-
-# POSIX -> perl
-RDEPEND="
-   >=dev-perl/POSIX-strftime-Compiler-0.300.0
-   virtual/perl-Time-Local
-   >=dev-lang/perl-5.8.4"
-
-# HTTP::Request::Common -> HTTP-Message
-# Test::More -> perl-Test-Simple
-# URI::Escape -> URI
-DEPEND="${RDEPEND}
-   >=dev-perl/Module-Build-0.380.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 e1b0bddf2d3..46047106ece 100644
--- a/dev-perl/Apache-LogFormat-Compiler/Manifest
+++ b/dev-perl/Apache-LogFormat-Compiler/Manifest
@@ -1,2 +1 @@
-DIST Apache-LogFormat-Compiler-0.33.tar.gz 16431 SHA256 
1bf36d92aa184236fbd9d1f795f273de9d365c6fbe087bfdfbaa800bff98749d SHA512 
2d098316d02dd9d81dbdb9b4852917430fad0e8e8599464500ee838b5eb6b26ec30fff04f1a9d0fad87141f38b6262c0a0a9bb14c13c559c9b92b53649225e21
 WHIRLPOOL 
d5da1f1c6ee993fe666c612fffc5ef6e98eb4beed2d97a3a0e4fcd06f7daf1cf7f545ce012a256c8da4f45a82ca9a46f1ac4a1d5aa3b834293a53fa2a4fb2721
 DIST Apache-LogFormat-Compiler-0.35.tar.gz 15996 SHA256 
1654ca042a8af052616e30b91c1f0b95a720c8048b59168a8bd99b07271a SHA512 
9a4447e0be864e6ba3a6170daa6f219b0ddd6b765ab6fbe6125a808da76803fb4bf6eed131df793a8cf900378b5c72f11489d5429106b97931f6fbef08f9f349
 WHIRLPOOL 
a99988a1ccd13ff3612224550036402ec44ccef50c5ed8c50332cfbcdf68fff59c5c73a8f139947e2b0b4c7f83a530e945f3848050ec9101e74f03a12fe5b107



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-LogFormat-Compiler/

2017-04-23 Thread Agostino Sarubbo
commit: 30650fc9d9eb6531d1216da67efec2be5a8231f6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 12:40:07 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 12:40:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30650fc9

dev-perl/Apache-LogFormat-Compiler: amd64 stable wrt bug #616344

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 .../Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild 
b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild
index 869d86c80db..c0bfc547005 100644
--- 
a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild
+++ 
b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Compile an Apache log format string to perl-code"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 # POSIX -> perl



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-LogFormat-Compiler/

2017-03-22 Thread Kent Fredric
commit: 16dd0a4ebec32c4583fe453f0e05be80f657dd1b
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Mar 23 04:08:28 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Mar 23 04:08:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16dd0a4e

dev-perl/Apache-LogFormat-Compiler: Bump to version 0.350.0

Upstream:
- Fix '.' in @INC issues
- Switch to Module::Build::Tiny

Bug: https://bugs.gentoo.org/613594
Package-Manager: Portage-2.3.4, Repoman-2.3.2

 .../Apache-LogFormat-Compiler-0.350.0.ebuild   | 36 ++
 dev-perl/Apache-LogFormat-Compiler/Manifest|  1 +
 2 files changed, 37 insertions(+)

diff --git 
a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild 
b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild
new file mode 100644
index 000..869d86c80db
--- /dev/null
+++ 
b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=KAZEBURO
+DIST_VERSION=0.35
+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"
+
+# POSIX -> perl
+RDEPEND="
+   >=dev-perl/POSIX-strftime-Compiler-0.300.0
+   virtual/perl-Time-Local
+   >=dev-lang/perl-5.8.4"
+
+# HTTP::Request::Common -> HTTP-Message
+# Test::More -> perl-Test-Simple
+# URI::Escape -> URI
+DEPEND="${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 146ce164a56..e1b0bddf2d3 100644
--- a/dev-perl/Apache-LogFormat-Compiler/Manifest
+++ b/dev-perl/Apache-LogFormat-Compiler/Manifest
@@ -1 +1,2 @@
 DIST Apache-LogFormat-Compiler-0.33.tar.gz 16431 SHA256 
1bf36d92aa184236fbd9d1f795f273de9d365c6fbe087bfdfbaa800bff98749d SHA512 
2d098316d02dd9d81dbdb9b4852917430fad0e8e8599464500ee838b5eb6b26ec30fff04f1a9d0fad87141f38b6262c0a0a9bb14c13c559c9b92b53649225e21
 WHIRLPOOL 
d5da1f1c6ee993fe666c612fffc5ef6e98eb4beed2d97a3a0e4fcd06f7daf1cf7f545ce012a256c8da4f45a82ca9a46f1ac4a1d5aa3b834293a53fa2a4fb2721
+DIST Apache-LogFormat-Compiler-0.35.tar.gz 15996 SHA256 
1654ca042a8af052616e30b91c1f0b95a720c8048b59168a8bd99b07271a SHA512 
9a4447e0be864e6ba3a6170daa6f219b0ddd6b765ab6fbe6125a808da76803fb4bf6eed131df793a8cf900378b5c72f11489d5429106b97931f6fbef08f9f349
 WHIRLPOOL 
a99988a1ccd13ff3612224550036402ec44ccef50c5ed8c50332cfbcdf68fff59c5c73a8f139947e2b0b4c7f83a530e945f3848050ec9101e74f03a12fe5b107



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-LogFormat-Compiler/

2017-03-10 Thread Matt Turner
commit: d5295c2f9e84371dc45493324cda13177fce1bcd
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Mar 10 20:37:02 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 10 21:04:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5295c2f

dev-perl/Apache-LogFormat-Compiler: added ~ppc, bug 577100

 .../Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.330.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.330.0.ebuild 
b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.330.0.ebuild
index 3295c2a2eb2..17b1ef6b8b2 100644
--- 
a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.330.0.ebuild
+++ 
b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.330.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Compile an Apache log format string to perl-code"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 # POSIX -> perl



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-LogFormat-Compiler/

2016-09-29 Thread Andreas Hüttel
commit: 97ec012a524bc5d35f293bc9125bde70ef7f9924
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Sep 29 21:06:03 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu Sep 29 21:20:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97ec012a

dev-perl/Apache-LogFormat-Compiler: Remove old

Package-Manager: portage-2.3.0

 .../Apache-LogFormat-Compiler-0.320.0.ebuild   | 40 --
 dev-perl/Apache-LogFormat-Compiler/Manifest|  1 -
 2 files changed, 41 deletions(-)

diff --git 
a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.320.0.ebuild 
b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.320.0.ebuild
deleted file mode 100644
index d5d4287..
--- 
a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.320.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=KAZEBURO
-MODULE_VERSION=0.32
-
-inherit perl-module
-
-DESCRIPTION="Compile an Apache log format string to perl-code"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-# POSIX -> perl
-RDEPEND="
-   >=dev-perl/POSIX-strftime-Compiler-0.300.0
-   virtual/perl-Time-Local
-   >=dev-lang/perl-5.8.4"
-
-# CPAN::Meta::Prereqs -> perl-CPAN-Meta
-# HTTP::Request::Common -> HTTP-Message
-# Test::More -> perl-Test-Simple
-# URI::Escape -> URI
-DEPEND="${RDEPEND}
-   >=dev-perl/Module-Build-0.380.0
-   virtual/perl-CPAN-Meta
-   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
-   )
-"
-SRC_TEST="do parallel"

diff --git a/dev-perl/Apache-LogFormat-Compiler/Manifest 
b/dev-perl/Apache-LogFormat-Compiler/Manifest
index acc0e08..146ce16 100644
--- a/dev-perl/Apache-LogFormat-Compiler/Manifest
+++ b/dev-perl/Apache-LogFormat-Compiler/Manifest
@@ -1,2 +1 @@
-DIST Apache-LogFormat-Compiler-0.32.tar.gz 16354 SHA256 
bc112cdbc32f2e93c10bf661f39de509036e01c20c3a702a22cdb0be4426dd7f SHA512 
aee9443bd067dc9a623b8f694e3d0c8fd2d3b7e4fe6a547153eff0c2046f22a4503a9b999df2df92bee1eb06c17cbbe626555bd70018891784af51d7623ac27f
 WHIRLPOOL 
00bfe93bab32fb1b9030b5016183ed152fb72ead46e441a49800d9588e417ad54d2ea90990a5aa0410ffbf419d56e75137cfe5ac1a845db8cd4c11838e50c9bb
 DIST Apache-LogFormat-Compiler-0.33.tar.gz 16431 SHA256 
1bf36d92aa184236fbd9d1f795f273de9d365c6fbe087bfdfbaa800bff98749d SHA512 
2d098316d02dd9d81dbdb9b4852917430fad0e8e8599464500ee838b5eb6b26ec30fff04f1a9d0fad87141f38b6262c0a0a9bb14c13c559c9b92b53649225e21
 WHIRLPOOL 
d5da1f1c6ee993fe666c612fffc5ef6e98eb4beed2d97a3a0e4fcd06f7daf1cf7f545ce012a256c8da4f45a82ca9a46f1ac4a1d5aa3b834293a53fa2a4fb2721



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-LogFormat-Compiler/

2016-05-06 Thread Andreas Hüttel
commit: 8c8027c1f4abe1f6ccf5e8d04d5c398b401e17a9
Author: Kent Fredric  gmail  com>
AuthorDate: Thu May  5 17:42:05 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri May  6 22:30:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c8027c1

dev-perl/Apache-LogFormat-Compiler: Bump to version 0.330.0

- EAPI6
- Add USE="examples"
- Remove redundant deps.

Upstream:
-  bugfix: Make `%T` to formatted in seconds

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 .../Apache-LogFormat-Compiler-0.330.0.ebuild   | 37 ++
 dev-perl/Apache-LogFormat-Compiler/Manifest|  1 +
 dev-perl/Apache-LogFormat-Compiler/metadata.xml|  4 +++
 3 files changed, 42 insertions(+)

diff --git 
a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.330.0.ebuild 
b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.330.0.ebuild
new file mode 100644
index 000..4feabef
--- /dev/null
+++ 
b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.330.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=KAZEBURO
+DIST_VERSION=0.33
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="Compile an Apache log format string to perl-code"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# POSIX -> perl
+RDEPEND="
+   >=dev-perl/POSIX-strftime-Compiler-0.300.0
+   virtual/perl-Time-Local
+   >=dev-lang/perl-5.8.4"
+
+# HTTP::Request::Common -> HTTP-Message
+# Test::More -> perl-Test-Simple
+# URI::Escape -> URI
+DEPEND="${RDEPEND}
+   >=dev-perl/Module-Build-0.380.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 d77b7ea..acc0e08 100644
--- a/dev-perl/Apache-LogFormat-Compiler/Manifest
+++ b/dev-perl/Apache-LogFormat-Compiler/Manifest
@@ -1 +1,2 @@
 DIST Apache-LogFormat-Compiler-0.32.tar.gz 16354 SHA256 
bc112cdbc32f2e93c10bf661f39de509036e01c20c3a702a22cdb0be4426dd7f SHA512 
aee9443bd067dc9a623b8f694e3d0c8fd2d3b7e4fe6a547153eff0c2046f22a4503a9b999df2df92bee1eb06c17cbbe626555bd70018891784af51d7623ac27f
 WHIRLPOOL 
00bfe93bab32fb1b9030b5016183ed152fb72ead46e441a49800d9588e417ad54d2ea90990a5aa0410ffbf419d56e75137cfe5ac1a845db8cd4c11838e50c9bb
+DIST Apache-LogFormat-Compiler-0.33.tar.gz 16431 SHA256 
1bf36d92aa184236fbd9d1f795f273de9d365c6fbe087bfdfbaa800bff98749d SHA512 
2d098316d02dd9d81dbdb9b4852917430fad0e8e8599464500ee838b5eb6b26ec30fff04f1a9d0fad87141f38b6262c0a0a9bb14c13c559c9b92b53649225e21
 WHIRLPOOL 
d5da1f1c6ee993fe666c612fffc5ef6e98eb4beed2d97a3a0e4fcd06f7daf1cf7f545ce012a256c8da4f45a82ca9a46f1ac4a1d5aa3b834293a53fa2a4fb2721

diff --git a/dev-perl/Apache-LogFormat-Compiler/metadata.xml 
b/dev-perl/Apache-LogFormat-Compiler/metadata.xml
index 2b9a936..ff39e54 100644
--- a/dev-perl/Apache-LogFormat-Compiler/metadata.xml
+++ b/dev-perl/Apache-LogFormat-Compiler/metadata.xml
@@ -5,4 +5,8 @@
 p...@gentoo.org
 Gentoo Perl Project
   
+  
+Apache-LogFormat-Compiler
+Apache::LogFormat::Compiler
+