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 35A461382C5 for ; Tue, 18 May 2021 22:48:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A6D4E076B; Tue, 18 May 2021 22:48:58 +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 6302DE076B for ; Tue, 18 May 2021 22:48:58 +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 64A0F335D0A for ; Tue, 18 May 2021 22:48:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79718790 for ; Tue, 18 May 2021 22:48:54 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1621378122.c1bada26e8e38a357a618e9792a5d21f1b1d33b4.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-LaTeX/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild X-VCS-Directories: dev-perl/Pod-LaTeX/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: c1bada26e8e38a357a618e9792a5d21f1b1d33b4 X-VCS-Branch: master Date: Tue, 18 May 2021 22:48:54 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3dedd600-4abc-4e11-8a52-2202f639da67 X-Archives-Hash: 76ecff5f7bf6fec0f3409feced92e0a0 commit: c1bada26e8e38a357a618e9792a5d21f1b1d33b4 Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue May 18 22:47:37 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue May 18 22:48:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1bada26 dev-perl/Pod-LaTeX: Remove old Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild b/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild deleted file mode 100644 index 27ac1a7557b..00000000000 --- a/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=TJENNESS -MODULE_VERSION=0.61 -inherit perl-module - -DESCRIPTION="Convert Pod data to formatted LaTeX" - -LICENSE="|| ( GPL-1+ Artistic )" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86" -IUSE="" - -RDEPEND=" - virtual/perl-Pod-Parser - virtual/perl-if -" -DEPEND="${RDEPEND} - dev-perl/Module-Build -" - -SRC_TEST="do"