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-apps/busybox/
Date: Sun, 03 Jul 2022 23:54:27
Message-Id: 1656892362.75f2bb934ce942698e90423847b34588ee0ea389.sam@gentoo
1 commit: 75f2bb934ce942698e90423847b34588ee0ea389
2 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
3 AuthorDate: Fri Jul 1 06:52:26 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 23:52:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75f2bb93
7
8 sys-apps/busybox: update 1.34.1-r1 from with 1.34.1
9
10 Some changes have been made to 1.34.1, import them in 1.34.1-r1:
11 - add keyword for ~loong
12 - drop obsolete warning as per commit 67c192b1117d51b72b9ff638fe0563d00c65c64e
13
14 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 sys-apps/busybox/busybox-1.34.1-r1.ebuild | 10 +---------
18 1 file changed, 1 insertion(+), 9 deletions(-)
19
20 diff --git a/sys-apps/busybox/busybox-1.34.1-r1.ebuild b/sys-apps/busybox/busybox-1.34.1-r1.ebuild
21 index 1c1c9debb045..8fb10aebdff0 100644
22 --- a/sys-apps/busybox/busybox-1.34.1-r1.ebuild
23 +++ b/sys-apps/busybox/busybox-1.34.1-r1.ebuild
24 @@ -16,7 +16,7 @@ if [[ ${PV} == "9999" ]] ; then
25 else
26 MY_P="${PN}-${PV/_/-}"
27 SRC_URI="https://www.busybox.net/downloads/${MY_P}.tar.bz2"
28 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
29 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
30 fi
31
32 LICENSE="GPL-2" # GPL-2 only
33 @@ -333,14 +333,6 @@ src_install() {
34 }
35
36 pkg_preinst() {
37 - if use make-symlinks && [[ ! ${VERY_BRAVE_OR_VERY_DUMB} == "yes" ]] && [[ -z "${ROOT}" ]] ; then
38 - ewarn "setting USE=make-symlinks and emerging to / is very dangerous."
39 - ewarn "it WILL overwrite lots of system programs like: ls bash awk grep (bug 60805 for full list)."
40 - ewarn "If you are creating a binary only and not merging this is probably ok."
41 - ewarn "set env VERY_BRAVE_OR_VERY_DUMB=yes if this is really what you want."
42 - die "silly options will destroy your system"
43 - fi
44 -
45 if use make-symlinks ; then
46 mv "${ED}"/usr/share/${PN}/busybox-links.tar "${T}"/ || die
47 fi