From 142b6efdf98367334254d61b7324bbb8c347a586 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Sat, 2 Jun 2018 15:01:34 -0400 Subject: app-cdr/mkcdtoc: bump EAPI Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- app-cdr/mkcdtoc/mkcdtoc-1.0.ebuild | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'app-cdr/mkcdtoc') 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 -} -- cgit v1.2.3-65-gdbad