commit:     7d088aad30168a275033825659696bb65f08c108
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  3 14:08:53 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Jun  4 01:12:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d088aad

app-emulation/dlx: bump EAPI and drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emulation/dlx/dlx-1.0.0-r1.ebuild | 35 -----------------------------------
 app-emulation/dlx/dlx-1.0.0.ebuild    |  8 +++-----
 2 files changed, 3 insertions(+), 40 deletions(-)

diff --git a/app-emulation/dlx/dlx-1.0.0-r1.ebuild 
b/app-emulation/dlx/dlx-1.0.0-r1.ebuild
deleted file mode 100644
index 6b10ef9f780..00000000000
--- a/app-emulation/dlx/dlx-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit toolchain-funcs
-
-DESCRIPTION="DLX Simulator"
-HOMEPAGE="http://www.davidviner.com/dlx.php";
-SRC_URI="http://www.davidviner.com/${PN}/${PN}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-S="${WORKDIR}/${PN}"
-
-src_compile() {
-       emake CC="$(tc-getCC)" \
-               LINK="$(tc-getCC)" \
-               CFLAGS="${CFLAGS}" \
-               LFLAGS="${LDFLAGS}" \
-               || die "emake failed"
-}
-
-src_install() {
-       dodir /usr/include/dlx /usr/share/dlx/examples
-       dobin masm mon dasm
-       insinto /usr/include/dlx
-       doins *.i auto.a
-       insinto /usr/share/dlx/examples
-       doins *.a hp.m
-       dodoc README.txt MANUAL.TXT
-}

diff --git a/app-emulation/dlx/dlx-1.0.0.ebuild 
b/app-emulation/dlx/dlx-1.0.0.ebuild
index 60dd853d23b..dde85866806 100644
--- a/app-emulation/dlx/dlx-1.0.0.ebuild
+++ b/app-emulation/dlx/dlx-1.0.0.ebuild
@@ -1,9 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=6
 
 S=${WORKDIR}/dlx
+
 DESCRIPTION="DLX Simulator"
 HOMEPAGE="http://www.davidviner.com/dlx.php";
 SRC_URI="http://www.davidviner.com/dlx/dlx.tar.gz";
@@ -12,11 +13,8 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="x86 ppc"
 IUSE=""
-DEPEND=""
 
-src_compile() {
-       emake || die
-}
+DEPEND=""
 
 src_install() {
        dobin masm mon dasm

Reply via email to