forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/Module-CPANTS-Analyse: New package
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <[email protected]>
- Loading branch information
Showing
3 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DIST Module-CPANTS-Analyse-1.01.tar.gz 38930 BLAKE2B f2471fcb59c622373e7b9715c5edd8864cfd5b98fbd75121403b58071f97718ef818f91d90675d75ba204622615aa7b04c470dc1cb512caba6ac63e8150f6e83 SHA512 31381f83376297842668fc6e42ea4affa6775eddbc2c7b3e7806db5da2190a4b3b8600029a04a0814dc185b1e047c25366a7bd06bece5e4a3e2a67e47d45d97a |
37 changes: 37 additions & 0 deletions
37
dev-perl/Module-CPANTS-Analyse/Module-CPANTS-Analyse-1.10.0.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
) | ||
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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>[email protected]</email> | ||
<name>Gentoo Perl Project</name> | ||
</maintainer> | ||
</pkgmetadata> |