dev-perl/DBD-Mock: new package, add 1.590.0

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-06-22 10:38:12 +01:00
parent 0f3f70f7d2
commit f90761520f
3 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=JLCOOPER
DIST_VERSION=1.59
inherit perl-module
DESCRIPTION="Mock database driver for testing"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND=">=dev-perl/DBI-1.300.0"
BDEPEND="
${RDEPEND}
>=dev-perl/Module-Build-Tiny-0.35.0
test? (
dev-perl/Test-Exception
)
"

View File

@@ -0,0 +1 @@
DIST DBD-Mock-1.59.tar.gz 75533 BLAKE2B 1ce9b352a40ef5f57867ac277eb5dc8eb6a1b9461e8192247c14419721537739bab1966c9a80549851c5044e97ae6404dad13c5e472c1d0ae5349c8516101ad2 SHA512 c1ba954ae3f22df9d143e023c1ad5537315618e1d959120af8afdbfc69b13ad3a3ef153a6adbb7f853c204bfc2a3c789daf9de0830260f0687143eb68c31d11f

View File

@@ -0,0 +1,20 @@
<?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>
<upstream>
<remote-id type="cpan">DBD-Mock</remote-id>
<remote-id type="cpan-module">DBD::Mock</remote-id>
<remote-id type="cpan-module">DBD::Mock::Pool</remote-id>
<remote-id type="cpan-module">DBD::Mock::Pool::db</remote-id>
<remote-id type="cpan-module">DBD::Mock::Session</remote-id>
<remote-id type="cpan-module">DBD::Mock::StatementTrack</remote-id>
<remote-id type="cpan-module">DBD::Mock::StatementTrack::iterator</remote-id>
<remote-id type="cpan-module">DBD::Mock::db</remote-id>
<remote-id type="cpan-module">DBD::Mock::dr</remote-id>
<remote-id type="cpan-module">DBD::Mock::st</remote-id>
</upstream>
</pkgmetadata>