* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-CPANTS-Analyse/
@ 2021-09-22 19:27 Andreas K. Hüttel
0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2021-09-22 19:27 UTC (permalink / raw
To: gentoo-commits
commit: 66b66dcb730a0a2e3defe1e6bb3201dc8eea06cb
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 22 19:12:13 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Sep 22 19:27:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b66dcb
dev-perl/Module-CPANTS-Analyse: New package
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Module-CPANTS-Analyse/Manifest | 1 +
.../Module-CPANTS-Analyse-1.10.0.ebuild | 37 ++++++++++++++++++++++
dev-perl/Module-CPANTS-Analyse/metadata.xml | 8 +++++
3 files changed, 46 insertions(+)
diff --git a/dev-perl/Module-CPANTS-Analyse/Manifest b/dev-perl/Module-CPANTS-Analyse/Manifest
new file mode 100644
index 00000000000..501ee6f627f
--- /dev/null
+++ b/dev-perl/Module-CPANTS-Analyse/Manifest
@@ -0,0 +1 @@
+DIST Module-CPANTS-Analyse-1.01.tar.gz 38930 BLAKE2B f2471fcb59c622373e7b9715c5edd8864cfd5b98fbd75121403b58071f97718ef818f91d90675d75ba204622615aa7b04c470dc1cb512caba6ac63e8150f6e83 SHA512 31381f83376297842668fc6e42ea4affa6775eddbc2c7b3e7806db5da2190a4b3b8600029a04a0814dc185b1e047c25366a7bd06bece5e4a3e2a67e47d45d97a
diff --git a/dev-perl/Module-CPANTS-Analyse/Module-CPANTS-Analyse-1.10.0.ebuild b/dev-perl/Module-CPANTS-Analyse/Module-CPANTS-Analyse-1.10.0.ebuild
new file mode 100644
index 00000000000..125f602b1ef
--- /dev/null
+++ b/dev-perl/Module-CPANTS-Analyse/Module-CPANTS-Analyse-1.10.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ISHIGAKI
+DIST_VERSION=1.01
+inherit perl-module
+
+DESCRIPTION="Generate Kwalitee ratings for a distribution"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-perl/Archive-Any-Lite-0.60.0
+ >=virtual/perl-Archive-Tar-1.760.0
+ >=dev-perl/Array-Diff-0.40.0
+ >=dev-perl/CPAN-DistnameInfo-0.60.0
+ >=virtual/perl-CPAN-Meta-YAML-0.8.0
+ >=dev-perl/Class-Accessor-0.190.0
+ dev-perl/Data-Binary
+ >=dev-perl/File-Find-Object-0.2.1
+ virtual/perl-JSON-PP
+ >=virtual/perl-Scalar-List-Utils-1.330.0
+ dev-perl/Module-Find
+ >=dev-perl/Perl-PrereqScanner-NotQuiteLite-0.990.100
+ >=dev-perl/Software-License-0.103.12
+ virtual/perl-Text-Balanced
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ >=dev-perl/ExtUtils-MakeMaker-CPANfile-0.80.0
+ test? (
+ dev-perl/Test-FailWarnings
+ >=virtual/perl-Test-Simple-0.880.0
+ )
+"
diff --git a/dev-perl/Module-CPANTS-Analyse/metadata.xml b/dev-perl/Module-CPANTS-Analyse/metadata.xml
new file mode 100644
index 00000000000..e2c9afaca62
--- /dev/null
+++ b/dev-perl/Module-CPANTS-Analyse/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-CPANTS-Analyse/
@ 2025-02-28 21:37 Andreas K. Hüttel
0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2025-02-28 21:37 UTC (permalink / raw
To: gentoo-commits
commit: 21113047462dcf97b61e04ae6c953ef9401b0653
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 28 21:34:19 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Feb 28 21:36:57 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21113047
dev-perl/Module-CPANTS-Analyse: virtual/perl-CPAN-Meta-YAML is going away
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...TS-Analyse-1.10.0.ebuild => Module-CPANTS-Analyse-1.10.0-r1.ebuild} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-perl/Module-CPANTS-Analyse/Module-CPANTS-Analyse-1.10.0.ebuild b/dev-perl/Module-CPANTS-Analyse/Module-CPANTS-Analyse-1.10.0-r1.ebuild
similarity index 92%
rename from dev-perl/Module-CPANTS-Analyse/Module-CPANTS-Analyse-1.10.0.ebuild
rename to dev-perl/Module-CPANTS-Analyse/Module-CPANTS-Analyse-1.10.0-r1.ebuild
index 125f602b1ef1..7c7eb26fd88c 100644
--- a/dev-perl/Module-CPANTS-Analyse/Module-CPANTS-Analyse-1.10.0.ebuild
+++ b/dev-perl/Module-CPANTS-Analyse/Module-CPANTS-Analyse-1.10.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,6 @@ RDEPEND="
>=virtual/perl-Archive-Tar-1.760.0
>=dev-perl/Array-Diff-0.40.0
>=dev-perl/CPAN-DistnameInfo-0.60.0
- >=virtual/perl-CPAN-Meta-YAML-0.8.0
>=dev-perl/Class-Accessor-0.190.0
dev-perl/Data-Binary
>=dev-perl/File-Find-Object-0.2.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-28 21:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-28 21:37 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-CPANTS-Analyse/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2021-09-22 19:27 Andreas K. Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox