summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-08-29 12:47:00 +1200
committerKent Fredric <kentnl@gentoo.org>2020-08-29 12:49:24 +1200
commitc392835d765dcd412f8caf70c9e766eb4216cb4a (patch)
tree96f48b08b857c1defd7a4270cb03b314efe34b30
parentnet-irc/znc-palaver: new package (diff)
downloadgentoo-c392835d.tar.gz
gentoo-c392835d.tar.bz2
gentoo-c392835d.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>
-rw-r--r--dev-perl/File-MMagic/File-MMagic-1.300.0-r2.ebuild18
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
+"