summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-01-30 12:04:45 +0100
committerDavid Seifert <soap@gentoo.org>2022-01-30 12:04:45 +0100
commit1025e894d5ba0b088a768bd9cb135e19e8c492e9 (patch)
tree1f53794d09108eacb001ee6d260a1abccbccc1f2 /media-sound/vbrfixc/vbrfixc-0.24.ebuild
parentdev-lang/gnat-gpl: fix cet discovery on amd64 (diff)
downloadgentoo-1025e894d5ba0b088a768bd9cb135e19e8c492e9.tar.gz
gentoo-1025e894d5ba0b088a768bd9cb135e19e8c492e9.tar.bz2
gentoo-1025e894d5ba0b088a768bd9cb135e19e8c492e9.zip
media-sound/vbrfixc: update EAPI 6 -> 8
Closes: https://bugs.gentoo.org/699916 Closes: https://bugs.gentoo.org/713090 Closes: https://bugs.gentoo.org/829346 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound/vbrfixc/vbrfixc-0.24.ebuild')
-rw-r--r--media-sound/vbrfixc/vbrfixc-0.24.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/media-sound/vbrfixc/vbrfixc-0.24.ebuild b/media-sound/vbrfixc/vbrfixc-0.24.ebuild
deleted file mode 100644
index 696cce119952..000000000000
--- a/media-sound/vbrfixc/vbrfixc-0.24.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Vbrfix fixes MP3s and re-constructs VBR headers"
-HOMEPAGE="http://home.gna.org/vbrfix/"
-SRC_URI="ftp://mirror.bytemark.co.uk/gentoo/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-# bin endian ones need vbrfixc-0.24-bigendian.diff from gentoo-x86 cvs Attic
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-PATCHES=( "${FILESDIR}/${P}-gcc43.patch" )
-
-src_install() {
- HTML_DOCS=( vbrfixc/docs/en/*.html )
- default
-}