summaryrefslogtreecommitdiff
path: root/app-emulation/dlx
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-06-09 09:27:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-06-09 09:27:03 +0100
commitcb3e8c6af7661fbcafdcacc7e0ecdfb610d098fa (patch)
tree047fc92023c520d07f13ec5ac96e094d1b312a7a /app-emulation/dlx
parent7b9f15840068dfaeea5684f8a1af1fe460dfa14c (diff)
gentoo resync : 09.06.2018
Diffstat (limited to 'app-emulation/dlx')
-rw-r--r--app-emulation/dlx/Manifest3
-rw-r--r--app-emulation/dlx/dlx-1.0.0-r1.ebuild35
-rw-r--r--app-emulation/dlx/dlx-1.0.0.ebuild8
3 files changed, 3 insertions, 43 deletions
diff --git a/app-emulation/dlx/Manifest b/app-emulation/dlx/Manifest
index 6ed8eb749641..933425a1066a 100644
--- a/app-emulation/dlx/Manifest
+++ b/app-emulation/dlx/Manifest
@@ -1,4 +1,3 @@
DIST dlx.tar.gz 112589 BLAKE2B 307785d08fd69e45264471fbc21e3b2bdba99798c0b7144c3d6a92819c29e4ac6449a6db83fdd55ba81d3b2e3f8ca6c991ee6c117ddc490a88ae210e5bc07ab8 SHA512 99297f14f6716ada7a29b204723a0c951002529362a22f695b3647517462f43af563ea55467985dda3e21d79a14d46b84dbc9b22a8c0751fba49257e30f70a7f
-EBUILD dlx-1.0.0-r1.ebuild 702 BLAKE2B 26c6899c4fdc69367f1fd6afe52228e52a131eb362b5cbcd76e51fe6ac7f2b03dfdb08503a3cda50392be4335b9ad5e7d3dca476c8d9537363cdea052a3fbcab SHA512 b19030790147a46f0a7464e4c2a058497af5edd8426b5101f8e79169a68951567379712cc596bec0e772e5b70af26ca14c9b00f1598bb0797412c7a87ceb8957
-EBUILD dlx-1.0.0.ebuild 422 BLAKE2B 71218adb4ef35dd15de46e91adaec797907913d458754f4c705a8638e6f4c6405d8f67142f706643267e9568cd4c7c80dfdb36e946612e9649cb3fc47914af4c SHA512 50f207d15b7d9bb80120ea342a78656f00ca853c0e7a5c4c4043ad5fd493233696c521ebf83921a4a0d61b44b5396bf97fafcd81108b55dd4edd8415c34a1f12
+EBUILD dlx-1.0.0.ebuild 380 BLAKE2B de9df2062bd3cc2d8b565035eece1f91b7c59a29ba85bbba44227474f31a8d6de327a860267175603b38b03ad93dea13a6094291d2f8589fcefdfd5f9d4c20cd SHA512 383e27a07b78e9fce0a067b8574fb0d154f33dec6f54a4e73426b0d9f79dfa8f60f5f5b1c8cf7d76201c3cc7155cd6c01c26abe3fcb1fc1c894148347afb6439
MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
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 6b10ef9f7809..000000000000
--- 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 60dd853d23b9..cea941115c4e 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,6 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc"
IUSE=""
-DEPEND=""
-
-src_compile() {
- emake || die
-}
src_install() {
dobin masm mon dasm