gcc-arm-none-eabi: pkgcheck fixes

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-04-03 18:22:27 -04:00
parent 0d15698a2e
commit 6008f1340e
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
4 changed files with 15 additions and 6 deletions

View file

@ -19,6 +19,7 @@ HOMEPAGE="https://developer.arm.com/open-source/gnu-toolchain/gnu-rm"
SRC_URI="amd64? ( https://developer.arm.com/-/media/Files/downloads/gnu-rm/${MY_PV}/gcc-arm-none-eabi-${MY_PV}-x86_64-linux.tar.bz2 )
arm64? ( https://developer.arm.com/-/media/Files/downloads/gnu-rm/${MY_PV}/gcc-arm-none-eabi-${MY_PV}-aarch64-linux.tar.bz2 )"
S="${WORKDIR}/${PN}-${MY_PV}"
LICENSE="BSD GPL-2 LGPL-2 LGPL-3 MIT NEWLIB ZLIB"
SLOT="0"
KEYWORDS="amd64"
@ -29,8 +30,6 @@ QA_PREBUILT="*"
RDEPEND="sys-libs/ncurses-compat
python2? ( dev-lang/python:2.7 )"
S="${WORKDIR}/${PN}-${MY_PV}"
src_install() {
dodir /opt/${PN}
\cp -r "${S}"/* "${ED}"/opt/${PN}

View file

@ -28,6 +28,7 @@ SRC_URI="amd64? ( https://developer.arm.com/-/media/Files/downloads/gnu/${MY_PV}
#actual:
# https://developer.arm.com/-/media/Files/downloads/gnu/11.3.rel1/binrel/gcc-arm-11.3.rel1-x86_64-arm-none-eabi.tar.xz'
S="${WORKDIR}/arm-gnu-toolchain-${MY_PV}-x86_64-arm-none-eabi"
LICENSE="BSD GPL-2 LGPL-2 LGPL-3 MIT NEWLIB ZLIB"
SLOT="0"
KEYWORDS="amd64"
@ -40,8 +41,6 @@ RDEPEND="sys-libs/ncurses-compat
dev-libs/expat
python3? ( =dev-lang/python-3* )"
S="${WORKDIR}/arm-gnu-toolchain-${MY_PV}-x86_64-arm-none-eabi"
src_install() {
dodir /opt/${PN}
\cp -r "${S}"/* "${ED}"/opt/${PN}

View file

@ -28,6 +28,7 @@ SRC_URI="amd64? ( https://developer.arm.com/-/media/Files/downloads/gnu/${MY_PV}
#actual:
# https://developer.arm.com/-/media/Files/downloads/gnu/11.3.rel1/binrel/gcc-arm-11.3.rel1-x86_64-arm-none-eabi.tar.xz'
S="${WORKDIR}/arm-gnu-toolchain-${MY_PV}-x86_64-arm-none-eabi"
LICENSE="BSD GPL-2 LGPL-2 LGPL-3 MIT NEWLIB ZLIB"
SLOT="0"
KEYWORDS="amd64"
@ -40,8 +41,6 @@ RDEPEND="sys-libs/ncurses-compat
dev-libs/expat
python3? ( =dev-lang/python-3* )"
S="${WORKDIR}/arm-gnu-toolchain-${MY_PV}-x86_64-arm-none-eabi"
src_install() {
dodir /opt/${PN}
\cp -r "${S}"/* "${ED}"/opt/${PN}

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>noone@pentoo.org</email>
<name>No one</name>
</maintainer>
<use>
<flag name="python2">Include python 2 support</flag>
<flag name="python3">Include python 3 support</flag>
</use>
</pkgmetadata>