From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F46D1396D9 for ; Tue, 24 Oct 2017 07:11:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 635D82BC0F4; Tue, 24 Oct 2017 07:11:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 326A82BC0F4 for ; Tue, 24 Oct 2017 07:11:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06C5533C1EB for ; Tue, 24 Oct 2017 07:11:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3463C832 for ; Tue, 24 Oct 2017 07:11:30 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1508829059.c42478dd1256b21b4c9d94b16d2d2214aafc5547.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Format/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild dev-perl/HTML-Format/Manifest dev-perl/HTML-Format/metadata.xml X-VCS-Directories: dev-perl/HTML-Format/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: c42478dd1256b21b4c9d94b16d2d2214aafc5547 X-VCS-Branch: master Date: Tue, 24 Oct 2017 07:11:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c3c40fba-9d41-4dfb-bdba-a13a97d5085b X-Archives-Hash: 921f9aaa7af309e9557afa92065e9cc0 commit: c42478dd1256b21b4c9d94b16d2d2214aafc5547 Author: Kent Fredric gentoo org> AuthorDate: Tue Oct 24 06:50:21 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Oct 24 07:10:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c42478dd dev-perl/HTML-Format: Remove, gone to HTML-Formatter dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild | 43 ------------------------- dev-perl/HTML-Format/Manifest | 1 - dev-perl/HTML-Format/metadata.xml | 15 --------- 3 files changed, 59 deletions(-) diff --git a/dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild b/dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild deleted file mode 100644 index 3692d8ca7a3..00000000000 --- a/dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_NAME=HTML-Formatter -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 -} diff --git a/dev-perl/HTML-Format/Manifest b/dev-perl/HTML-Format/Manifest deleted file mode 100644 index c2982a4d4ac..00000000000 --- a/dev-perl/HTML-Format/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST HTML-Formatter-2.14.tar.gz 51298 SHA256 d28eeeab48ab5f7bfcc73cc106b0f756073d98d48dfdb91ca2951f832f8e035e SHA512 616ee70f3a6038589d9348a1463bd9c1cac4d7fe00aff5dbb52968d0ef44129658ff6cdc114f2c389a1eed068a64f48ab34bb90b60d3f20a0a024750ddadda42 WHIRLPOOL fdf953e6115a1c0f82366707cab0bd7d80e1a1173e76e7231e9d702dfdad2b23b3d298859986e79304c4fd1b23d0481003f615cad8c802b8880999ee3f08700d diff --git a/dev-perl/HTML-Format/metadata.xml b/dev-perl/HTML-Format/metadata.xml deleted file mode 100644 index 5e304e0df36..00000000000 --- a/dev-perl/HTML-Format/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - perl@gentoo.org - Gentoo Perl Project - - - HTML-Format - HTML::FormatPS - HTML::FormatRTF - HTML::FormatText - HTML::Formatter - -