Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/dlx/
Date: Mon, 04 Jun 2018 01:12:39
Message-Id: 1528074739.7d088aad30168a275033825659696bb65f08c108.bman@gentoo
1 commit: 7d088aad30168a275033825659696bb65f08c108
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 3 14:08:53 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 4 01:12:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d088aad
7
8 app-emulation/dlx: bump EAPI and drop old
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-emulation/dlx/dlx-1.0.0-r1.ebuild | 35 -----------------------------------
13 app-emulation/dlx/dlx-1.0.0.ebuild | 8 +++-----
14 2 files changed, 3 insertions(+), 40 deletions(-)
15
16 diff --git a/app-emulation/dlx/dlx-1.0.0-r1.ebuild b/app-emulation/dlx/dlx-1.0.0-r1.ebuild
17 deleted file mode 100644
18 index 6b10ef9f780..00000000000
19 --- a/app-emulation/dlx/dlx-1.0.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,35 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=0
26 -
27 -inherit toolchain-funcs
28 -
29 -DESCRIPTION="DLX Simulator"
30 -HOMEPAGE="http://www.davidviner.com/dlx.php"
31 -SRC_URI="http://www.davidviner.com/${PN}/${PN}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~ppc ~x86"
36 -IUSE=""
37 -
38 -S="${WORKDIR}/${PN}"
39 -
40 -src_compile() {
41 - emake CC="$(tc-getCC)" \
42 - LINK="$(tc-getCC)" \
43 - CFLAGS="${CFLAGS}" \
44 - LFLAGS="${LDFLAGS}" \
45 - || die "emake failed"
46 -}
47 -
48 -src_install() {
49 - dodir /usr/include/dlx /usr/share/dlx/examples
50 - dobin masm mon dasm
51 - insinto /usr/include/dlx
52 - doins *.i auto.a
53 - insinto /usr/share/dlx/examples
54 - doins *.a hp.m
55 - dodoc README.txt MANUAL.TXT
56 -}
57
58 diff --git a/app-emulation/dlx/dlx-1.0.0.ebuild b/app-emulation/dlx/dlx-1.0.0.ebuild
59 index 60dd853d23b..dde85866806 100644
60 --- a/app-emulation/dlx/dlx-1.0.0.ebuild
61 +++ b/app-emulation/dlx/dlx-1.0.0.ebuild
62 @@ -1,9 +1,10 @@
63 # Copyright 1999-2018 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65
66 -EAPI=0
67 +EAPI=6
68
69 S=${WORKDIR}/dlx
70 +
71 DESCRIPTION="DLX Simulator"
72 HOMEPAGE="http://www.davidviner.com/dlx.php"
73 SRC_URI="http://www.davidviner.com/dlx/dlx.tar.gz"
74 @@ -12,11 +13,8 @@ LICENSE="GPL-2"
75 SLOT="0"
76 KEYWORDS="x86 ppc"
77 IUSE=""
78 -DEPEND=""
79
80 -src_compile() {
81 - emake || die
82 -}
83 +DEPEND=""
84
85 src_install() {
86 dobin masm mon dasm