commit: 5b07dd19539451f7a8e7e57992da5545242fcf6d
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 3 05:08:44 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Oct 3 05:22:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b07dd19
dev-perl/Audio-FLAC-Header: Cleanup old 2.400.0-r3
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Audio-FLAC-Header-2.400.0-r1.ebuild | 28 ----------------------
1 file changed, 28 deletions(-)
diff --git a/dev-perl/Audio-FLAC-Header/Audio-FLAC-Header-2.400.0-r1.ebuild
b/dev-perl/Audio-FLAC-Header/Audio-FLAC-Header-2.400.0-r1.ebuild
deleted file mode 100644
index 9c59e3af778..00000000000
--- a/dev-perl/Audio-FLAC-Header/Audio-FLAC-Header-2.400.0-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DANIEL
-MODULE_VERSION=2.4
-inherit perl-module
-
-DESCRIPTION="Access to FLAC audio metadata"
-
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos
~x86-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="media-libs/flac"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
-
-# MI's fault
-src_prepare() {
- use test && perl_rm_files t/pod.t t/pod-coverage.t
- sed -i -e 's/use inc::Module::Install;/use lib q[.]; use
inc::Module::Install;/' Makefile.PL ||
- die "Can't patch Makefile.PL for 5.26 dot-in-inc"
- perl-module_src_prepare
-}