mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
- Network tests now controlled by DIST_TEST_OVERRIDE=network support Upstream: - Rewrite using Mojolicious - Implement version 2.0 of MusicBrainz API Keywords: - Dropped ppc/ppc64 due to new Mojolicious dep Package-Manager: Portage-2.3.5, Repoman-2.3.2
22 lines
425 B
Bash
22 lines
425 B
Bash
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
DIST_AUTHOR=BFAIST
|
|
DIST_VERSION=1.0.2
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Web service API to MusicBrainz database"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
PATCHES=( "${FILESDIR}/1.0.2-no-network-testing.patch" )
|
|
RDEPEND="
|
|
>=dev-perl/Mojolicious-7.130.0
|
|
"
|
|
DEPEND="${RDEPEND}
|
|
>=dev-perl/Module-Build-0.420.0
|
|
"
|