From 0a7d62d5920ec54fbf897b25d9317e4ea1850d83 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Thu, 7 May 2020 18:39:44 +0100 Subject: sys-devel/gcc: update gcc-10 live ebuild version Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich --- sys-devel/gcc/gcc-10.0.1_pre9999.ebuild | 30 ------------------------------ sys-devel/gcc/gcc-10.1.1_pre9999.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 sys-devel/gcc/gcc-10.0.1_pre9999.ebuild create mode 100644 sys-devel/gcc/gcc-10.1.1_pre9999.ebuild (limited to 'sys-devel') diff --git a/sys-devel/gcc/gcc-10.0.1_pre9999.ebuild b/sys-devel/gcc/gcc-10.0.1_pre9999.ebuild deleted file mode 100644 index 4ebe30903155..000000000000 --- a/sys-devel/gcc/gcc-10.0.1_pre9999.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PATCH_GCC_VER="9.3.0" # reuse subset of patches for latest for live ebuilds gcc -PATCH_VER="2" - -inherit toolchain - -# Don't keyword live ebuilds -#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86" - -RDEPEND="" -DEPEND="${CATEGORY}/binutils" - -src_prepare() { - local p ignore_patches=( - 11_all_extra-options.patch # needs a port - 27_all_default_ssp-buffer-size.patch # needs a port - - 12_all_pr55930-dependency-tracking.patch # upstreamed - 25_all_ia64-bootstrap.patch # upstreamed - ) - for p in "${ignore_patches[@]}"; do - mv -v "${WORKDIR}"/patch/"${p}" "${WORKDIR}"/patch/"${p}"_disabled || die "failed to disable '${p}'" - done - - toolchain_src_prepare -} diff --git a/sys-devel/gcc/gcc-10.1.1_pre9999.ebuild b/sys-devel/gcc/gcc-10.1.1_pre9999.ebuild new file mode 100644 index 000000000000..4ebe30903155 --- /dev/null +++ b/sys-devel/gcc/gcc-10.1.1_pre9999.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PATCH_GCC_VER="9.3.0" # reuse subset of patches for latest for live ebuilds gcc +PATCH_VER="2" + +inherit toolchain + +# Don't keyword live ebuilds +#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86" + +RDEPEND="" +DEPEND="${CATEGORY}/binutils" + +src_prepare() { + local p ignore_patches=( + 11_all_extra-options.patch # needs a port + 27_all_default_ssp-buffer-size.patch # needs a port + + 12_all_pr55930-dependency-tracking.patch # upstreamed + 25_all_ia64-bootstrap.patch # upstreamed + ) + for p in "${ignore_patches[@]}"; do + mv -v "${WORKDIR}"/patch/"${p}" "${WORKDIR}"/patch/"${p}"_disabled || die "failed to disable '${p}'" + done + + toolchain_src_prepare +} -- cgit v1.2.3-65-gdbad