* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Report-Optional/
@ 2016-11-19 13:23 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2016-11-19 13:23 UTC (permalink / raw
To: gentoo-commits
commit: 401b51de2de6177c6ada129aaaf979471f17379f
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 19 12:14:54 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 13:23:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=401b51de
dev-perl/Log-Report-Optional: Added 1.20.0
Deep dep of sci-biology/meme
Package-Manager: portage-2.3.2
.../Log-Report-Optional-1.20.0.ebuild | 24 ++++++++++++++++++++++
dev-perl/Log-Report-Optional/Manifest | 1 +
dev-perl/Log-Report-Optional/metadata.xml | 15 ++++++++++++++
3 files changed, 40 insertions(+)
diff --git a/dev-perl/Log-Report-Optional/Log-Report-Optional-1.20.0.ebuild b/dev-perl/Log-Report-Optional/Log-Report-Optional-1.20.0.ebuild
new file mode 100644
index 00000000..cbf599d
--- /dev/null
+++ b/dev-perl/Log-Report-Optional/Log-Report-Optional-1.20.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=MARKOV
+DIST_VERSION=1.02
+inherit perl-module
+
+DESCRIPTION="Lightweight implementation logger for Log::Report"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/String-Print-0.130.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=virtual/perl-Test-Simple-0.860.0
+ )
+"
diff --git a/dev-perl/Log-Report-Optional/Manifest b/dev-perl/Log-Report-Optional/Manifest
new file mode 100644
index 00000000..421fa2b
--- /dev/null
+++ b/dev-perl/Log-Report-Optional/Manifest
@@ -0,0 +1 @@
+DIST Log-Report-Optional-1.02.tar.gz 11126 SHA256 0c5b865f99049cf7fcb7b02d878edab926a9eda9991fab91b40141e07c7d92f0 SHA512 a548aed43658133b771573e86ced16ae37bfba89d47f8b69d2b53351ab84ed3c6c6e40bcd6c98a6258c87b9155eed00f0efd9451968837efc90646b6358f3f98 WHIRLPOOL 6807655f29b6d09eadceff7877c24bda6ad0f9cbcf958042bf5958d3540333860fcfa44ab35f82ecf4f211eafb69ddccc82f131e05d6a6704dfbf597f484417b
diff --git a/dev-perl/Log-Report-Optional/metadata.xml b/dev-perl/Log-Report-Optional/metadata.xml
new file mode 100644
index 00000000..812250f
--- /dev/null
+++ b/dev-perl/Log-Report-Optional/metadata.xml
@@ -0,0 +1,15 @@
+<?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-Report-Optional</remote-id>
+ <remote-id type="cpan-module">Log::Report::Minimal</remote-id>
+ <remote-id type="cpan-module">Log::Report::Minimal::Domain</remote-id>
+ <remote-id type="cpan-module">Log::Report::Optional</remote-id>
+ <remote-id type="cpan-module">Log::Report::Util</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Report-Optional/
@ 2017-10-28 23:54 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2017-10-28 23:54 UTC (permalink / raw
To: gentoo-commits
commit: 570598fce7fe42c0bbdada58f3508c49ec9861e2
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 28 22:44:04 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Oct 28 23:54:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=570598fc
dev-perl/Log-Report-Optional: Bump to version 1.30.0
Upstream:
- fix formatter PRINTP
- make formatters more flexible in construction
- textdomain now compatible with full implementation
Package-Manager: Portage-2.3.8, Repoman-2.3.3
.../Log-Report-Optional-1.30.0.ebuild | 23 ++++++++++++++++++++++
dev-perl/Log-Report-Optional/Manifest | 1 +
2 files changed, 24 insertions(+)
diff --git a/dev-perl/Log-Report-Optional/Log-Report-Optional-1.30.0.ebuild b/dev-perl/Log-Report-Optional/Log-Report-Optional-1.30.0.ebuild
new file mode 100644
index 00000000000..3da7db3d627
--- /dev/null
+++ b/dev-perl/Log-Report-Optional/Log-Report-Optional-1.30.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MARKOV
+DIST_VERSION=1.03
+inherit perl-module
+
+DESCRIPTION="Lightweight implementation logger for Log::Report"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/String-Print-0.910.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=virtual/perl-Test-Simple-0.860.0
+ )
+"
diff --git a/dev-perl/Log-Report-Optional/Manifest b/dev-perl/Log-Report-Optional/Manifest
index 421fa2bea1a..6629fef5921 100644
--- a/dev-perl/Log-Report-Optional/Manifest
+++ b/dev-perl/Log-Report-Optional/Manifest
@@ -1 +1,2 @@
DIST Log-Report-Optional-1.02.tar.gz 11126 SHA256 0c5b865f99049cf7fcb7b02d878edab926a9eda9991fab91b40141e07c7d92f0 SHA512 a548aed43658133b771573e86ced16ae37bfba89d47f8b69d2b53351ab84ed3c6c6e40bcd6c98a6258c87b9155eed00f0efd9451968837efc90646b6358f3f98 WHIRLPOOL 6807655f29b6d09eadceff7877c24bda6ad0f9cbcf958042bf5958d3540333860fcfa44ab35f82ecf4f211eafb69ddccc82f131e05d6a6704dfbf597f484417b
+DIST Log-Report-Optional-1.03.tar.gz 11475 SHA256 f2a031748dec681090b136ef00001735d275f82ac846acacba7dbbf499463260 SHA512 d90ec054c00fe902d2cef6be9d3dd8678b16ccaa541200db31ef736d1b908b37a1822aaed2a526ef8635c084ad22b4d62182d6159ff8559fb9e85c62f8efceab WHIRLPOOL 63e80c80c0e033cc4f781af356e648d97fcdcf21a894369a3fe63f32991eab117079867c7673eaa81c452cb925b59c8442919b84b46a11a3d65da5a32990e4ee
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Report-Optional/
@ 2018-06-10 5:09 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2018-06-10 5:09 UTC (permalink / raw
To: gentoo-commits
commit: 844567580ee60b3ae198fdf9c96f175ab8f58ad7
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 05:07:44 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 05:07:44 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84456758
dev-perl/Log-Report-Optional: Cleanup old version 1.20.0
Package-Manager: Portage-2.3.29, Repoman-2.3.9
.../Log-Report-Optional-1.20.0.ebuild | 23 ----------------------
dev-perl/Log-Report-Optional/Manifest | 1 -
2 files changed, 24 deletions(-)
diff --git a/dev-perl/Log-Report-Optional/Log-Report-Optional-1.20.0.ebuild b/dev-perl/Log-Report-Optional/Log-Report-Optional-1.20.0.ebuild
deleted file mode 100644
index acdbbd02895..00000000000
--- a/dev-perl/Log-Report-Optional/Log-Report-Optional-1.20.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MARKOV
-DIST_VERSION=1.02
-inherit perl-module
-
-DESCRIPTION="Lightweight implementation logger for Log::Report"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- >=dev-perl/String-Print-0.130.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- >=virtual/perl-Test-Simple-0.860.0
- )
-"
diff --git a/dev-perl/Log-Report-Optional/Manifest b/dev-perl/Log-Report-Optional/Manifest
index 300234dee81..cac872be5f4 100644
--- a/dev-perl/Log-Report-Optional/Manifest
+++ b/dev-perl/Log-Report-Optional/Manifest
@@ -1,2 +1 @@
-DIST Log-Report-Optional-1.02.tar.gz 11126 BLAKE2B 895b0ce14e5a7b0b4964c3bc0b0ac048532e38ded87dd55fca28757bda61770b8b66d87f5d102c6e90a535fbd4e7ed0f13e9da5ba49df29e454a6a7a64d43ec2 SHA512 a548aed43658133b771573e86ced16ae37bfba89d47f8b69d2b53351ab84ed3c6c6e40bcd6c98a6258c87b9155eed00f0efd9451968837efc90646b6358f3f98
DIST Log-Report-Optional-1.03.tar.gz 11475 BLAKE2B cc2659ba95d67cf68e852d0994699536c25a953a7b5ebc44d064ab470c635937484fed027c4dea1c16c62592b7c99a1adb99a6f7911930f3a8cc0707e9c67cc0 SHA512 d90ec054c00fe902d2cef6be9d3dd8678b16ccaa541200db31ef736d1b908b37a1822aaed2a526ef8635c084ad22b4d62182d6159ff8559fb9e85c62f8efceab
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Report-Optional/
@ 2021-06-26 21:47 Andreas K. Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-06-26 21:47 UTC (permalink / raw
To: gentoo-commits
commit: c6ca12f091425966101778ab475fb4ca7eb969e4
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 26 21:32:36 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun 26 21:46:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ca12f0
dev-perl/Log-Report-Optional: Version bump 1.07
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../Log-Report-Optional-1.70.0.ebuild | 22 ++++++++++++++++++++++
dev-perl/Log-Report-Optional/Manifest | 1 +
2 files changed, 23 insertions(+)
diff --git a/dev-perl/Log-Report-Optional/Log-Report-Optional-1.70.0.ebuild b/dev-perl/Log-Report-Optional/Log-Report-Optional-1.70.0.ebuild
new file mode 100644
index 00000000000..18a5e871b35
--- /dev/null
+++ b/dev-perl/Log-Report-Optional/Log-Report-Optional-1.70.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MARKOV
+DIST_VERSION=1.07
+inherit perl-module
+
+DESCRIPTION="Lightweight implementation logger for Log::Report"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ >=dev-perl/String-Print-0.910.0
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=virtual/perl-Test-Simple-0.860.0
+ )
+"
diff --git a/dev-perl/Log-Report-Optional/Manifest b/dev-perl/Log-Report-Optional/Manifest
index cac872be5f4..02730db71c8 100644
--- a/dev-perl/Log-Report-Optional/Manifest
+++ b/dev-perl/Log-Report-Optional/Manifest
@@ -1 +1,2 @@
DIST Log-Report-Optional-1.03.tar.gz 11475 BLAKE2B cc2659ba95d67cf68e852d0994699536c25a953a7b5ebc44d064ab470c635937484fed027c4dea1c16c62592b7c99a1adb99a6f7911930f3a8cc0707e9c67cc0 SHA512 d90ec054c00fe902d2cef6be9d3dd8678b16ccaa541200db31ef736d1b908b37a1822aaed2a526ef8635c084ad22b4d62182d6159ff8559fb9e85c62f8efceab
+DIST Log-Report-Optional-1.07.tar.gz 12962 BLAKE2B 6b6948395aab28e5639e97e83a6d2a7edcabafb7d2fb8b967fdbaf4fa02304778ef898f7c751f88c42b110089bc1286103dca2cca89f57f6c39fabba7b65daac SHA512 5b6c109e76c482aadad78a6b723d694022d0c191230b12ced20b607398eafa2d644e39e0b72ae33ff93b9ccb5450f10263c16023414636e4d05d68adfcb56d66
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Report-Optional/
@ 2021-11-11 18:48 Andreas K. Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-11-11 18:48 UTC (permalink / raw
To: gentoo-commits
commit: ef756f0517432194b80ba59f2821f23fdfc27cc6
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 11 18:24:10 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Nov 11 18:47:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef756f05
dev-perl/Log-Report-Optional: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../Log-Report-Optional-1.30.0.ebuild | 24 ----------------------
dev-perl/Log-Report-Optional/Manifest | 1 -
2 files changed, 25 deletions(-)
diff --git a/dev-perl/Log-Report-Optional/Log-Report-Optional-1.30.0.ebuild b/dev-perl/Log-Report-Optional/Log-Report-Optional-1.30.0.ebuild
deleted file mode 100644
index 909e5986f5b..00000000000
--- a/dev-perl/Log-Report-Optional/Log-Report-Optional-1.30.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MARKOV
-DIST_VERSION=1.03
-inherit perl-module
-
-DESCRIPTION="Lightweight implementation logger for Log::Report"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-perl/String-Print-0.910.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- >=virtual/perl-Test-Simple-0.860.0
- )
-"
diff --git a/dev-perl/Log-Report-Optional/Manifest b/dev-perl/Log-Report-Optional/Manifest
index 02730db71c8..1ea5a9c8bf5 100644
--- a/dev-perl/Log-Report-Optional/Manifest
+++ b/dev-perl/Log-Report-Optional/Manifest
@@ -1,2 +1 @@
-DIST Log-Report-Optional-1.03.tar.gz 11475 BLAKE2B cc2659ba95d67cf68e852d0994699536c25a953a7b5ebc44d064ab470c635937484fed027c4dea1c16c62592b7c99a1adb99a6f7911930f3a8cc0707e9c67cc0 SHA512 d90ec054c00fe902d2cef6be9d3dd8678b16ccaa541200db31ef736d1b908b37a1822aaed2a526ef8635c084ad22b4d62182d6159ff8559fb9e85c62f8efceab
DIST Log-Report-Optional-1.07.tar.gz 12962 BLAKE2B 6b6948395aab28e5639e97e83a6d2a7edcabafb7d2fb8b967fdbaf4fa02304778ef898f7c751f88c42b110089bc1286103dca2cca89f57f6c39fabba7b65daac SHA512 5b6c109e76c482aadad78a6b723d694022d0c191230b12ced20b607398eafa2d644e39e0b72ae33ff93b9ccb5450f10263c16023414636e4d05d68adfcb56d66
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-11-11 18:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-26 21:47 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Report-Optional/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2021-11-11 18:48 Andreas K. Hüttel
2018-06-10 5:09 Kent Fredric
2017-10-28 23:54 Kent Fredric
2016-11-19 13:23 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox