2016-08-08 09:24:35 +03:00
|
|
|
# Copyright 1999-2016 Gentoo Foundation
|
2011-11-09 11:33:19 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2017-02-27 14:33:07 +03:00
|
|
|
# $Id: e3eea7c4a375b89e838f4426930cf4d594e58fba $
|
2011-11-09 11:33:19 +04:00
|
|
|
|
2014-08-23 08:55:28 +04:00
|
|
|
EAPI=5
|
2011-11-09 11:33:19 +04:00
|
|
|
|
|
|
|
MODULE_AUTHOR=DANIEL
|
|
|
|
MODULE_VERSION=2.4
|
|
|
|
inherit perl-module
|
|
|
|
|
|
|
|
DESCRIPTION="Access to FLAC audio metadata"
|
|
|
|
|
|
|
|
SLOT="0"
|
2012-09-12 14:52:23 +04:00
|
|
|
KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
|
2011-11-09 11:33:19 +04:00
|
|
|
IUSE="test"
|
|
|
|
|
|
|
|
RDEPEND="media-libs/flac"
|
2016-08-08 09:24:35 +03:00
|
|
|
DEPEND="${RDEPEND}"
|
2011-11-09 11:33:19 +04:00
|
|
|
|
|
|
|
SRC_TEST="do"
|
2016-08-08 09:24:35 +03:00
|
|
|
|
|
|
|
# MI's fault
|
|
|
|
src_configure() {
|
|
|
|
use test && perl_rm_files t/pod.t t/pod-coverage.t
|
|
|
|
perl-module_src_configure
|
|
|
|
}
|