summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-cdr/mkcdtoc/mkcdtoc-1.0.ebuild11
1 files changed, 1 insertions, 10 deletions
diff --git a/app-cdr/mkcdtoc/mkcdtoc-1.0.ebuild b/app-cdr/mkcdtoc/mkcdtoc-1.0.ebuild
index ac39595d809c..c49089a56cab 100644
--- a/app-cdr/mkcdtoc/mkcdtoc-1.0.ebuild
+++ b/app-cdr/mkcdtoc/mkcdtoc-1.0.ebuild
@@ -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
-}