From 5cd8b51a06e3a941ef15ef7dbf72bff22810bea0 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Fri, 21 Aug 2020 19:33:46 +1200 Subject: [PATCH] dev-perl/FLV-AudioExtractor: -r bump + version normalization for EAPI7 - EAPI7 - Remove unused/empty variable assignments - Remove unhelpful tests Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric --- .../FLV-AudioExtractor-0.10.0-r1.ebuild | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dev-perl/FLV-AudioExtractor/FLV-AudioExtractor-0.10.0-r1.ebuild 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 new file mode 100644 index 0000000000000..e0317725c6368 --- /dev/null +++ b/dev-perl/FLV-AudioExtractor/FLV-AudioExtractor-0.10.0-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=FVOX +DIST_VERSION=0.01 +inherit perl-module + +DESCRIPTION="Extract audio from Flash Videos" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-perl/Moose +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" +PERL_RM_FILES=( + t/author-critic.t + t/release-distmeta.t + t/release-eol.t + t/release-pod-coverage.t + t/release-pod-syntax.t +)