* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/pista/
@ 2019-11-10 12:06 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2019-11-10 12:06 UTC (permalink / raw
To: gentoo-commits
commit: 5ecf04d96b8624672fb78b77c6de434bf7a0a9a9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 11:49:24 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 12:05:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ecf04d9
dev-embedded/pista: Bump to EAPI 7
Closes: https://bugs.gentoo.org/697362
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-embedded/pista/pista-0.70.ebuild | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/dev-embedded/pista/pista-0.70.ebuild b/dev-embedded/pista/pista-0.70.ebuild
index f9431fbdcf3..5c585c7fc97 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() {
- perl Makefile.PL PREFIX=/usr || die "Running Makefile.PL failed"
- emake || die "make failed"
-}
+DOCS=( README Changes Copyright doc/pista.html )
-src_install() {
- emake install DESTDIR=${D} || die
- dodoc README Changes Copyright doc/pista.html
+src_configure() {
+ perl Makefile.PL PREFIX=/usr || die "Running Makefile.PL failed"
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-11-10 12:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-10 12:06 [gentoo-commits] repo/gentoo:master commit in: dev-embedded/pista/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox