mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user