summaryrefslogtreecommitdiff
path: root/dev-perl/Audio-Scan/Audio-Scan-1.0.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Audio-Scan/Audio-Scan-1.0.0.ebuild')
-rw-r--r--dev-perl/Audio-Scan/Audio-Scan-1.0.0.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-perl/Audio-Scan/Audio-Scan-1.0.0.ebuild b/dev-perl/Audio-Scan/Audio-Scan-1.0.0.ebuild
deleted file mode 100644
index f7ee7745e802..000000000000
--- a/dev-perl/Audio-Scan/Audio-Scan-1.0.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=AGRUNDMA
-DIST_VERSION=1.00
-inherit perl-module
-
-DESCRIPTION="Fast C metadata and tag reader for all common audio file formats"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- dev-perl/Test-Warn
- )
-"
-PERL_RM_FILES=( "t/02pod.t" "t/03podcoverage.t" "t/04critic.t" )