diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-08-29 12:47:00 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-08-29 12:49:24 +1200 |
commit | c392835d765dcd412f8caf70c9e766eb4216cb4a (patch) | |
tree | 96f48b08b857c1defd7a4270cb03b314efe34b30 /dev-perl/File-MMagic | |
parent | net-irc/znc-palaver: new package (diff) | |
download | gentoo-c392835d765dcd412f8caf70c9e766eb4216cb4a.tar.gz gentoo-c392835d765dcd412f8caf70c9e766eb4216cb4a.tar.bz2 gentoo-c392835d765dcd412f8caf70c9e766eb4216cb4a.zip |
dev-perl/File-MMagic: -r bump for EAPI7
- EAPI7
- Parallel tests
- Remove unused/empty variable assignments
Package-Manager: Portage-3.0.4, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/File-MMagic')
-rw-r--r-- | dev-perl/File-MMagic/File-MMagic-1.300.0-r2.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
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 new file mode 100644 index 000000000000..a280f03d820c --- /dev/null +++ b/dev-perl/File-MMagic/File-MMagic-1.300.0-r2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=KNOK +DIST_VERSION=1.30 +inherit perl-module + +DESCRIPTION="The Perl Image-Info Module" + +SLOT="0" +LICENSE="File-MMagic" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +BDEPEND=" + virtual/perl-ExtUtils-MakeMaker +" |