From 1b91bc69c2ab478ff44045e5c33d021f2fe41707 Mon Sep 17 00:00:00 2001 From: Andrew Jeddeloh Date: Tue, 30 Jan 2018 11:42:49 -0800 Subject: [PATCH] sys-libs/libbb: prune dead package --- .../coreos-overlay/sys-libs/libbb/Manifest | 1 - .../sys-libs/libbb/libbb-1.19.0.ebuild | 53 ------------------- .../sys-libs/libbb/metadata.xml | 4 -- 3 files changed, 58 deletions(-) delete mode 100644 sdk_container/src/third_party/coreos-overlay/sys-libs/libbb/Manifest delete mode 100644 sdk_container/src/third_party/coreos-overlay/sys-libs/libbb/libbb-1.19.0.ebuild delete mode 100644 sdk_container/src/third_party/coreos-overlay/sys-libs/libbb/metadata.xml diff --git a/sdk_container/src/third_party/coreos-overlay/sys-libs/libbb/Manifest b/sdk_container/src/third_party/coreos-overlay/sys-libs/libbb/Manifest deleted file mode 100644 index 505564766a..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/sys-libs/libbb/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST busybox-1.19.0.tar.bz2 2168657 RMD160 07c8c313d8ed7edcf8f12fe805389c96bda3dae2 SHA1 70569f23751640d9ac7fc2aa49b29e6cd274be6d SHA256 19cf44a096d7796800780d6344c4cc5054dac9f50d1c9b7a5c506c4777f7620c diff --git a/sdk_container/src/third_party/coreos-overlay/sys-libs/libbb/libbb-1.19.0.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-libs/libbb/libbb-1.19.0.ebuild deleted file mode 100644 index ca58e78caa..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/sys-libs/libbb/libbb-1.19.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright (c) 2012 The Chromium OS Authors. All rights reserved. -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" -inherit toolchain-funcs flag-o-matic cros-au - -MY_P=busybox-${PV/_/-} -DESCRIPTION="library for busybox - libbb.a" -HOMEPAGE="http://www.busybox.net/" -SRC_URI="http://www.busybox.net/downloads/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm x86" -IUSE="32bit_au" - -S=${WORKDIR}/${MY_P} - -busybox_config_option() { - case $1 in - y) sed -i -e "s:.*\.*set:CONFIG_$2=y:g" .config;; - n) sed -i -e "s:CONFIG_$2=y:# CONFIG_$2 is not set:g" .config;; - *) use $1 \ - && busybox_config_option y $2 \ - || busybox_config_option n $2 - return 0 - ;; - esac - einfo $(grep "CONFIG_$2[= ]" .config || echo Could not find CONFIG_$2 ...) -} - -src_configure() { - emake allnoconfig > /dev/null - busybox_config_option y DD - busybox_config_option y RM - busybox_config_option y DD_IBS_OBS -} - -src_compile() { - use 32bit_au && board_setup_32bit_au_env - - tc-export CC AR RANLIB - emake CC="${CC}" AR="${AR}" RANLIB="${RANLIB}" libbb/lib.a - # Add the list of utils we need. Unused symbols will be stripped - cp libbb/lib.a libbb/libbb.a || die - $AR rc libbb/libbb.a coreutils/{dd,rm}.o || die -} - -src_install() { - dolib.a libbb/libbb.a - insinto /usr/include - doins include/libbb.h -} diff --git a/sdk_container/src/third_party/coreos-overlay/sys-libs/libbb/metadata.xml b/sdk_container/src/third_party/coreos-overlay/sys-libs/libbb/metadata.xml deleted file mode 100644 index 097975e3ad..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/sys-libs/libbb/metadata.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - -