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: Wed, 29 Apr 2020 09:33:13
Message-Id: 1588152722.58e90c3e9ee72d85ccf19a411f45a74123719406.kentnl@gentoo
1 commit: 58e90c3e9ee72d85ccf19a411f45a74123719406
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 29 09:01:53 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 29 09:32:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58e90c3e
7
8 dev-perl/Astro-FITS-Header: -r bump for EAPI7
9
10 - EAPI7
11 - Correct LICENSE "GPL3 or Later"
12 - Parallel Tests
13
14 Package-Manager: Portage-2.3.97, Repoman-2.3.22
15 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
16
17 .../Astro-FITS-Header-3.70.0-r1.ebuild | 26 ++++++++++++++++++++++
18 1 file changed, 26 insertions(+)
19
20 diff --git a/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.70.0-r1.ebuild b/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.70.0-r1.ebuild
21 new file mode 100644
22 index 00000000000..ca67050ef0d
23 --- /dev/null
24 +++ b/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.70.0-r1.ebuild
25 @@ -0,0 +1,26 @@
26 +# Copyright 1999-2020 Gentoo Authors
27 +# Distributed under the terms of the GNU General Public License v2
28 +
29 +EAPI=7
30 +
31 +DIST_AUTHOR=TJENNESS
32 +DIST_VERSION=3.07
33 +inherit perl-module
34 +
35 +DESCRIPTION="Interface to FITS headers"
36 +
37 +LICENSE="GPL-3+"
38 +SLOT="0"
39 +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~x86 ~amd64-linux ~x86-linux"
40 +IUSE="test"
41 +RESTRICT="!test? ( test )"
42 +
43 +DEPEND="
44 + dev-perl/Module-Build
45 +"
46 +BDEPEND="
47 + dev-perl/Module-Build
48 + test? (
49 + virtual/perl-Test-Simple
50 + )
51 +"