Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/bin86/
Date: Tue, 28 Apr 2020 05:43:17
Message-Id: 1588052571.9e7e3d355dd66a695c0f69a511cd9c03c7e08a8a.polynomial-c@gentoo
1 commit: 9e7e3d355dd66a695c0f69a511cd9c03c7e08a8a
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 28 05:42:51 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 28 05:42:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7e3d35
7
8 sys-devel/bin86: Don't use colons as sed delimiter
9
10 Closes: https://bugs.gentoo.org/710340
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
13
14 sys-devel/bin86/bin86-0.16.20-r2.ebuild | 12 ++++++------
15 sys-devel/bin86/bin86-0.16.21.ebuild | 12 ++++++------
16 2 files changed, 12 insertions(+), 12 deletions(-)
17
18 diff --git a/sys-devel/bin86/bin86-0.16.20-r2.ebuild b/sys-devel/bin86/bin86-0.16.20-r2.ebuild
19 index 9e0088919ee..ae8685567e4 100644
20 --- a/sys-devel/bin86/bin86-0.16.20-r2.ebuild
21 +++ b/sys-devel/bin86/bin86-0.16.20-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="5"
28 @@ -17,11 +17,11 @@ IUSE=""
29
30 src_prepare() {
31 sed -i \
32 - -e '/^PREFIX/s:=.*:=$(DESTDIR)/usr:' \
33 - -e '/^MANDIR/s:)/man/man1:)/share/man/man1:' \
34 - -e '/^INSTALL_OPTS/s:-s::' \
35 - -e "/^CFLAGS/s:=.*:=${CFLAGS} -D_POSIX_SOURCE ${CPPFLAGS}:" \
36 - -e "/^LDFLAGS/s:=.*:=${LDFLAGS}:" \
37 + -e '/^PREFIX/s|=.*|=$(DESTDIR)/usr|' \
38 + -e '/^MANDIR/s|)/man/man1|)/share/man/man1|' \
39 + -e '/^INSTALL_OPTS/s|-s||' \
40 + -e "/^CFLAGS/s|=.*|=${CFLAGS} -D_POSIX_SOURCE ${CPPFLAGS}|" \
41 + -e "/^LDFLAGS/s|=.*|=${LDFLAGS}|" \
42 Makefile || die
43 epatch "${FILESDIR}"/${PN}-0.16.17-amd64-build.patch \
44 "${DISTDIR}"/${P}-fix_lilo_build.patch
45
46 diff --git a/sys-devel/bin86/bin86-0.16.21.ebuild b/sys-devel/bin86/bin86-0.16.21.ebuild
47 index 3e67dfb8467..ad7a6449a56 100644
48 --- a/sys-devel/bin86/bin86-0.16.21.ebuild
49 +++ b/sys-devel/bin86/bin86-0.16.21.ebuild
50 @@ -1,4 +1,4 @@
51 -# Copyright 1999-2017 Gentoo Foundation
52 +# Copyright 1999-2020 Gentoo Authors
53 # Distributed under the terms of the GNU General Public License v2
54
55 EAPI="6"
56 @@ -17,11 +17,11 @@ IUSE=""
57 src_prepare() {
58 use elibc_musl && CPPFLAGS="${CPPFLAGS} -U__linux__"
59 sed -i \
60 - -e '/^PREFIX/s:=.*:=$(DESTDIR)/usr:' \
61 - -e '/^MANDIR/s:)/man/man1:)/share/man/man1:' \
62 - -e '/^INSTALL_OPTS/s:-s::' \
63 - -e "/^CFLAGS/s:=.*:=${CFLAGS} -D_POSIX_SOURCE ${CPPFLAGS}:" \
64 - -e "/^LDFLAGS/s:=.*:=${LDFLAGS}:" \
65 + -e '/^PREFIX/s|=.*|=$(DESTDIR)/usr|' \
66 + -e '/^MANDIR/s|)/man/man1|)/share/man/man1|' \
67 + -e '/^INSTALL_OPTS/s|-s||' \
68 + -e "/^CFLAGS/s|=.*|=${CFLAGS} -D_POSIX_SOURCE ${CPPFLAGS}|" \
69 + -e "/^LDFLAGS/s|=.*|=${LDFLAGS}|" \
70 Makefile || die
71 epatch "${FILESDIR}"/${PN}-0.16.17-amd64-build.patch
72 eapply_user