From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/dev86/
Date: Mon, 11 Feb 2019 15:02:58 +0000 (UTC) [thread overview]
Message-ID: <1549897369.5c026d8ee5636e75ee38f34651468b2898d872fb.zlogene@gentoo> (raw)
commit: 5c026d8ee5636e75ee38f34651468b2898d872fb
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 11 15:02:49 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Feb 11 15:02:49 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c026d8e
sys-devel/dev86: Drop old
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
sys-devel/dev86/dev86-0.16.21-r2.ebuild | 77 ---------------------------------
1 file changed, 77 deletions(-)
diff --git a/sys-devel/dev86/dev86-0.16.21-r2.ebuild b/sys-devel/dev86/dev86-0.16.21-r2.ebuild
deleted file mode 100644
index 0e731cc9563..00000000000
--- a/sys-devel/dev86/dev86-0.16.21-r2.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Bruce's C compiler - Simple C compiler to generate 8086 code"
-HOMEPAGE="http://www.debath.co.uk/ https://github.com/lkundrak/dev86"
-SRC_URI="http://v3.sk/~lkundrak/dev86/Dev86src-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
-IUSE=""
-
-RDEPEND="sys-devel/bin86"
-DEPEND="${RDEPEND}
- dev-util/gperf"
-
-STRIP_MASK="/usr/*/bcc/lib*.a /usr/*/i386/libc.a"
-PATCHES=(
- "${FILESDIR}/${PN}-pic.patch"
- "${FILESDIR}/${PN}-0.16.19-fortify.patch"
- "${FILESDIR}/${P}-non-void-return-clang.patch"
-)
-
-src_prepare() {
- default
-
- # elksemu doesn't compile under amd64
- if use amd64; then
- einfo "Not compiling elksemu on amd64"
- sed -i \
- -e 's,alt-libs elksemu,alt-libs,' \
- -e 's,install-lib install-emu,install-lib,' \
- makefile.in || die
- fi
-
- sed -i -e "s:-O2 -g:${CFLAGS}:" -e '/INEXE=/s:-s::' makefile.in || die
- sed -i -e "s:/lib/:/$(get_libdir)/:" bcc/bcc.c || die
- sed -i -e '/INSTALL_OPTS=/s:-s::' bin86/Makefile || die
- sed -i -e '/install -m 755 -s/s:-s::' dis88/Makefile || die
-}
-
-src_compile() {
- # Don't mess with CPPFLAGS as they tend to break compilation
- # (bug #343655).
- unset CPPFLAGS
-
- # First `make` is also a config, so set all the path vars here
- emake -j1 \
- DIST="${D}" \
- CC="$(tc-getCC)" \
- LIBDIR="/usr/$(get_libdir)/bcc" \
- INCLDIR="/usr/$(get_libdir)/bcc"
-
- export PATH=${S}/bin:${PATH}
-
- cd bin || die
- ln -s ncc bcc || die
- cd .. || die
-
- cd bootblocks || die
- emake DIST="${D}"
-}
-
-src_install() {
- emake -j1 install-all DIST="${D}"
- dobin bootblocks/makeboot
- # remove all the stuff supplied by bin86
- rm "${D}"/usr/bin/{as,ld,nm,objdump,size}86 || die
- rm "${D}"/usr/man/man1/{as,ld}86.1 || die
-
- dodir /usr/share
- mv "${D}"/usr/{man,share/man} || die
-}
next reply other threads:[~2019-02-11 15:03 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-11 15:02 Mikle Kolyada [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-10 3:02 [gentoo-commits] repo/gentoo:master commit in: sys-devel/dev86/ Sam James
2025-03-10 3:02 Sam James
2025-02-08 1:55 Sam James
2025-02-08 0:55 Sam James
2025-02-08 0:18 Sam James
2025-02-08 0:18 Sam James
2025-02-07 23:52 Sam James
2023-02-22 19:56 Sam James
2021-04-05 1:26 Mike Gilbert
2021-04-04 18:31 Mike Gilbert
2021-03-28 7:14 Sam James
2020-04-21 17:18 Robin H. Johnson
2020-03-24 13:32 Ben Kohler
2019-02-11 15:01 Mikle Kolyada
2019-02-11 15:01 Mikle Kolyada
2018-02-14 13:29 Jason Zaman
2018-02-06 18:55 Thomas Deutschmann
2017-12-23 12:04 Jonas Stein
2017-12-23 11:57 Jonas Stein
2016-02-12 17:19 David Seifert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1549897369.5c026d8ee5636e75ee38f34651468b2898d872fb.zlogene@gentoo \
--to=zlogene@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox