dev-perl/PDL-IO-GD: new package, add 2.103.0

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2025-04-12 00:48:46 +02:00
parent 6a6565e4a5
commit d945878cf8
3 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST PDL-IO-GD-2.103.tar.gz 28098 BLAKE2B 85dc56c276905c499b4296befc921396b78f052a8203023f1a5a003f6a60088cb8b84598e533794ee21d9249b552a1cb984413043c13897fb0bf817c5267365e SHA512 6826820df18225cdfea60c36bf77112ed83bd0a522eb3e70524a9113228a7c7c9c5d3ccb4a9fb027008bb157e1f40c64069545615e6d047eefea3940bf64f363

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=ETJ
DIST_VERSION=2.103
inherit perl-module
DESCRIPTION="A PDL interface to the GD image library"
SLOT="0"
#KEYWORDS="~amd64"
RDEPEND="
>=dev-perl/PDL-2.94.0
media-libs/gd
"
BDEPEND="${RDEPEND}
"

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
</pkgmetadata>