summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-27 20:36:49 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-28 19:01:56 -0400
commit8352d16761dadfb1d7dfb23266cf64a744a5fc9e (patch)
treec694b4df22cb4dfeda7f33d858c3ed306e4655d4 /media-sound/vbrfixc
parentmedia-sound/substract_wave: bump EAPI and drop eutils (diff)
downloadgentoo-8352d16761dadfb1d7dfb23266cf64a744a5fc9e.tar.gz
gentoo-8352d16761dadfb1d7dfb23266cf64a744a5fc9e.tar.bz2
gentoo-8352d16761dadfb1d7dfb23266cf64a744a5fc9e.zip
media-sound/vbrfixc: bump EAPI and drop eutils
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-sound/vbrfixc')
-rw-r--r--media-sound/vbrfixc/vbrfixc-0.24.ebuild16
1 files changed, 6 insertions, 10 deletions
diff --git a/media-sound/vbrfixc/vbrfixc-0.24.ebuild b/media-sound/vbrfixc/vbrfixc-0.24.ebuild
index aee720fb1983..696cce119952 100644
--- a/media-sound/vbrfixc/vbrfixc-0.24.ebuild
+++ b/media-sound/vbrfixc/vbrfixc-0.24.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=2
-inherit eutils
+EAPI=6
DESCRIPTION="Vbrfix fixes MP3s and re-constructs VBR headers"
HOMEPAGE="http://home.gna.org/vbrfix/"
@@ -13,16 +12,13 @@ SLOT="0"
# bin endian ones need vbrfixc-0.24-bigendian.diff from gentoo-x86 cvs Attic
KEYWORDS="amd64 x86"
IUSE=""
+
DEPEND=""
RDEPEND=""
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gcc43.patch
-
-}
+PATCHES=( "${FILESDIR}/${P}-gcc43.patch" )
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS README TODO
- dohtml vbrfixc/docs/en/*.html
+ HTML_DOCS=( vbrfixc/docs/en/*.html )
+ default
}