Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/FLV-AudioExtractor/
Date: Fri, 21 Aug 2020 07:34:41
Message-Id: 1597995265.5cd8b51a06e3a941ef15ef7dbf72bff22810bea0.kentnl@gentoo
1 commit: 5cd8b51a06e3a941ef15ef7dbf72bff22810bea0
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 21 07:33:46 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 21 07:34:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd8b51a
7
8 dev-perl/FLV-AudioExtractor: -r bump + version normalization for EAPI7
9
10 - EAPI7
11 - Remove unused/empty variable assignments
12 - Remove unhelpful tests
13
14 Package-Manager: Portage-2.3.103, Repoman-2.3.22
15 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
16
17 .../FLV-AudioExtractor-0.10.0-r1.ebuild | 27 ++++++++++++++++++++++
18 1 file changed, 27 insertions(+)
19
20 diff --git a/dev-perl/FLV-AudioExtractor/FLV-AudioExtractor-0.10.0-r1.ebuild b/dev-perl/FLV-AudioExtractor/FLV-AudioExtractor-0.10.0-r1.ebuild
21 new file mode 100644
22 index 00000000000..e0317725c63
23 --- /dev/null
24 +++ b/dev-perl/FLV-AudioExtractor/FLV-AudioExtractor-0.10.0-r1.ebuild
25 @@ -0,0 +1,27 @@
26 +# Copyright 1999-2020 Gentoo Authors
27 +# Distributed under the terms of the GNU General Public License v2
28 +
29 +EAPI=7
30 +
31 +DIST_AUTHOR=FVOX
32 +DIST_VERSION=0.01
33 +inherit perl-module
34 +
35 +DESCRIPTION="Extract audio from Flash Videos"
36 +
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~x86"
39 +
40 +RDEPEND="
41 + dev-perl/Moose
42 +"
43 +BDEPEND="${RDEPEND}
44 + virtual/perl-ExtUtils-MakeMaker
45 +"
46 +PERL_RM_FILES=(
47 + t/author-critic.t
48 + t/release-distmeta.t
49 + t/release-eol.t
50 + t/release-pod-coverage.t
51 + t/release-pod-syntax.t
52 +)