From: "Jonas Stein" <jstein@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/dev86/
Date: Sat, 23 Dec 2017 12:04:08 +0000 (UTC) [thread overview]
Message-ID: <1514030640.c8e4f06eaf5356166b9de0ad987f40fc6d1d4ac8.jstein@gentoo> (raw)
commit: c8e4f06eaf5356166b9de0ad987f40fc6d1d4ac8
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 23 12:04:00 2017 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 12:04:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8e4f06e
sys-devel/dev86: Drop old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
sys-devel/dev86/dev86-0.16.21.ebuild | 76 ------------------------------------
1 file changed, 76 deletions(-)
diff --git a/sys-devel/dev86/dev86-0.16.21.ebuild b/sys-devel/dev86/dev86-0.16.21.ebuild
deleted file mode 100644
index 703259130bc..00000000000
--- a/sys-devel/dev86/dev86-0.16.21.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils multilib
-
-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 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="sys-devel/bin86"
-DEPEND="${RDEPEND}
- dev-util/gperf"
-
-STRIP_MASK="/usr/*/bcc/lib*.a /usr/*/i386/libc.a"
-
-src_prepare() {
- # 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
-
- epatch "${FILESDIR}"/dev86-pic.patch
- epatch "${FILESDIR}"/${PN}-0.16.19-fortify.patch
- 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).
- 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
- ln -s ncc bcc
- cd ..
- cd bootblocks
- ln -s ../bcc/version.h .
- emake DIST="${D}"
-}
-
-src_install() {
- emake -j1 install-all DIST="${D}"
- dobin bootblocks/makeboot
- # remove all the stuff supplied by bin86
- cd "${D}"
- rm usr/bin/{as,ld,nm,objdump,size}86 || die
- rm usr/man/man1/{as,ld}86.1 || die
- dodir /usr/share/man
- mv usr/man usr/share/
-}
next reply other threads:[~2017-12-23 12:04 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-23 12:04 Jonas Stein [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:02 Mikle Kolyada
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 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=1514030640.c8e4f06eaf5356166b9de0ad987f40fc6d1d4ac8.jstein@gentoo \
--to=jstein@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