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/kgcc64/
Date: Sat, 10 Oct 2020 08:39:19
Message-Id: 1602319053.134033e98f72ccd0f8aa1b36f20c6bcc48d8ea38.slyfox@gentoo
1 commit: 134033e98f72ccd0f8aa1b36f20c6bcc48d8ea38
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 08:37:33 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 08:37:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=134033e9
7
8 sys-devel/kgcc64: 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/kgcc64/Manifest | 2 --
14 sys-devel/kgcc64/kgcc64-10.1.0.ebuild | 42 -----------------------------------
15 2 files changed, 44 deletions(-)
16
17 diff --git a/sys-devel/kgcc64/Manifest b/sys-devel/kgcc64/Manifest
18 index 17a4da045e9..58587b459d3 100644
19 --- a/sys-devel/kgcc64/Manifest
20 +++ b/sys-devel/kgcc64/Manifest
21 @@ -1,5 +1,3 @@
22 -DIST gcc-10.1.0-patches-1.tar.bz2 13432 BLAKE2B 2f0517778eb012288ae305a91f84eb31a5f08f842c504201f1a8085afd42ed4c9b4a5b15f7553982c926735e8ea57307a1749004e679880ef47abad7d4596115 SHA512 cc513d8b68dcf484d37c51961c809fc6c470a8341f068b4029430ca4677e7b49155c3d964b3b9ab50c69835b32db98bcb9a91f14de14417e4611521059192118
23 -DIST gcc-10.1.0.tar.xz 74591240 BLAKE2B d64cf01beaaff7af9e7d5b1d5e6fdfb37cce5667b4455c1c9bbfd190e631f03555d63d52d31e7be5ac232256be11058f89d5bc7d0dcb01de44e90a52645ad87f SHA512 0cb2a74c793face751f42bc580960b00e2bfea785872a0a2155f1f1dbfaa248f9591b67f4322db0f096f8844aca9243bc02732bda106c3b6e43b02bb67eb3096
24 DIST gcc-10.2.0-patches-1.tar.bz2 14865 BLAKE2B 055ceac96a308081f395f12a970d6f5264d5dfac6defabb6baefafd6d584c03f2f968e0720448af5b6955e209c5d2220bc45854088347d7b438de9d716072804 SHA512 3583f51b2b80e1dab5ebda174c83054375a0c6601c6fca54a6991bbbbe5f335e30ee846fae57c0096ce28b23715fbfee8b560727c77cac263e83f44f03c6eda4
25 DIST gcc-10.2.0.tar.xz 75004144 BLAKE2B 1d79397330354e61439283cac96a109bf78ffc726265442e6d3ec131f107589ab7349d6612836edd8c8512f7bcc1d901a65a0d5d925d28a5bf3ef5cc3f9787ee SHA512 42ae38928bd2e8183af445da34220964eb690b675b1892bbeb7cd5bb62be499011ec9a93397dba5e2fb681afadfc6f2767d03b9035b44ba9be807187ae6dc65e
26 DIST gcc-6.4.0-patches-1.0.tar.bz2 7577 BLAKE2B 56f7f9722ba446d44753504616b877b522c7497be4cae87a6a090b8cd77aabf47a79e74640f6df9aea9a5fa981016627601e780c5632d6d5e09a1bd2ae163384 SHA512 e649e334eec4deb7c261d808ed460413d78a2a4a672823d214c1e173a13bc314ce898fbf3674a7c7fe3151a089384ee0a7dee479bc8d005a06b65b39216bdf75
27
28 diff --git a/sys-devel/kgcc64/kgcc64-10.1.0.ebuild b/sys-devel/kgcc64/kgcc64-10.1.0.ebuild
29 deleted file mode 100644
30 index e0c1432958e..00000000000
31 --- a/sys-devel/kgcc64/kgcc64-10.1.0.ebuild
32 +++ /dev/null
33 @@ -1,42 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -case ${CHOST} in
40 - hppa*) CTARGET=hppa64-${CHOST#*-};;
41 - mips*) CTARGET=${CHOST/mips/mips64};;
42 - powerpc*) CTARGET=${CHOST/powerpc/powerpc64};;
43 - s390*) CTARGET=${CHOST/s390/s390x};;
44 - sparc*) CTARGET=${CHOST/sparc/sparc64};;
45 - i?86*) CTARGET=x86_64-${CHOST#*-};;
46 -esac
47 -export CTARGET
48 -TOOLCHAIN_ALLOWED_LANGS="c"
49 -GCC_TARGET_NO_MULTILIB=true
50 -
51 -PATCH_VER="1"
52 -inherit toolchain
53 -
54 -DESCRIPTION="64bit kernel compiler"
55 -
56 -# Works on hppa and mips; all other archs, refer to bug #228115
57 -KEYWORDS="~hppa ~mips"
58 -
59 -# unlike every other target, hppa has not unified the 32/64 bit
60 -# ports in binutils yet
61 -DEPEND="hppa? ( sys-devel/binutils-hppa64 )"
62 -
63 -pkg_postinst() {
64 - toolchain_pkg_postinst
65 -
66 - cd "${ROOT}"/usr/bin
67 - local x
68 - for x in gcc cpp ; do
69 - cat <<-EOF >${CTARGET%%-*}-linux-${x}
70 - #!/bin/sh
71 - exec ${CTARGET}-${x} "\$@"
72 - EOF
73 - chmod a+rx ${CTARGET%%-*}-linux-${x}
74 - done
75 -}