dev-embedded/pista: Bump to EAPI 7

Closes: https://bugs.gentoo.org/697362
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-11-10 12:49:24 +01:00
parent 5e63d08530
commit 5ecf04d96b

View File

@@ -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
}