mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
gcc-arm-none-eabi: 8.2019.3 bump
This commit is contained in:
parent
62843317ed
commit
d3e336f2ad
3 changed files with 13 additions and 8 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2 100600407 BLAKE2B d234392b924a1a52d04d858519ab541a2c32dc52a79479d6930b3ab310c39ede0c42fddf6fc950fb364a9781ff19f42791ae958f74608d0295be7d63d4b31668 SHA512 052ea750631675d6b7a005d0cdb8eca7db73b600165f7a3f3c52e46764e7729b6aa5efd2b90ff1f81e4d22314cbdfae1e02ebd39808c3223052ca8de756dbd46
|
||||
DIST gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2 107253352 BLAKE2B 0ceb3f3f2c5e362f042c6d8ee62c5dfe855b63030b156bbb81ac9e842f443e72f553b2d828aa72fa078680cfefb9e7fdab2dbdbb54601d1b26773310e2d671b2 SHA512 34ad1c68efa2540bba2764c37b2a51237a3dd86026b66141afe5beee7e254d0c1579292d42b38510e3ccf6e06f6758ff8ce4f8b25907b2f72e983e9fa373b75a
|
||||
DIST gcc-arm-none-eabi-8-2019-q3-update-linux.tar.bz2 106566166 BLAKE2B 792ef07a2a3a58a2618d0c1336efb67dd8a63b34699cbafdddc3191f4fd6fd6b26174e8405b76987905f546e45f871fbd3faad2e54d2da7e993a1d22bd90b5a1 SHA512 90638b2cff6a53d11e9c98e1ac4324e8fa10bc9d9a4d65c64ad5ba1e916e8dc2ace1e79724ec0a2c4149aa6be652f3a1cf7fbe132f3bd92e5cc37d4e01a24255
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
#8-2019q3
|
||||
|
||||
MY_P="${PN}-8-2018-q4-major"
|
||||
MY_PV="8-2018q4"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,15 +1,18 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
|
||||
#MY_P="${PN}-8-2019-q3-major"
|
||||
#MY_PV="8-2019q3"
|
||||
|
||||
DESCRIPTION="GNU Arm Embedded Toolchain"
|
||||
HOMEPAGE="https://developer.arm.com/open-source/gnu-toolchain/gnu-rm"
|
||||
|
||||
#amd64 available only
|
||||
#SRC_URI="amd64? ( https://developer.arm.com/-/media/Files/downloads/gnu-rm/7-2018q2/gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2?revision=bc2c96c0-14b5-4bb4-9f18-bceb4050fee7?product=GNU%20Arm%20Embedded%20Toolchain,64-bit,,Linux,7-2018-q2-update )
|
||||
SRC_URI="amd64? ( https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/7-2018q2/gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2 )
|
||||
"
|
||||
#amd64 binary is available only
|
||||
#SRC_URI="amd64? ( https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/${MY_PV}/${MY_P}-linux.tar.bz2 )
|
||||
SRC_URI="amd64? ( https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/8-2019q3/RC1.1/gcc-arm-none-eabi-8-2019-q3-update-linux.tar.bz2 )"
|
||||
|
||||
LICENSE="BSD GPL-2 LGPL-2 LGPL-3 MIT NEWLIB ZLIB"
|
||||
SLOT="0"
|
||||
|
|
@ -22,7 +25,7 @@ DEPEND=""
|
|||
RDEPEND="sys-libs/ncurses:5
|
||||
dev-lang/python:2.7"
|
||||
|
||||
S="${WORKDIR}"/gcc-arm-none-eabi-7-2018-q2-update/
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
src_install() {
|
||||
dodir /opt/${PN}
|
||||
Loading…
Reference in a new issue