mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 10:01:32 +02:00
Upgraded sys-devel/gcc-config to version 1.7.3 on amd64
BUG=None TEST=cbuildbot chromious-sdk, daisy, lumpy Change-Id: Ia5febd7f869b660571d9ae378b73ab8c92fd458e Reviewed-on: https://gerrit.chromium.org/gerrit/25132 Reviewed-by: Mike Frysinger <vapier@chromium.org> Tested-by: Yunlian Jiang <yunlian@chromium.org> Commit-Ready: Yunlian Jiang <yunlian@chromium.org>
This commit is contained in:
parent
a6fe9aa0a9
commit
cee49c91f9
@ -1,9 +0,0 @@
|
|||||||
DEFINED_PHASES=compile install postinst unpack
|
|
||||||
DESCRIPTION=Utility to change the gcc compiler being used
|
|
||||||
HOMEPAGE=http://www.gentoo.org/
|
|
||||||
KEYWORDS=alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd
|
|
||||||
LICENSE=GPL-2
|
|
||||||
SLOT=0
|
|
||||||
SRC_URI=mirror://gentoo/gcc-config-1.6.tar.xz http://dev.gentoo.org/~vapier/dist/gcc-config-1.6.tar.xz
|
|
||||||
_eclasses_=multilib 5f4ad6cf85e365e8f0c6050ddd21659e toolchain-funcs 6526ac6fc9aedf391efb91fcd75ace68 unpacker 3bad9303b54075673d368b65e22dfdc8
|
|
||||||
_md5_=91fb698be7f8e214d5a954106e6eb416
|
|
9
sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-devel/gcc-config-1.7.3
vendored
Normal file
9
sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-devel/gcc-config-1.7.3
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
DEFINED_PHASES=compile install postinst unpack
|
||||||
|
DESCRIPTION=utility to manage compilers
|
||||||
|
HOMEPAGE=http://git.overlays.gentoo.org/gitweb/?p=proj/gcc-config.git
|
||||||
|
KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
|
||||||
|
LICENSE=GPL-2
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=mirror://gentoo/gcc-config-1.7.3.tar.xz http://dev.gentoo.org/~vapier/dist/gcc-config-1.7.3.tar.xz
|
||||||
|
_eclasses_=multilib 5f4ad6cf85e365e8f0c6050ddd21659e toolchain-funcs 6526ac6fc9aedf391efb91fcd75ace68 unpacker 3bad9303b54075673d368b65e22dfdc8
|
||||||
|
_md5_=a592ef9d2e42f56645022b3505cc6a08
|
@ -1 +1 @@
|
|||||||
DIST gcc-config-1.6.tar.xz 14232 RMD160 e29078ccf7c0586720ce38ae877ef5a5d7db8344 SHA1 638b30ecb7e44c16c21acadf7706db833a780980 SHA256 ca6a94d685a60e9ae5b8ff32c3173929848455a123233709ca791e72b640bf77
|
DIST gcc-config-1.7.3.tar.xz 15088 RMD160 398c3b36813d65580dc05fffb4bbe64746259f7d SHA1 08da2330e165c4fd0be71a6728339c4cff511bdc SHA256 2c6cca69a028f157dc54e19ea10efc240e0d26824cd223b22c294c003ce9325e
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
# Copyright 1999-2012 Gentoo Foundation
|
# Copyright 1999-2012 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.5.1-r1.ebuild,v 1.1 2012/03/15 01:16:44 vapier Exp $
|
# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.7.3.ebuild,v 1.1 2012/06/10 04:03:13 vapier Exp $
|
||||||
|
|
||||||
inherit unpacker toolchain-funcs multilib
|
inherit unpacker toolchain-funcs multilib
|
||||||
|
|
||||||
DESCRIPTION="Utility to change the gcc compiler being used"
|
DESCRIPTION="utility to manage compilers"
|
||||||
HOMEPAGE="http://www.gentoo.org/"
|
HOMEPAGE="http://git.overlays.gentoo.org/gitweb/?p=proj/gcc-config.git"
|
||||||
SRC_URI="mirror://gentoo/${P}.tar.xz
|
SRC_URI="mirror://gentoo/${P}.tar.xz
|
||||||
http://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
|
http://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
|
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
Loading…
x
Reference in New Issue
Block a user