dev-perl/HTML-Formatter: Copy from dev-perl/HTML-Format

Upstream renamed.

Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
Kent Fredric
2017-10-24 19:41:05 +13:00
parent 5d8f7c54bb
commit dbb85fc583
3 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=NIGELM
DIST_VERSION=2.14
inherit perl-module
DESCRIPTION="HTML Formatter"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="test"
RDEPEND="
virtual/perl-Carp
virtual/perl-Data-Dumper
virtual/perl-Encode
dev-perl/Font-AFM
dev-perl/HTML-Tree
virtual/perl-IO
virtual/perl-parent
"
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.280.0
test? (
dev-perl/File-Slurper
virtual/perl-File-Spec
virtual/perl-Scalar-List-Utils
>=virtual/perl-Test-Simple-0.960.0
)
"
src_test() {
local badfile
perl_rm_files t/author-* t/release-*
for badfile in t/000-report-versions.t META.yml; do
einfo "Stripping bad test dependencies from ${badfile}"
sed -i -r -e '/Test::(CPAN|EOL|Kwalitee|NoTabs|Pod|Port|YAML)/d' "${badfile}" || die "Can't fix bad deps in ${badfile}"
done
perl-module_src_test
}

View File

@@ -0,0 +1 @@
DIST HTML-Formatter-2.14.tar.gz 51298 SHA256 d28eeeab48ab5f7bfcc73cc106b0f756073d98d48dfdb91ca2951f832f8e035e SHA512 616ee70f3a6038589d9348a1463bd9c1cac4d7fe00aff5dbb52968d0ef44129658ff6cdc114f2c389a1eed068a64f48ab34bb90b60d3f20a0a024750ddadda42 WHIRLPOOL fdf953e6115a1c0f82366707cab0bd7d80e1a1173e76e7231e9d702dfdad2b23b3d298859986e79304c4fd1b23d0481003f615cad8c802b8880999ee3f08700d

View File

@@ -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">HTML-Formatter</remote-id>
<remote-id type="cpan-module">HTML::FormatPS</remote-id>
<remote-id type="cpan-module">HTML::FormatRTF</remote-id>
<remote-id type="cpan-module">HTML::FormatText</remote-id>
<remote-id type="cpan-module">HTML::Formatter</remote-id>
</upstream>
</pkgmetadata>