diff options
author | Sam James <sam@gentoo.org> | 2024-05-22 03:08:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-22 03:17:56 +0100 |
commit | b352e3fce80e64048a6f3bb0c8148c054cd913a4 (patch) | |
tree | fa1db5c986f06f74cf2e36dbd9119b708981bb84 /dev-perl/File-LibMagic | |
parent | dev-perl/Encode-Detect: EAPI 8, rely on eclass impls (diff) | |
download | gentoo-b352e3fce80e64048a6f3bb0c8148c054cd913a4.tar.gz gentoo-b352e3fce80e64048a6f3bb0c8148c054cd913a4.tar.bz2 gentoo-b352e3fce80e64048a6f3bb0c8148c054cd913a4.zip |
dev-perl/File-LibMagic: EAPI 8, rely on eclass impls
This covers more variables/args, etc.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/File-LibMagic')
-rw-r--r-- | dev-perl/File-LibMagic/File-LibMagic-1.230.0-r1.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.230.0-r1.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.230.0-r1.ebuild new file mode 100644 index 000000000000..55a9c2e25c8c --- /dev/null +++ b/dev-perl/File-LibMagic/File-LibMagic-1.230.0-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR="DROLSKY" +DIST_VERSION=1.23 + +inherit perl-module + +DESCRIPTION="Perl wrapper for libmagic" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=" + sys-apps/file + virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-XSLoader + virtual/perl-Scalar-List-Utils +" +BDEPEND=" + ${RDEPEND} + dev-perl/Config-AutoConf + virtual/perl-ExtUtils-CBuilder + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + virtual/perl-File-Temp + dev-perl/Test-Fatal + >=virtual/perl-Test-Simple-0.960.0 + ) +" |