Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/FLV-AudioExtractor/
Date: Wed, 02 Jun 2021 18:47:20
Message-Id: 1622659592.620d680928cde71627222ceeee1c34e8397954f4.dilfridge@gentoo
1 commit: 620d680928cde71627222ceeee1c34e8397954f4
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 2 18:34:34 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 2 18:46:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=620d6809
7
8 dev-perl/FLV-AudioExtractor: Remove old 0.01
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../FLV-AudioExtractor-0.010.0.ebuild | 19 -------------------
14 1 file changed, 19 deletions(-)
15
16 diff --git a/dev-perl/FLV-AudioExtractor/FLV-AudioExtractor-0.010.0.ebuild b/dev-perl/FLV-AudioExtractor/FLV-AudioExtractor-0.010.0.ebuild
17 deleted file mode 100644
18 index 39a72412406..00000000000
19 --- a/dev-perl/FLV-AudioExtractor/FLV-AudioExtractor-0.010.0.ebuild
20 +++ /dev/null
21 @@ -1,19 +0,0 @@
22 -# Copyright 1999-2013 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=FVOX
28 -MODULE_VERSION=0.01
29 -inherit perl-module
30 -
31 -DESCRIPTION="Extract audio from Flash Videos"
32 -
33 -SLOT="0"
34 -KEYWORDS="amd64 x86"
35 -IUSE=""
36 -
37 -DEPEND="virtual/perl-ExtUtils-MakeMaker"
38 -RDEPEND="dev-perl/Moose"
39 -
40 -SRC_TEST="do parallel"