app-cdr/mkcdtoc: bump EAPI
authorAaron Bauman <bman@gentoo.org>
Sat, 2 Jun 2018 19:01:34 +0000 (15:01 -0400)
committerAaron Bauman <bman@gentoo.org>
Sat, 2 Jun 2018 22:36:56 +0000 (18:36 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

app-cdr/mkcdtoc/mkcdtoc-1.0.ebuild

index ac39595d809c29342df99cf5b04eb72ade5cded3..c49089a56cabfc4b44c2c901833cb0c78ceaf9a0 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=7
 
 DESCRIPTION="command-line utility to create toc-files for cdrdao"
 HOMEPAGE="https://sourceforge.net/projects/mkcdtoc/"
@@ -14,12 +14,3 @@ IUSE=""
 
 DEPEND=">=dev-lang/perl-5.8.0"
 RDEPEND="${DEPEND}"
-
-src_compile() {
-       emake PREFIX="/usr" || die "emake failed"
-}
-
-src_install() {
-       emake PREFIX="/usr" MANDIR="/usr/share/man" DESTDIR="${D}" install || die "emake install failed"
-       dodoc AUTHORS ChangeLog NEWS README
-}