sys-process/glances: revbump 3.1.4.1, add missing doc dep
[gentoo.git] / dev-perl / Audio-WMA / Audio-WMA-1.300.0-r1.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 DIST_VERSION=1.3
7 DIST_AUTHOR=DANIEL
8 inherit perl-module
9
10 DESCRIPTION="extension for reading WMA/ASF metadata"
11
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14
15 PERL_RM_FILES=(
16         "t/pod.t"
17         "t/pod-coverage.t"
18 )
19 PATCHES=(
20         "${FILESDIR}/${PN}-1.3-no-dot-inc.patch"
21 )