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 69F86138359 for ; Sat, 3 Oct 2020 05:23:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B65D9E09EA; Sat, 3 Oct 2020 05:23:35 +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 9B548E09EA for ; Sat, 3 Oct 2020 05:23:35 +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 4355B340D94 for ; Sat, 3 Oct 2020 05:23:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D38F839D for ; Sat, 3 Oct 2020 05:23:31 +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: <1601702570.4640eb624f5b5d94f889f7f6ef61d2bd4be03115.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Astro-FITS-Header/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.70.0.ebuild X-VCS-Directories: dev-perl/Astro-FITS-Header/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 4640eb624f5b5d94f889f7f6ef61d2bd4be03115 X-VCS-Branch: master Date: Sat, 3 Oct 2020 05:23:31 +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: 5f4f1d77-8253-4b1f-a8d6-461c0387dbb4 X-Archives-Hash: e6c59c705b65234159264d2ebcaa3d81 commit: 4640eb624f5b5d94f889f7f6ef61d2bd4be03115 Author: Kent Fredric gentoo org> AuthorDate: Sat Oct 3 05:05:51 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Oct 3 05:22:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4640eb62 dev-perl/Astro-FITS-Header: Cleanup old 3.70.0 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Kent Fredric gentoo.org> .../Astro-FITS-Header-3.70.0.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.70.0.ebuild b/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.70.0.ebuild deleted file mode 100644 index c6b421441bf..00000000000 --- a/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.70.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=TJENNESS -MODULE_VERSION=3.07 -inherit perl-module - -DESCRIPTION="Interface to FITS headers" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 arm hppa ~mips ppc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-perl/Module-Build -" - -SRC_TEST="do"