sourcery-arm-gcc-bin: remove ancient binary toolchain

This commit is contained in:
Rick Farina (Zero_Chaos) 2019-08-28 17:21:53 -04:00
parent 9e64b3f9ac
commit 70d907b805
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 0 additions and 42 deletions

View file

@ -1 +0,0 @@
DIST arm-2011.03-42-arm-none-eabi-i686-pc-linux-gnu.tar.bz2 37272394 SHA256 328f5e7f6e267bf48fae3409ac401435c65a90cacb5e6cd8e0be959eee7cfb05

View file

@ -1,41 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
DESCRIPTION="Code Sourcery's CodeBench for ARM EABI"
HOMEPAGE=""
SRC_URI="http://www.codesourcery.com/sgpp/lite/arm/portal/package8734/public/arm-none-eabi/arm-2011.03-42-arm-none-eabi-i686-pc-linux-gnu.tar.bz2"
LICENSE="nfc"
SLOT="0"
KEYWORDS="~amd64 ~x86 -*"
IUSE=""
RESTRICT="strip"
DEPEND=""
RDEPEND="${DEPEND}"
S="${WORKDIR}"/arm-2011.03/
src_install() {
dodir /opt/${PN}
#insinto /opt/${PN}
#doins -r *
\cp -r "${S}"/* "${ED}"/opt/${PN}
fowners -R root:0 /opt/${PN}
local DEST=/opt/${PN}
cat > "${T}/env" << EOF
PATH=${DEST}/bin
ROOTPATH=${DEST}/bin
LDPATH=${DEST}/lib
MANPATH=${DEST}/share/doc/arm-arm-none-eabi/man
EOF
newenvd "${T}/env" 99sourcery-arm-gcc-bin
}
pkg_postinst() {
env-update
}