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/Astro-FITS-Header/
Date: Sat, 03 Oct 2020 05:23:38
Message-Id: 1601702570.4640eb624f5b5d94f889f7f6ef61d2bd4be03115.kentnl@gentoo
1 commit: 4640eb624f5b5d94f889f7f6ef61d2bd4be03115
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 3 05:05:51 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 05:22:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4640eb62
7
8 dev-perl/Astro-FITS-Header: Cleanup old 3.70.0
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 .../Astro-FITS-Header-3.70.0.ebuild | 22 ----------------------
14 1 file changed, 22 deletions(-)
15
16 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
17 deleted file mode 100644
18 index c6b421441bf..00000000000
19 --- a/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.70.0.ebuild
20 +++ /dev/null
21 @@ -1,22 +0,0 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=TJENNESS
28 -MODULE_VERSION=3.07
29 -inherit perl-module
30 -
31 -DESCRIPTION="Interface to FITS headers"
32 -
33 -LICENSE="GPL-3"
34 -SLOT="0"
35 -KEYWORDS="amd64 arm hppa ~mips ppc x86 ~amd64-linux ~x86-linux"
36 -IUSE=""
37 -
38 -RDEPEND=""
39 -DEPEND="${RDEPEND}
40 - dev-perl/Module-Build
41 -"
42 -
43 -SRC_TEST="do"