commit:     533a9e9293c2faa71cf232ea78e95dac5ab49e31
Author:     stefson <herrtimson <AT> yahoo <DOT> de>
AuthorDate: Mon Oct  9 20:26:11 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Oct  9 20:49:56 2017 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=533a9e92

sys-devel/gcc: remove old and vulnerable 6.3.0, see #620492

 sys-devel/gcc/gcc-6.3.0.ebuild | 35 -----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/sys-devel/gcc/gcc-6.3.0.ebuild b/sys-devel/gcc/gcc-6.3.0.ebuild
deleted file mode 100644
index 2dc3d1f..0000000
--- a/sys-devel/gcc/gcc-6.3.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-PATCH_VER="1.0"
-#UCLIBC_VER="1.0"
-
-inherit epatch toolchain
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-       elibc_glibc? ( >=sys-libs/glibc-2.13 )
-       >=${CATEGORY}/binutils-2.20"
-
-if [[ ${CATEGORY} != cross-* ]] ; then
-       PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.13 )"
-fi
-
-src_prepare() {
-       toolchain_src_prepare
-
-       # Upstream Patch
-       epatch "${FILESDIR}"/${PN}-5.4.0-pr70473.patch
-
-       if use elibc_musl || [[ ${CATEGORY} = cross-*-musl ]]; then
-               epatch "${FILESDIR}"/4.9.4/boehm_gc.patch
-               epatch "${FILESDIR}"/4.9.4/posix_memalign.patch
-               epatch "${FILESDIR}"/5.4.0/cilkrts.patch
-               epatch "${FILESDIR}"/6.3.0/cpu_indicator.patch
-               epatch "${FILESDIR}"/6.3.0/musl.patch
-       fi
-}

Reply via email to