commit:     5cd8b51a06e3a941ef15ef7dbf72bff22810bea0
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 07:33:46 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 07:34:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd8b51a

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 <kentnl <AT> gentoo.org>

 .../FLV-AudioExtractor-0.10.0-r1.ebuild            | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)

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 00000000000..e0317725c63
--- /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
+)

Reply via email to