public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/zmac/
@ 2019-09-08 17:32 Ulrich Müller
  0 siblings, 0 replies; only message in thread
From: Ulrich Müller @ 2019-09-08 17:32 UTC (permalink / raw
  To: gentoo-commits

commit:     fec4ea6170b7a2b862895d7a4126fde705af6c65
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  8 17:01:36 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Sep  8 17:31:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec4ea61

dev-embedded/zmac: Bump EAPI to 7.

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 .../zmac/{zmac-1.3.ebuild => zmac-1.3-r1.ebuild}         | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/dev-embedded/zmac/zmac-1.3.ebuild b/dev-embedded/zmac/zmac-1.3-r1.ebuild
similarity index 60%
rename from dev-embedded/zmac/zmac-1.3.ebuild
rename to dev-embedded/zmac/zmac-1.3-r1.ebuild
index 7ae9a9a0270..bb78b19a876 100644
--- a/dev-embedded/zmac/zmac-1.3.ebuild
+++ b/dev-embedded/zmac/zmac-1.3-r1.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
 
 inherit toolchain-funcs
 
@@ -12,19 +12,17 @@ SRC_URI="http://www.tim-mann.org/trs80/${PN}${PV//.}.zip"
 LICENSE="public-domain"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
-DEPEND="app-arch/unzip"
-RDEPEND=""
+BDEPEND="app-arch/unzip"
 
 S="${WORKDIR}"
 
 src_compile() {
-	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}" || die
+	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}"
 }
 
 src_install() {
-	dobin zmac || die
-	doman zmac.1 || die
-	dodoc ChangeLog MAXAM NEWS README || die
+	dobin zmac
+	doman zmac.1
+	dodoc ChangeLog MAXAM NEWS README
 }


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-08 17:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-08 17:32 [gentoo-commits] repo/gentoo:master commit in: dev-embedded/zmac/ Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox