Package-Manager: Portage-2.3.40, Repoman-2.3.9
-# Copyright 1999-2009 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="An mp3 encoder"
SRC_URI="http://bladeenc.mp3.no/source/${P}-src-stable.tar.gz"
KEYWORDS="amd64 ppc ppc64 sparc x86"
IUSE=""
-src_prepare() {
- epatch "${FILESDIR}"/${P}-secfix.diff
-}
+PATCHES=( "${FILESDIR}/${P}-secfix.diff" )
src_install () {
emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog README TODO
+ default
}