diff --git a/dev-embedded/pista/pista-0.70.ebuild b/dev-embedded/pista/pista-0.70.ebuild index f9431fbdcf310..5c585c7fc9785 100644 --- a/dev-embedded/pista/pista-0.70.ebuild +++ b/dev-embedded/pista/pista-0.70.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=7 DESCRIPTION="Commandline-driven interface to PICSTART+ PIC programmer" HOMEPAGE="http://gatling.ikk.sztaki.hu/~kissg/pd/pista/pista.html" @@ -15,13 +15,10 @@ IUSE="" RDEPEND="dev-lang/perl dev-perl/TermReadKey" +DEPEND="dev-lang/perl" -src_compile() { +DOCS=( README Changes Copyright doc/pista.html ) + +src_configure() { perl Makefile.PL PREFIX=/usr || die "Running Makefile.PL failed" - emake || die "make failed" -} - -src_install() { - emake install DESTDIR=${D} || die - dodoc README Changes Copyright doc/pista.html }