summaryrefslogtreecommitdiff
path: root/sys-devel
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-09-18 21:54:51 -0500
committerroot <root@alpha.trunkmasters.com>2026-09-18 21:54:51 -0500
commit67d13c501bceeb7226193eca1bd2e5ed08e7b024 (patch)
tree1e3ee1f518dbb53801ce1b48508436abb7b152e8 /sys-devel
parent9720a11af1e64187117d3c485b8df96672a294fe (diff)
downloadbaldeagleos-repo-67d13c501bceeb7226193eca1bd2e5ed08e7b024.tar.gz
baldeagleos-repo-67d13c501bceeb7226193eca1bd2e5ed08e7b024.tar.xz
baldeagleos-repo-67d13c501bceeb7226193eca1bd2e5ed08e7b024.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