summaryrefslogtreecommitdiff
path: root/sys-devel
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-09-19 03:02:32 -0500
committerroot <root@alpha.trunkmasters.com>2026-09-19 03:02:32 -0500
commit1e827c97be50f4e8e4da3697da898689b2bde9d5 (patch)
tree126489920a753b20360b4801da163ba2f01850ec /sys-devel
parentfc641028004011c6d8f1a4db9cd571823b825eab (diff)
downloadbaldeagleos-repo-1e827c97be50f4e8e4da3697da898689b2bde9d5.tar.gz
baldeagleos-repo-1e827c97be50f4e8e4da3697da898689b2bde9d5.tar.xz
baldeagleos-repo-1e827c97be50f4e8e4da3697da898689b2bde9d5.zip
Adding metadata
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gcc/gcc-8.5.0-r2.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/sys-devel/gcc/gcc-8.5.0-r2.ebuild b/sys-devel/gcc/gcc-8.5.0-r2.ebuild
deleted file mode 100644
index 50c75bcc3a77..000000000000
--- a/sys-devel/gcc/gcc-8.5.0-r2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-# Maintenance notes and explanations of GCC handling are on the wiki:
-# https://wiki.gentoo.org/wiki/Project:Toolchain/sys-devel/gcc
-
-TOOLCHAIN_PATCH_SUFFIX="xz"
-TOOLCHAIN_HAS_TESTS=1
-PATCH_VER="5"
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit toolchain
-
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
-
-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