diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-11-26 13:20:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-11-26 13:20:01 +0000 |
commit | 24dd7c723d7b4e3fbf06454e9d838f95dbf56d40 (patch) | |
tree | be9664749e34ef87707eb9a94771bd9f34d98728 /sys-devel/binutils | |
parent | Does removing all keywords make sense? No. Readd all of them and drop some ol... (diff) | |
download | gentoo-2-24dd7c723d7b4e3fbf06454e9d838f95dbf56d40.tar.gz gentoo-2-24dd7c723d7b4e3fbf06454e9d838f95dbf56d40.tar.bz2 gentoo-2-24dd7c723d7b4e3fbf06454e9d838f95dbf56d40.zip |
revert cell stuff since it breaks and we want to do it the right way #155881
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 10 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.17.50.0.6.ebuild | 21 | ||||
-rw-r--r-- | sys-devel/binutils/files/digest-binutils-2.17.50.0.6 | 6 |
3 files changed, 7 insertions, 30 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 2c3e2c0dfb71..6669a3e4fe0e 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,14 +1,6 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.273 2006/11/15 20:30:18 swegener Exp $ - - 15 Nov 2006; Sven Wegener <swegener@gentoo.org> - binutils-2.17.50.0.6.ebuild: - Inherit autotools first, to get proper DESCRIPTION. - - 15 Nov 2006; Luca Barbato <lu_zero@gentoo.org> - binutils-2.17.50.0.6.ebuild: - Cell support added +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.274 2006/11/26 13:20:01 vapier Exp $ *binutils-2.17.50.0.6 (21 Oct 2006) diff --git a/sys-devel/binutils/binutils-2.17.50.0.6.ebuild b/sys-devel/binutils/binutils-2.17.50.0.6.ebuild index 1f1c841fc5b4..97407980f7c5 100644 --- a/sys-devel/binutils/binutils-2.17.50.0.6.ebuild +++ b/sys-devel/binutils/binutils-2.17.50.0.6.ebuild @@ -1,26 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17.50.0.6.ebuild,v 1.3 2006/11/15 20:30:18 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17.50.0.6.ebuild,v 1.4 2006/11/26 13:20:01 vapier Exp $ -PATCHVER="1.1" +PATCHVER="1.0" UCLIBC_PATCHVER="1.0" ELF2FLT_VER="" -inherit autotools toolchain-binutils +inherit toolchain-binutils # ARCH - packages to test before marking KEYWORDS="-*" - -# make sure the headers will be regenerated -EXTRA_ECONF="${EXTRA_ECONF} --enable-maintainer-mode" -#workaround -MAKEOPTS=-j1 -src_unpack() { - toolchain-binutils_src_unpack - cd ${S} - for dir in bfd gas ld opcodes - do - pushd ${dir} >/dev/null - eautoreconf - popd >/dev/null - done -} diff --git a/sys-devel/binutils/files/digest-binutils-2.17.50.0.6 b/sys-devel/binutils/files/digest-binutils-2.17.50.0.6 index dda980a06f81..bd46c025ada7 100644 --- a/sys-devel/binutils/files/digest-binutils-2.17.50.0.6 +++ b/sys-devel/binutils/files/digest-binutils-2.17.50.0.6 @@ -1,6 +1,6 @@ -MD5 b71c321132b041dec89cecbbcc877bde binutils-2.17.50.0.6-patches-1.1.tar.bz2 57454 -RMD160 db425128c5d8662b16e663dfccac007184d19d1e binutils-2.17.50.0.6-patches-1.1.tar.bz2 57454 -SHA256 de78eab8aa886c2daa70e0238d37dafd0e74f4ce1f3a96badd553a3640dd52ab binutils-2.17.50.0.6-patches-1.1.tar.bz2 57454 +MD5 41289edd11493f3aa6c49742a467ff44 binutils-2.17.50.0.6-patches-1.0.tar.bz2 7245 +RMD160 a92dc0a5fc61b5485841f750feaae171a8f8e96f binutils-2.17.50.0.6-patches-1.0.tar.bz2 7245 +SHA256 efffbadb41d1d2f428c183924123dd91191e7123af1bb127d380b5b89307d5aa binutils-2.17.50.0.6-patches-1.0.tar.bz2 7245 MD5 341b471dd018df1cd7b436be6cc74819 binutils-2.17.50.0.6-uclibc-patches-1.0.tar.bz2 1576 RMD160 c14ac3de100b8b7df5eb260793d8e1b57675ce9f binutils-2.17.50.0.6-uclibc-patches-1.0.tar.bz2 1576 SHA256 bc500b3e0a8698f6d869fc62dd9c253ab31ad6c02658709e9b0e95b070b9447a binutils-2.17.50.0.6-uclibc-patches-1.0.tar.bz2 1576 |