diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-08-31 19:15:56 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-08-31 20:45:59 +1200 |
commit | 91182e6af39ab93c4013bd372681141a3a9c0219 (patch) | |
tree | b387b5c5f35324d4b788c5209e59d3b5966ad4ac /dev-perl/Audio-FLAC-Header | |
parent | dev-perl/Array-RefElem: Cleanup old 1.0.0-r2 (diff) | |
download | gentoo-91182e6af39ab93c4013bd372681141a3a9c0219.tar.gz gentoo-91182e6af39ab93c4013bd372681141a3a9c0219.tar.bz2 gentoo-91182e6af39ab93c4013bd372681141a3a9c0219.zip |
dev-perl/Audio-FLAC-Header: Cleanup old 2.400.0-r2
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Audio-FLAC-Header')
-rw-r--r-- | dev-perl/Audio-FLAC-Header/Audio-FLAC-Header-2.400.0-r2.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-perl/Audio-FLAC-Header/Audio-FLAC-Header-2.400.0-r2.ebuild b/dev-perl/Audio-FLAC-Header/Audio-FLAC-Header-2.400.0-r2.ebuild deleted file mode 100644 index e3e154a4b9b0..000000000000 --- a/dev-perl/Audio-FLAC-Header/Audio-FLAC-Header-2.400.0-r2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DIST_AUTHOR=DANIEL -DIST_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" - -RDEPEND="media-libs/flac" -DEPEND="${RDEPEND}" -BDEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}/${PN}-2.4-no-dot-inc.patch" -) -PERL_RM_FILES=( - "t/pod.t" - "t/pod-coverage.t" -) |