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 CEBF1139694 for ; Thu, 29 Jun 2017 02:04:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B4E02240E8; Thu, 29 Jun 2017 02:04:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB00F2240E8 for ; Thu, 29 Jun 2017 02:04:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6CAA3341834 for ; Thu, 29 Jun 2017 02:04:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBC12747D for ; Thu, 29 Jun 2017 02:04:32 +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: <1498701866.ae7e85566045149b5c97127be17374d3d839ecd0.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/LaTeX-Encode/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/LaTeX-Encode/LaTeX-Encode-0.91.6.ebuild X-VCS-Directories: dev-perl/LaTeX-Encode/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: ae7e85566045149b5c97127be17374d3d839ecd0 X-VCS-Branch: master Date: Thu, 29 Jun 2017 02:04:32 +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: 07da45f9-5898-437a-af86-e200bb9efff7 X-Archives-Hash: 2b2425a81fc14fa40fd3be297c830a16 commit: ae7e85566045149b5c97127be17374d3d839ecd0 Author: Kent Fredric gentoo org> AuthorDate: Thu Jun 29 02:03:58 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu Jun 29 02:04:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae7e8556 dev-perl/LaTeX-Encode: Cleanup old Remove old versions with bad dependencies and old EAPIs Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-perl/LaTeX-Encode/LaTeX-Encode-0.91.6.ebuild | 27 ------------------------ 1 file changed, 27 deletions(-) diff --git a/dev-perl/LaTeX-Encode/LaTeX-Encode-0.91.6.ebuild b/dev-perl/LaTeX-Encode/LaTeX-Encode-0.91.6.ebuild deleted file mode 100644 index b3eb8a09b15..00000000000 --- a/dev-perl/LaTeX-Encode/LaTeX-Encode-0.91.6.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=EINHVERFR -MODULE_VERSION=0.091.6 -inherit perl-module - -DESCRIPTION="Encode characters for LaTeX formatting" - -LICENSE="|| ( GPL-1+ Artistic )" -SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd" -IUSE="test" - -RDEPEND=" - virtual/perl-Getopt-Long - dev-perl/HTML-Parser - dev-perl/Pod-LaTeX - dev-perl/Readonly -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker -" - -SRC_TEST="do"