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/AutoXS-Header/
Date: Thu, 30 Apr 2020 11:39:25
Message-Id: 1588246507.d441f9fdaa58d82294aefde47dfa9f5ffd3caa6a.kentnl@gentoo
1 commit: d441f9fdaa58d82294aefde47dfa9f5ffd3caa6a
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 30 11:35:07 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 30 11:35:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d441f9fd
7
8 dev-perl/AutoXS-Header: -r bump for EAPI7
9
10 Also remove unneeded varaibles and empty assignments
11
12 Package-Manager: Portage-2.3.97, Repoman-2.3.22
13 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
14
15 dev-perl/AutoXS-Header/AutoXS-Header-1.20.0-r2.ebuild | 17 +++++++++++++++++
16 1 file changed, 17 insertions(+)
17
18 diff --git a/dev-perl/AutoXS-Header/AutoXS-Header-1.20.0-r2.ebuild b/dev-perl/AutoXS-Header/AutoXS-Header-1.20.0-r2.ebuild
19 new file mode 100644
20 index 00000000000..f8b0addd227
21 --- /dev/null
22 +++ b/dev-perl/AutoXS-Header/AutoXS-Header-1.20.0-r2.ebuild
23 @@ -0,0 +1,17 @@
24 +# Copyright 1999-2020 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=7
28 +
29 +DIST_AUTHOR=SMUELLER
30 +DIST_VERSION=1.02
31 +inherit perl-module
32 +
33 +DESCRIPTION="Container for the AutoXS header files"
34 +
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
37 +
38 +BDEPEND="
39 + virtual/perl-ExtUtils-MakeMaker
40 +"