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/File-MMagic/
Date: Sat, 29 Aug 2020 00:53:42
Message-Id: 1598662164.c392835d765dcd412f8caf70c9e766eb4216cb4a.kentnl@gentoo
1 commit: c392835d765dcd412f8caf70c9e766eb4216cb4a
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 00:47:00 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 00:49:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c392835d
7
8 dev-perl/File-MMagic: -r bump for EAPI7
9
10 - EAPI7
11 - Parallel tests
12 - Remove unused/empty variable assignments
13
14 Package-Manager: Portage-3.0.4, Repoman-2.3.22
15 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
16
17 dev-perl/File-MMagic/File-MMagic-1.300.0-r2.ebuild | 18 ++++++++++++++++++
18 1 file changed, 18 insertions(+)
19
20 diff --git a/dev-perl/File-MMagic/File-MMagic-1.300.0-r2.ebuild b/dev-perl/File-MMagic/File-MMagic-1.300.0-r2.ebuild
21 new file mode 100644
22 index 00000000000..a280f03d820
23 --- /dev/null
24 +++ b/dev-perl/File-MMagic/File-MMagic-1.300.0-r2.ebuild
25 @@ -0,0 +1,18 @@
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=KNOK
32 +DIST_VERSION=1.30
33 +inherit perl-module
34 +
35 +DESCRIPTION="The Perl Image-Info Module"
36 +
37 +SLOT="0"
38 +LICENSE="File-MMagic"
39 +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
40 +
41 +BDEPEND="
42 + virtual/perl-ExtUtils-MakeMaker
43 +"