gcc-arm-embedded-bin: remove outdated to avoid confusions

This commit is contained in:
blshkv 2018-08-08 08:10:26 +08:00
parent f1608cf567
commit 13ee6ad714
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 0 additions and 40 deletions

View file

@ -1 +0,0 @@
DIST gcc-arm-none-eabi-4_6-2012q1-20120316.tar.bz2 45089568 SHA256 3f1f35eca3a1185760812a0a2cadfdff6d825b0fc1b686a535a049b20a04a448

View file

@ -1,39 +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="https://launchpad.net/gcc-arm-embedded/+download"
SRC_URI="https://launchpad.net/gcc-arm-embedded/4.6/4.6-2012-q1-update/+download/gcc-arm-none-eabi-4_6-2012q1-20120316.tar.bz2"
LICENSE="BSD GPL GPL-2 LGPL-2 LGPL-3 MIT NEWLIB ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~x86 -*"
IUSE=""
RESTRICT="strip binchecks"
DEPEND=""
RDEPEND="${DEPEND}"
S="${WORKDIR}"/gcc-arm-none-eabi-4_6-2012q1/
src_install() {
dodir /opt/${PN}
\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" 99gcc-arm-embedded-bin
}
pkg_postinst() {
env-update
}