mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/WebService-MusicBrainz: bump to 1.0.7
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST WebService-MusicBrainz-1.0.6.tar.gz 10018 BLAKE2B f7a1e038ae60c44193c4551b2acc135e8f54fd4b7c4c7de68390c63b5b81b3c14585eaa0163de699a9bb440736570fdacd30fda194086a1c52bff787c318aabb SHA512 b9cb8a4873c0a32575afbeaa57068a2b533dd3213d747b3577a378da2844b325e9b50477ccb3c5461b34a319078a59cf802be93f1cc094cb6f12c13c92c9611a
|
||||
DIST WebService-MusicBrainz-1.0.7.tar.gz 10045 BLAKE2B 4e6e745c1d71abebd7aa55ecbba8dac8adb155dd9afbc108718e8aa48b3cd7f9b91d28913c832eec6d63fe1963bb7247118c4addd08983f211c9acb6d5def539 SHA512 9515de4949f365cc4ab3619433392c33dbeab9137c27788705eb852c7a31b4052843d3f541f814e31dbacbb10e3f524181e29ce4d177ba8753a1270dbde5229e
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=BFAIST
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Web service API to MusicBrainz database"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-perl/Mojolicious-7.130.0
|
||||
"
|
||||
BDEPEND="${RDEPEND}
|
||||
>=dev-perl/Module-Build-0.420.0
|
||||
"
|
||||
|
||||
PATCHES=( "${FILESDIR}/1.0.2-no-network-testing.patch" )
|
||||
Reference in New Issue
Block a user