Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/
Date: Sat, 10 Oct 2020 08:32:06
Message-Id: 1602318590.1226e75f3abf41f84f6a30cb6dd057aa2ee04fe6.slyfox@gentoo
1 commit: 1226e75f3abf41f84f6a30cb6dd057aa2ee04fe6
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 08:29:50 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 08:29:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1226e75f
7
8 sys-devel/gcc: drop old
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 sys-devel/gcc/gcc-10.2.0-r1.ebuild | 18 ------------------
14 1 file changed, 18 deletions(-)
15
16 diff --git a/sys-devel/gcc/gcc-10.2.0-r1.ebuild b/sys-devel/gcc/gcc-10.2.0-r1.ebuild
17 deleted file mode 100644
18 index 2d2ebe50bce..00000000000
19 --- a/sys-devel/gcc/gcc-10.2.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,18 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="7"
26 -
27 -PATCH_VER="2"
28 -
29 -inherit toolchain
30 -
31 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
32 -
33 -RDEPEND=""
34 -BDEPEND="${CATEGORY}/binutils"
35 -
36 -src_prepare() {
37 - has_version '>=sys-libs/glibc-2.32-r1' && rm -v "${WORKDIR}/patch/23_all_disable-riscv32-ABIs.patch"
38 - toolchain_src_prepare
39 -}