summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-08-29 07:34:32 +0100
committerSam James <sam@gentoo.org>2023-08-29 07:34:32 +0100
commit1c80b77f48afd5549f6b25446b2b9a6fc09f8a08 (patch)
tree28fc2b8c9e0a9c9386083bc669add2daf4ba0af6 /dev-perl/Image-Info/Image-Info-1.440.0.ebuild
parentdev-perl/Mail-Box-POP3: add 3.6.0 (diff)
downloadgentoo-1c80b77f48afd5549f6b25446b2b9a6fc09f8a08.tar.gz
gentoo-1c80b77f48afd5549f6b25446b2b9a6fc09f8a08.tar.bz2
gentoo-1c80b77f48afd5549f6b25446b2b9a6fc09f8a08.zip
dev-perl/Image-Info: add 1.440.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Image-Info/Image-Info-1.440.0.ebuild')
-rw-r--r--dev-perl/Image-Info/Image-Info-1.440.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Image-Info/Image-Info-1.440.0.ebuild b/dev-perl/Image-Info/Image-Info-1.440.0.ebuild
new file mode 100644
index 000000000000..49abf4ffc425
--- /dev/null
+++ b/dev-perl/Image-Info/Image-Info-1.440.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SREZIC
+DIST_VERSION=1.44
+DIST_EXAMPLES=("exifdump" "imgdump")
+inherit perl-module
+
+DESCRIPTION="The Perl Image-Info Module"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+ >=dev-perl/IO-stringy-1.01
+ dev-perl/XML-LibXML
+ dev-perl/XML-Simple
+"
+BDEPEND="${RDEPEND}"
+
+PERL_RM_FILES=( "t/pod_cov.t" "t/pod.t" )