diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-08-14 08:23:32 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-08-14 08:32:27 +1200 |
commit | 5f618229f6609a5d993167d3dc05722e582e7627 (patch) | |
tree | c14cfd0d124717e9dec088faa4d68a465bf32897 /dev-perl/Audio-Scan | |
parent | sys-fs/fuseiso: Maintainer retired (diff) | |
download | gentoo-5f618229f6609a5d993167d3dc05722e582e7627.tar.gz gentoo-5f618229f6609a5d993167d3dc05722e582e7627.tar.bz2 gentoo-5f618229f6609a5d993167d3dc05722e582e7627.zip |
dev-perl/Audio-Scan: Cleanup old 1.10.0
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Audio-Scan')
-rw-r--r-- | dev-perl/Audio-Scan/Audio-Scan-1.10.0.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-perl/Audio-Scan/Audio-Scan-1.10.0.ebuild b/dev-perl/Audio-Scan/Audio-Scan-1.10.0.ebuild deleted file mode 100644 index 6358a26d724f..000000000000 --- a/dev-perl/Audio-Scan/Audio-Scan-1.10.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=AGRUNDMA -DIST_VERSION=1.01 -inherit perl-module - -DESCRIPTION="Fast C metadata and tag reader for all common audio file formats" -# License note: ambiguity: https://rt.cpan.org/Ticket/Display.html?id=132450 -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" ) |