sys-devel/kgcc64: drop old
authorSergei Trofimovich <slyfox@gentoo.org>
Sat, 16 Sep 2017 08:45:59 +0000 (09:45 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Sat, 16 Sep 2017 09:25:08 +0000 (10:25 +0100)
The ebuild does not work at least on mips
as it refers patches removed 2 years ago in:
https://github.com/gentoo/gentoo-gitmig-20150809-draft/commit/ff83c826fe86ffaa0340081b3eeae36e0bbb7d53

Package-Manager: Portage-2.3.8, Repoman-2.3.3

sys-devel/kgcc64/Manifest
sys-devel/kgcc64/kgcc64-3.4.6.ebuild [deleted file]

index a359c192c91c8fdff5e5ae32e9431a730a0d7c41..15fb70575e9d5553abc3adfa4cc45536f2f86f2e 100644 (file)
@@ -1,5 +1,3 @@
-DIST gcc-3.4.6-patches-1.2.tar.bz2 54757 SHA256 43253a8defa6111bd6f107178cc46f425ec81efe0eb26b730c11c422a4d4de26 SHA512 9945cf8e2cc92cc29a0c5c5c455398e57870fcbe281510357cf166cf4bb7458065be4d3048094615a99ab3c3f6eededfb58ec55742bbbe50bb887aa854b6f9d5 WHIRLPOOL 7da5f1609b61f5c2a4f28bf2b013e700c382f172cd3ad1e9413fa11d1a800d64dda5eedcab6ac232c21c6a7d72083f12060a0729f5906a42a7a896dc3d11135b
-DIST gcc-3.4.6.tar.bz2 28193401 SHA256 7791a601878b765669022b8b3409fba33cc72f9e39340fec8af6d0e6f72dec39 SHA512 d235e1223d5faf8f37f2d73db35edeff44c88974b09dfcf325f4b181b16d7124710d93b1b65b60206ce3525f062236ea0f338b3a5341d7ecbe196d8e90c3ff18 WHIRLPOOL 19fc447592f1feee56da74ee6d9436e0813e5a29ced37f8bf91836bbf0b1b9023fe2f717f8c3cf6dc84f11d2029cd87b65e9176b19727996420b589716cdfa45
 DIST gcc-4.1.2-patches-1.0.1.tar.bz2 43294 SHA256 311cef339fd021c72086cdef361e0aa6409a4a62d21fddaa7a5171bc1545085a SHA512 79f1d47d364462325a927b35b66bbdc68c100dbb6c86a6dd524d0e1cd09b7135c3789e80b71539cec63befbeea1a0e9b456b53ab0a5580b64509f78231d3fdc5 WHIRLPOOL 709cd322c03d0292475ae46a62ce3c09b7c245b866dbf07ef05725c535531e6933f2c9fb51ec69166f300573912fcf608ca9219dc41e14fd6adc18cd62727a7c
 DIST gcc-4.1.2.tar.bz2 39707720 SHA256 cfc0efbcc6fcde0d416a32dfb246c9df022515a312683fac412578c4fd09a9bc SHA512 b97d3b72a3b0355611d5090b2c715b7a774f0e466a89326a0226c2809d12dfafb2d7c5a7af54bd5e00c135bbb6596f535e1a484740f7f1f691e8a57e6f0425cc WHIRLPOOL 5822040f7e96919bb906ce55e0bd19c4c85b3a47ce73f0a4b6d0da62ce9d7651b6cbeb6199dafc38582b206a98126e3efec8d54cc58c7f303ca708c9261bec57
 DIST gcc-4.2.4-patches-1.0.tar.bz2 21809 SHA256 3e077b6d4e9d51a30094aff35c4045bef859fc20c7a341f772da059b8bc6be85 SHA512 20eb3fa790e5cc1bd66c9ad1915c73c20ae8977d6789addaf4863184e6d5c25ab9b0f2c40e3ad08a6859825b2e97bf0839e0a616730362072aa35e8ae158a427 WHIRLPOOL 84d87cb1dc412e7f5318000264336b329f6f827af0769121370184fb96f4f37184cd1de2630743270d6ef63736fbc905fc68b76e86d799738daf690a94254551
diff --git a/sys-devel/kgcc64/kgcc64-3.4.6.ebuild b/sys-devel/kgcc64/kgcc64-3.4.6.ebuild
deleted file mode 100644 (file)
index efe4094..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-case ${CHOST} in
-       hppa*)    CTARGET=hppa64-${CHOST#*-};;
-       mips*)    CTARGET=${CHOST/mips/mips64};;
-       powerpc*) CTARGET=${CHOST/powerpc/powerpc64};;
-       s390*)    CTARGET=${CHOST/s390/s390x};;
-       sparc*)   CTARGET=${CHOST/sparc/sparc64};;
-       i?86*)    CTARGET=x86_64-${CHOST#*-};;
-esac
-export CTARGET
-TOOLCHAIN_ALLOWED_LANGS="c"
-GCC_TARGET_NO_MULTILIB=true
-
-PATCH_VER="1.2"
-
-inherit eutils toolchain
-
-DESCRIPTION="64bit kernel compiler"
-
-KEYWORDS="-* ~hppa ~mips ~s390 sparc"
-
-# unlike every other target, hppa has not unified the 32/64 bit
-# ports in binutils yet
-DEPEND="hppa? ( sys-devel/binutils-hppa64 )
-       !sys-devel/gcc-hppa64
-       !sys-devel/gcc-mips64
-       !sys-devel/gcc-powerpc64
-       !sys-devel/gcc-sparc64"
-
-src_prepare() {
-       toolchain_src_prepare
-       epatch "${FILESDIR}"/3.4.4/gcc-3.4.4-cross-compile.patch
-
-       # Arch stuff
-       case $(tc-arch) in
-               mips)
-                       # Patch forward-ported from a gcc-3.0.x patch that adds -march=r10000 and
-                       # -mtune=r10000 support to gcc (Allows the compiler to generate code to
-                       # take advantage of R10k's second ALU, perform shifts, etc..
-                       epatch "${FILESDIR}"/3.4.2/gcc-3.4.x-mips-add-march-r10k.patch
-
-                       # This is a very special patch -- it allows us to build kernels on SGI IP28
-                       # (Indigo2 Impact R10000) systems.
-                       # Unless you're building an IP28 kernel, you really don't need care about what
-                       # this patch does, because if you are, you are probably already aware of what
-                       # it does.
-                       # All that said, the abilities of this patch are disabled by default and need
-                       # to be enabled by passing -mr10k-cache-barrier.
-                       # The option also accepts a flag, which are highlighted below:
-                       #       -mr10k-cache-barrier=1 - Protect stores only (IP28)
-                       #       -mr10k-cache-barrier=2 - Protect stores and loads (IP32 R10K)
-                       epatch "${FILESDIR}"/3.4.2/gcc-3.4.2-mips-ip28_cache_barriers-v4.patch
-                       ;;
-       esac
-}
-
-pkg_postinst() {
-       cd "${ROOT}"/usr/bin
-       local x
-       for x in gcc cpp ; do
-               cat <<-EOF >${CTARGET%%-*}-linux-${x}
-               #!/bin/sh
-               exec ${CTARGET}-${x} "\$@"
-               EOF
-               chmod a+rx ${CTARGET%%-*}-linux-${x}
-       done
-}