Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/bin86/
Date: Sun, 20 Feb 2022 05:27:34
Message-Id: 1645334736.9f1ff8c0ad1e5f0682a8aedf1fcbfa450c1c65f4.sam@gentoo
1 commit: 9f1ff8c0ad1e5f0682a8aedf1fcbfa450c1c65f4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 20 05:10:27 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 20 05:25:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f1ff8c0
7
8 sys-devel/bin86: drop 0.16.21
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-devel/bin86/bin86-0.16.21.ebuild | 34 ----------------------------------
13 1 file changed, 34 deletions(-)
14
15 diff --git a/sys-devel/bin86/bin86-0.16.21.ebuild b/sys-devel/bin86/bin86-0.16.21.ebuild
16 deleted file mode 100644
17 index b21fcec3bf49..000000000000
18 --- a/sys-devel/bin86/bin86-0.16.21.ebuild
19 +++ /dev/null
20 @@ -1,34 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="6"
25 -
26 -inherit toolchain-funcs epatch
27 -
28 -DESCRIPTION="Assembler and loader used to create kernel bootsector"
29 -HOMEPAGE="http://v3.sk/~lkundrak/dev86/"
30 -SRC_URI="http://v3.sk/~lkundrak/dev86/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
35 -IUSE=""
36 -
37 -src_prepare() {
38 - use elibc_musl && CPPFLAGS="${CPPFLAGS} -U__linux__"
39 - sed -i \
40 - -e '/^PREFIX/s|=.*|=$(DESTDIR)/usr|' \
41 - -e '/^MANDIR/s|)/man/man1|)/share/man/man1|' \
42 - -e '/^INSTALL_OPTS/s|-s||' \
43 - -e "/^CFLAGS/s|=.*|=${CFLAGS} -D_POSIX_SOURCE ${CPPFLAGS}|" \
44 - -e "/^LDFLAGS/s|=.*|=${LDFLAGS}|" \
45 - Makefile || die
46 - epatch "${FILESDIR}"/${PN}-0.16.17-amd64-build.patch
47 - eapply_user
48 - tc-export CC
49 -}
50 -
51 -src_install() {
52 - dodir /usr/bin /usr/share/man/man1
53 - default
54 -}