diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-16 21:53:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-16 21:53:51 +0000 |
commit | f2055d287c4de8c1508ee8d071ac137dd3c9846f (patch) | |
tree | 9f2fe56466a27c4e50c242aa31229c957d36da98 /sys-devel | |
parent | old (diff) | |
download | gentoo-2-f2055d287c4de8c1508ee8d071ac137dd3c9846f.tar.gz gentoo-2-f2055d287c4de8c1508ee8d071ac137dd3c9846f.tar.bz2 gentoo-2-f2055d287c4de8c1508ee8d071ac137dd3c9846f.zip |
add freebsd/amd64 and playstation2 support
(Portage version: 2.1.1)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/binutils-2.16.1-r3.ebuild | 14 | ||||
-rw-r--r-- | sys-devel/binutils/files/digest-binutils-2.16.1-r3 | 6 |
2 files changed, 15 insertions, 5 deletions
diff --git a/sys-devel/binutils/binutils-2.16.1-r3.ebuild b/sys-devel/binutils/binutils-2.16.1-r3.ebuild index 5b229bae83ac..d6d930198ace 100644 --- a/sys-devel/binutils/binutils-2.16.1-r3.ebuild +++ b/sys-devel/binutils/binutils-2.16.1-r3.ebuild @@ -1,11 +1,21 @@ # 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.16.1-r3.ebuild,v 1.6 2006/08/06 16:50:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.16.1-r3.ebuild,v 1.7 2006/09/16 21:53:51 vapier Exp $ -PATCHVER="1.10" +PATCHVER="1.11" UCLIBC_PATCHVER="1.1" ELF2FLT_VER="" inherit toolchain-binutils # ARCH - packages to test before marking KEYWORDS="-* alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" + +src_unpack() { + tc-binutils_unpack + + cd "${WORKDIR}"/patch + # playstation2 patches are not safe for other mips targets + mv *playstation2* skip/ + + tc-binutils_apply_patches +} diff --git a/sys-devel/binutils/files/digest-binutils-2.16.1-r3 b/sys-devel/binutils/files/digest-binutils-2.16.1-r3 index 1c94fa62ec6f..a70edb1d922b 100644 --- a/sys-devel/binutils/files/digest-binutils-2.16.1-r3 +++ b/sys-devel/binutils/files/digest-binutils-2.16.1-r3 @@ -1,6 +1,6 @@ -MD5 4df771ec6f7a47959ee8acd9d81e6403 binutils-2.16.1-patches-1.10.tar.bz2 42225 -RMD160 afcab5285159f6b5fc4535f6dda7bd1ee6689810 binutils-2.16.1-patches-1.10.tar.bz2 42225 -SHA256 33f4242f8f301d1623621ebb5a3243eed8b3a5e2efee7df57af7b037ac8cd908 binutils-2.16.1-patches-1.10.tar.bz2 42225 +MD5 cfbd51b1be14602c5efdce7730a84621 binutils-2.16.1-patches-1.11.tar.bz2 112286 +RMD160 1812f1b793d2ad0ca579bca15647c7b51968d8cc binutils-2.16.1-patches-1.11.tar.bz2 112286 +SHA256 746bf887befe3ace99c92504c25587bae8b34d660a9856318f9512de33df57a2 binutils-2.16.1-patches-1.11.tar.bz2 112286 MD5 83620a05846d775b5b379e9bd34eab71 binutils-2.16.1-uclibc-patches-1.1.tar.bz2 2108 RMD160 7a410862e1bb94dbe0d3cd992da2ee250b4a0c5d binutils-2.16.1-uclibc-patches-1.1.tar.bz2 2108 SHA256 f62181c2f6c73e4561e3cbcf6260cc44c6db58dc95ce7ef9221b258806eef471 binutils-2.16.1-uclibc-patches-1.1.tar.bz2 2108 |