media-sound/smixer: Port to EAPI 7
authorDavid Seifert <soap@gentoo.org>
Tue, 10 Dec 2019 00:41:44 +0000 (01:41 +0100)
committerDavid Seifert <soap@gentoo.org>
Tue, 10 Dec 2019 00:41:44 +0000 (01:41 +0100)
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
media-sound/smixer/smixer-1.0.4.ebuild

index 4cff0e5b2d1b5c24148935cd0ac6dc8a777e9513..0b5bc7d65560703bcfa0a48723862251e3f27f80 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
 inherit toolchain-funcs
 
@@ -14,16 +14,17 @@ SLOT="0"
 KEYWORDS="amd64 hppa ppc x86"
 IUSE=""
 
-S=${WORKDIR}/${PN}
+S="${WORKDIR}/${PN}"
 
 src_compile() {
        emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}"
 }
 
-src_install () {
-       insinto /etc
-       doins smixer.conf
+src_install() {
        dobin smixer
+       einstalldocs
        doman man/smixer.1
-       dodoc README
+
+       insinto /etc
+       doins smixer.conf
 }