* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatchouli/
@ 2023-07-24 4:02 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-07-24 4:02 UTC (permalink / raw
To: gentoo-commits
commit: 66b54bb468f16961fd987d6ea93df647195a5e05
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 04:02:11 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 04:02:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b54bb4
dev-perl/Log-Dispatchouli: Stabilize 3.5.0 amd64, #910888
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Log-Dispatchouli/Log-Dispatchouli-3.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Log-Dispatchouli/Log-Dispatchouli-3.5.0.ebuild b/dev-perl/Log-Dispatchouli/Log-Dispatchouli-3.5.0.ebuild
index 1a581c6de567..f1cf4f76353e 100644
--- a/dev-perl/Log-Dispatchouli/Log-Dispatchouli-3.5.0.ebuild
+++ b/dev-perl/Log-Dispatchouli/Log-Dispatchouli-3.5.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Simple wrapper around Log::Dispatch"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="minimal"
# r: Log::Dispatch::File -> Log-Dispatch
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatchouli/
@ 2024-05-01 3:59 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2024-05-01 3:59 UTC (permalink / raw
To: gentoo-commits
commit: fafbb1924aca4f2d9038a16dea705d68fd5676d0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 1 03:24:55 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 1 03:49:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fafbb192
dev-perl/Log-Dispatchouli: add 3.7.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../Log-Dispatchouli/Log-Dispatchouli-3.7.0.ebuild | 49 ++++++++++++++++++++++
dev-perl/Log-Dispatchouli/Manifest | 1 +
2 files changed, 50 insertions(+)
diff --git a/dev-perl/Log-Dispatchouli/Log-Dispatchouli-3.7.0.ebuild b/dev-perl/Log-Dispatchouli/Log-Dispatchouli-3.7.0.ebuild
new file mode 100644
index 000000000000..4111727eb301
--- /dev/null
+++ b/dev-perl/Log-Dispatchouli/Log-Dispatchouli-3.7.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=3.007
+inherit perl-module
+
+DESCRIPTION="Simple wrapper around Log::Dispatch"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal"
+
+# r: Log::Dispatch::File -> Log-Dispatch
+# r: Log::Dispatch::Screen -> Log-Dispatch
+# r: Log::Dispatch::Syslog -> Log-Dispatch
+# r: Scalar::Util - Scalar-List-Utils
+# r: overload, strict, warnings -> perl
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-File-Spec
+ dev-perl/Log-Dispatch
+ dev-perl/Log-Dispatch-Array
+ dev-perl/Params-Util
+ virtual/perl-Scalar-List-Utils
+ dev-perl/String-Flogger
+ dev-perl/Sub-Exporter
+ >=dev-perl/Sub-Exporter-GlobExporter-0.2.0
+ >=virtual/perl-Sys-Syslog-0.160.0
+ >=dev-perl/Try-Tiny-0.40.0
+"
+# t: File::Spec::Functions -> File-Spec
+# t: base, lib -> perl
+BDEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ !minimal? (
+ >=virtual/perl-CPAN-Meta-2.120.900
+ )
+ virtual/perl-File-Temp
+ dev-perl/JSON-MaybeXS
+ dev-perl/Test-Deep
+ dev-perl/Test-Fatal
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
diff --git a/dev-perl/Log-Dispatchouli/Manifest b/dev-perl/Log-Dispatchouli/Manifest
index 592dfaf42da7..0f91d933b1eb 100644
--- a/dev-perl/Log-Dispatchouli/Manifest
+++ b/dev-perl/Log-Dispatchouli/Manifest
@@ -1 +1,2 @@
DIST Log-Dispatchouli-3.005.tar.gz 39452 BLAKE2B 46c5dcca99e5d96817d7e3e6cb346d9323f1fc6e3d9a4112aebb514745549a89d3b3bf421b0b966854955cb00790ccb4893fd33172756067941ad3706fb6017f SHA512 5e0895c1c27a59732d04456ca3621b6464b9cab386eaf6a760e658fd807ff3ac2cbe86f3b9a03c55e2d5a10754d593d820188b7a71fd00fc8b339ecef4c58b48
+DIST Log-Dispatchouli-3.007.tar.gz 40342 BLAKE2B 7bb605cf167710f844c876bbcbce88113e11524f472179265aa0f11a8f74882f31487e84bf3c9992b2513190a63c59f44b398265ab551366cb524a65a8895beb SHA512 69dfbfdc0ddc0255611c93b5570bc4a105ceb7c3389626981aa1be914d3379940551b3608cc1c606c0751ecde78b06dce4113279030cc9f126eb0667ac82e4c3
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatchouli/
@ 2023-06-20 5:31 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-06-20 5:31 UTC (permalink / raw
To: gentoo-commits
commit: b51136557c1bac12fccfa831c96c7326a2054e28
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 05:20:10 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 05:31:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5113655
dev-perl/Log-Dispatchouli: add 3.5.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../Log-Dispatchouli/Log-Dispatchouli-3.5.0.ebuild | 48 ++++++++++++++++++++++
dev-perl/Log-Dispatchouli/Manifest | 1 +
2 files changed, 49 insertions(+)
diff --git a/dev-perl/Log-Dispatchouli/Log-Dispatchouli-3.5.0.ebuild b/dev-perl/Log-Dispatchouli/Log-Dispatchouli-3.5.0.ebuild
new file mode 100644
index 000000000000..1a581c6de567
--- /dev/null
+++ b/dev-perl/Log-Dispatchouli/Log-Dispatchouli-3.5.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=3.005
+inherit perl-module
+
+DESCRIPTION="Simple wrapper around Log::Dispatch"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal"
+
+# r: Log::Dispatch::File -> Log-Dispatch
+# r: Log::Dispatch::Screen -> Log-Dispatch
+# r: Log::Dispatch::Syslog -> Log-Dispatch
+# r: Scalar::Util - Scalar-List-Utils
+# r: overload, strict, warnings -> perl
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-File-Spec
+ dev-perl/Log-Dispatch
+ dev-perl/Log-Dispatch-Array
+ dev-perl/Params-Util
+ virtual/perl-Scalar-List-Utils
+ dev-perl/String-Flogger
+ dev-perl/Sub-Exporter
+ >=dev-perl/Sub-Exporter-GlobExporter-0.2.0
+ >=virtual/perl-Sys-Syslog-0.160.0
+ >=dev-perl/Try-Tiny-0.40.0
+"
+# t: File::Spec::Functions -> File-Spec
+# t: base, lib -> perl
+BDEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ !minimal? (
+ >=virtual/perl-CPAN-Meta-2.120.900
+ )
+ virtual/perl-File-Temp
+ dev-perl/JSON-MaybeXS
+ dev-perl/Test-Deep
+ dev-perl/Test-Fatal
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
diff --git a/dev-perl/Log-Dispatchouli/Manifest b/dev-perl/Log-Dispatchouli/Manifest
index a17b5675a5a4..db4680f8b038 100644
--- a/dev-perl/Log-Dispatchouli/Manifest
+++ b/dev-perl/Log-Dispatchouli/Manifest
@@ -1 +1,2 @@
DIST Log-Dispatchouli-2.023.tar.gz 31858 BLAKE2B bab4a211710ff0cf36ec4b6f4dea706cdebc869919801d39388b90434efdd2741a0ae54bb67cdbf2e69dbcd1162eafdf2aedbe9907745aebe24e30c79d91ffb1 SHA512 e9d5a99029e2d9f9ce48b3cfa37875cd3d9394757fbad0ec652ef9e4260041bd06a2273bb26daba88e9f3fec22e0a56b6c9d80ae9d4aa31b596d4aad5bf8a5b2
+DIST Log-Dispatchouli-3.005.tar.gz 39452 BLAKE2B 46c5dcca99e5d96817d7e3e6cb346d9323f1fc6e3d9a4112aebb514745549a89d3b3bf421b0b966854955cb00790ccb4893fd33172756067941ad3706fb6017f SHA512 5e0895c1c27a59732d04456ca3621b6464b9cab386eaf6a760e658fd807ff3ac2cbe86f3b9a03c55e2d5a10754d593d820188b7a71fd00fc8b339ecef4c58b48
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatchouli/
@ 2021-11-10 20:02 Andreas K. Hüttel
0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2021-11-10 20:02 UTC (permalink / raw
To: gentoo-commits
commit: 1453502e2d5cd4f5048f112c10558596cc97137a
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 10 19:51:12 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Nov 10 20:01:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1453502e
dev-perl/Log-Dispatchouli: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../Log-Dispatchouli-2.15.0.ebuild | 46 ----------------------
dev-perl/Log-Dispatchouli/Manifest | 1 -
2 files changed, 47 deletions(-)
diff --git a/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.15.0.ebuild b/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.15.0.ebuild
deleted file mode 100644
index f1df9973cca..00000000000
--- a/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.15.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-DIST_AUTHOR=RJBS
-DIST_VERSION=2.015
-inherit perl-module
-
-DESCRIPTION="a simple wrapper around Log::Dispatch"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-# r: Log::Dispatch::File -> Log-Dispatch
-# r: Log::Dispatch::Screen -> Log-Dispatch
-# r: Log::Dispatch::Syslog -> Log-Dispatch
-# r: Scalar::Util - Scalar-List-Utils
-# r: overload, strict, warnings -> perl
-RDEPEND="
- virtual/perl-Carp
- virtual/perl-File-Spec
- dev-perl/Log-Dispatch
- dev-perl/Log-Dispatch-Array
- dev-perl/Params-Util
- virtual/perl-Scalar-List-Utils
- dev-perl/String-Flogger
- dev-perl/Sub-Exporter
- >=dev-perl/Sub-Exporter-GlobExporter-0.2.0
- >=virtual/perl-Sys-Syslog-0.160.0
- >=dev-perl/Try-Tiny-0.40.0
-"
-# t: File::Spec::Functions -> File-Spec
-# t: base, lib -> perl
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- !minimal? (
- >=virtual/perl-CPAN-Meta-2.120.900
- )
- virtual/perl-File-Temp
- dev-perl/Test-Deep
- dev-perl/Test-Fatal
- >=virtual/perl-Test-Simple-0.960.0
- )
-"
diff --git a/dev-perl/Log-Dispatchouli/Manifest b/dev-perl/Log-Dispatchouli/Manifest
index 5ce20e71b82..a17b5675a5a 100644
--- a/dev-perl/Log-Dispatchouli/Manifest
+++ b/dev-perl/Log-Dispatchouli/Manifest
@@ -1,2 +1 @@
-DIST Log-Dispatchouli-2.015.tar.gz 30232 BLAKE2B 5fbcf8aa2f29e248c60b39b03084beb842473137aa6b4e214cd69351963d118bc67914b2f420ba2a7eca1584dab2f1c6d461afc49fac3d82e408370094dc1307 SHA512 ccefa751dffab72021a668aca68272ddfe7b2746042515af4b984ea5481d2b4e845a6ca1c2a737ed65a0ff6656ea89b6de78adefa5abcdd9ccb5ea4b82777f9b
DIST Log-Dispatchouli-2.023.tar.gz 31858 BLAKE2B bab4a211710ff0cf36ec4b6f4dea706cdebc869919801d39388b90434efdd2741a0ae54bb67cdbf2e69dbcd1162eafdf2aedbe9907745aebe24e30c79d91ffb1 SHA512 e9d5a99029e2d9f9ce48b3cfa37875cd3d9394757fbad0ec652ef9e4260041bd06a2273bb26daba88e9f3fec22e0a56b6c9d80ae9d4aa31b596d4aad5bf8a5b2
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatchouli/
@ 2021-08-02 2:19 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-08-02 2:19 UTC (permalink / raw
To: gentoo-commits
commit: e89ae0823a54741ee8a68983d88e47d8341b69f1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 2 02:16:58 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 2 02:16:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e89ae082
dev-perl/Log-Dispatchouli: Stabilize 2.23.0 amd64, #805674
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.23.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.23.0.ebuild b/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.23.0.ebuild
index 21d6e1a1d62..6aa455fa4ba 100644
--- a/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.23.0.ebuild
+++ b/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.23.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="a simple wrapper around Log::Dispatch"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="minimal"
# r: Log::Dispatch::File -> Log-Dispatch
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatchouli/
@ 2021-06-26 21:47 Andreas K. Hüttel
0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2021-06-26 21:47 UTC (permalink / raw
To: gentoo-commits
commit: 928e4d24c6a691f5bcb716e57fcb5b7b13b8e0eb
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 26 21:18:46 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun 26 21:46:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=928e4d24
dev-perl/Log-Dispatchouli: Version bump 2.023
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../Log-Dispatchouli-2.23.0.ebuild | 46 ++++++++++++++++++++++
dev-perl/Log-Dispatchouli/Manifest | 1 +
2 files changed, 47 insertions(+)
diff --git a/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.23.0.ebuild b/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.23.0.ebuild
new file mode 100644
index 00000000000..21d6e1a1d62
--- /dev/null
+++ b/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.23.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=2.023
+inherit perl-module
+
+DESCRIPTION="a simple wrapper around Log::Dispatch"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal"
+
+# r: Log::Dispatch::File -> Log-Dispatch
+# r: Log::Dispatch::Screen -> Log-Dispatch
+# r: Log::Dispatch::Syslog -> Log-Dispatch
+# r: Scalar::Util - Scalar-List-Utils
+# r: overload, strict, warnings -> perl
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-File-Spec
+ dev-perl/Log-Dispatch
+ dev-perl/Log-Dispatch-Array
+ dev-perl/Params-Util
+ virtual/perl-Scalar-List-Utils
+ dev-perl/String-Flogger
+ dev-perl/Sub-Exporter
+ >=dev-perl/Sub-Exporter-GlobExporter-0.2.0
+ >=virtual/perl-Sys-Syslog-0.160.0
+ >=dev-perl/Try-Tiny-0.40.0
+"
+# t: File::Spec::Functions -> File-Spec
+# t: base, lib -> perl
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ !minimal? (
+ >=virtual/perl-CPAN-Meta-2.120.900
+ )
+ virtual/perl-File-Temp
+ dev-perl/Test-Deep
+ dev-perl/Test-Fatal
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
diff --git a/dev-perl/Log-Dispatchouli/Manifest b/dev-perl/Log-Dispatchouli/Manifest
index fe6dc6fbad2..5ce20e71b82 100644
--- a/dev-perl/Log-Dispatchouli/Manifest
+++ b/dev-perl/Log-Dispatchouli/Manifest
@@ -1 +1,2 @@
DIST Log-Dispatchouli-2.015.tar.gz 30232 BLAKE2B 5fbcf8aa2f29e248c60b39b03084beb842473137aa6b4e214cd69351963d118bc67914b2f420ba2a7eca1584dab2f1c6d461afc49fac3d82e408370094dc1307 SHA512 ccefa751dffab72021a668aca68272ddfe7b2746042515af4b984ea5481d2b4e845a6ca1c2a737ed65a0ff6656ea89b6de78adefa5abcdd9ccb5ea4b82777f9b
+DIST Log-Dispatchouli-2.023.tar.gz 31858 BLAKE2B bab4a211710ff0cf36ec4b6f4dea706cdebc869919801d39388b90434efdd2741a0ae54bb67cdbf2e69dbcd1162eafdf2aedbe9907745aebe24e30c79d91ffb1 SHA512 e9d5a99029e2d9f9ce48b3cfa37875cd3d9394757fbad0ec652ef9e4260041bd06a2273bb26daba88e9f3fec22e0a56b6c9d80ae9d4aa31b596d4aad5bf8a5b2
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatchouli/
@ 2021-06-15 21:59 Andreas K. Hüttel
0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2021-06-15 21:59 UTC (permalink / raw
To: gentoo-commits
commit: 4279b29cbd1bbad6ca099a9ae38e6b93d52307c3
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 15 21:33:23 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jun 15 21:58:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4279b29c
dev-perl/Log-Dispatchouli: stable for amd64
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.15.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.15.0.ebuild b/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.15.0.ebuild
index 51351c051ce..f1df9973cca 100644
--- a/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.15.0.ebuild
+++ b/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.15.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,7 +8,7 @@ inherit perl-module
DESCRIPTION="a simple wrapper around Log::Dispatch"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="test minimal"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatchouli/
@ 2017-09-18 13:03 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2017-09-18 13:03 UTC (permalink / raw
To: gentoo-commits
commit: cb2ca0baff332ce9e979fb54f0b6b1f27076ebbf
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 12:23:54 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 12:47:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb2ca0ba
dev-perl/Log-Dispatchouli: Fix ebuild.badheader
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.15.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.15.0.ebuild b/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.15.0.ebuild
index 503a4b0d042..b9e7338c26c 100644
--- a/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.15.0.ebuild
+++ b/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.15.0.ebuild
@@ -1,5 +1,6 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+
EAPI=6
DIST_AUTHOR=RJBS
DIST_VERSION=2.015
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatchouli/
@ 2016-11-21 3:37 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2016-11-21 3:37 UTC (permalink / raw
To: gentoo-commits
commit: aae6337ffa974a2fde59773551d5a4443b16a928
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 21 02:05:35 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Nov 21 03:36:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae6337f
dev-perl/Log-Dispatchouli: Add w/ version 2.15.0
Required for dev-perl/Dist-Zilla
Previously maintained in ::perl-experimental by Torsten Veller and myself
since March 2010
Package-Manager: portage-2.3.2
.../Log-Dispatchouli-2.15.0.ebuild | 45 ++++++++++++++++++++++
dev-perl/Log-Dispatchouli/Manifest | 1 +
dev-perl/Log-Dispatchouli/metadata.xml | 14 +++++++
3 files changed, 60 insertions(+)
diff --git a/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.15.0.ebuild b/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.15.0.ebuild
new file mode 100644
index 00000000..c8e3ab8
--- /dev/null
+++ b/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.15.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+DIST_AUTHOR=RJBS
+DIST_VERSION=2.015
+inherit perl-module
+
+DESCRIPTION="a simple wrapper around Log::Dispatch"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test minimal"
+
+# r: Log::Dispatch::File -> Log-Dispatch
+# r: Log::Dispatch::Screen -> Log-Dispatch
+# r: Log::Dispatch::Syslog -> Log-Dispatch
+# r: Scalar::Util - Scalar-List-Utils
+# r: overload, strict, warnings -> perl
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-File-Spec
+ dev-perl/Log-Dispatch
+ dev-perl/Log-Dispatch-Array
+ dev-perl/Params-Util
+ virtual/perl-Scalar-List-Utils
+ dev-perl/String-Flogger
+ dev-perl/Sub-Exporter
+ >=dev-perl/Sub-Exporter-GlobExporter-0.2.0
+ >=virtual/perl-Sys-Syslog-0.160.0
+ >=dev-perl/Try-Tiny-0.40.0
+"
+# t: File::Spec::Functions -> File-Spec
+# t: base, lib -> perl
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ !minimal? (
+ >=virtual/perl-CPAN-Meta-2.120.900
+ )
+ virtual/perl-File-Temp
+ dev-perl/Test-Deep
+ dev-perl/Test-Fatal
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
diff --git a/dev-perl/Log-Dispatchouli/Manifest b/dev-perl/Log-Dispatchouli/Manifest
new file mode 100644
index 00000000..6f848c5
--- /dev/null
+++ b/dev-perl/Log-Dispatchouli/Manifest
@@ -0,0 +1 @@
+DIST Log-Dispatchouli-2.015.tar.gz 30232 SHA256 3671379ef2d93c7280fdca2cd7b9a84f6af31bd047242edb343b33e9f5f6ff3f SHA512 ccefa751dffab72021a668aca68272ddfe7b2746042515af4b984ea5481d2b4e845a6ca1c2a737ed65a0ff6656ea89b6de78adefa5abcdd9ccb5ea4b82777f9b WHIRLPOOL 0420a6cac4908f1949704f0c78fb03966e163d50465c23d03e2f9abd618dd352ef6a5de9a831d6b57f7d0e8b2f3b14a4b1f06b090db7e1b97213a5bc7f07c3f5
diff --git a/dev-perl/Log-Dispatchouli/metadata.xml b/dev-perl/Log-Dispatchouli/metadata.xml
new file mode 100644
index 00000000..6f6e3d1
--- /dev/null
+++ b/dev-perl/Log-Dispatchouli/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Log-Dispatchouli</remote-id>
+ <remote-id type="cpan-module">Log::Dispatchouli</remote-id>
+ <remote-id type="cpan-module">Log::Dispatchouli::Global</remote-id>
+ <remote-id type="cpan-module">Log::Dispatchouli::Proxy</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-05-01 3:59 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-24 4:02 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatchouli/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-05-01 3:59 Sam James
2023-06-20 5:31 Sam James
2021-11-10 20:02 Andreas K. Hüttel
2021-08-02 2:19 Sam James
2021-06-26 21:47 Andreas K. Hüttel
2021-06-15 21:59 Andreas K. Hüttel
2017-09-18 13:03 Kent Fredric
2016-11-21 3:37 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox