Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Format/
Date: Tue, 24 Oct 2017 07:11:36
Message-Id: 1508829059.c42478dd1256b21b4c9d94b16d2d2214aafc5547.kentnl@gentoo
1 commit: c42478dd1256b21b4c9d94b16d2d2214aafc5547
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 24 06:50:21 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 24 07:10:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c42478dd
7
8 dev-perl/HTML-Format: Remove, gone to HTML-Formatter
9
10 dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild | 43 -------------------------
11 dev-perl/HTML-Format/Manifest | 1 -
12 dev-perl/HTML-Format/metadata.xml | 15 ---------
13 3 files changed, 59 deletions(-)
14
15 diff --git a/dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild b/dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild
16 deleted file mode 100644
17 index 3692d8ca7a3..00000000000
18 --- a/dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild
19 +++ /dev/null
20 @@ -1,43 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -DIST_NAME=HTML-Formatter
27 -DIST_AUTHOR=NIGELM
28 -DIST_VERSION=2.14
29 -inherit perl-module
30 -
31 -DESCRIPTION="HTML Formatter"
32 -
33 -SLOT="0"
34 -KEYWORDS="amd64 ppc x86"
35 -IUSE="test"
36 -
37 -RDEPEND="
38 - virtual/perl-Carp
39 - virtual/perl-Data-Dumper
40 - virtual/perl-Encode
41 - dev-perl/Font-AFM
42 - dev-perl/HTML-Tree
43 - virtual/perl-IO
44 - virtual/perl-parent
45 -"
46 -DEPEND="${RDEPEND}
47 - >=dev-perl/Module-Build-0.280.0
48 - test? (
49 - dev-perl/File-Slurper
50 - virtual/perl-File-Spec
51 - virtual/perl-Scalar-List-Utils
52 - >=virtual/perl-Test-Simple-0.960.0
53 - )
54 -"
55 -src_test() {
56 - local badfile
57 - perl_rm_files t/author-* t/release-*
58 - for badfile in t/000-report-versions.t META.yml; do
59 - einfo "Stripping bad test dependencies from ${badfile}"
60 - sed -i -r -e '/Test::(CPAN|EOL|Kwalitee|NoTabs|Pod|Port|YAML)/d' "${badfile}" || die "Can't fix bad deps in ${badfile}"
61 - done
62 - perl-module_src_test
63 -}
64
65 diff --git a/dev-perl/HTML-Format/Manifest b/dev-perl/HTML-Format/Manifest
66 deleted file mode 100644
67 index c2982a4d4ac..00000000000
68 --- a/dev-perl/HTML-Format/Manifest
69 +++ /dev/null
70 @@ -1 +0,0 @@
71 -DIST HTML-Formatter-2.14.tar.gz 51298 SHA256 d28eeeab48ab5f7bfcc73cc106b0f756073d98d48dfdb91ca2951f832f8e035e SHA512 616ee70f3a6038589d9348a1463bd9c1cac4d7fe00aff5dbb52968d0ef44129658ff6cdc114f2c389a1eed068a64f48ab34bb90b60d3f20a0a024750ddadda42 WHIRLPOOL fdf953e6115a1c0f82366707cab0bd7d80e1a1173e76e7231e9d702dfdad2b23b3d298859986e79304c4fd1b23d0481003f615cad8c802b8880999ee3f08700d
72
73 diff --git a/dev-perl/HTML-Format/metadata.xml b/dev-perl/HTML-Format/metadata.xml
74 deleted file mode 100644
75 index 5e304e0df36..00000000000
76 --- a/dev-perl/HTML-Format/metadata.xml
77 +++ /dev/null
78 @@ -1,15 +0,0 @@
79 -<?xml version="1.0" encoding="UTF-8"?>
80 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
81 -<pkgmetadata>
82 - <maintainer type="project">
83 - <email>perl@g.o</email>
84 - <name>Gentoo Perl Project</name>
85 - </maintainer>
86 - <upstream>
87 - <remote-id type="cpan">HTML-Format</remote-id>
88 - <remote-id type="cpan-module">HTML::FormatPS</remote-id>
89 - <remote-id type="cpan-module">HTML::FormatRTF</remote-id>
90 - <remote-id type="cpan-module">HTML::FormatText</remote-id>
91 - <remote-id type="cpan-module">HTML::Formatter</remote-id>
92 - </upstream>
93 -</pkgmetadata>