diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-11 06:02:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-11 06:02:03 +0000 |
commit | 16248b9afdbc9075c514d8cd69f0f0507b321c82 (patch) | |
tree | ca15f000b8a26906aef7d5afdd222f98186a0464 /sys-devel/binutils | |
parent | Fixed ChangeLog header. (diff) | |
download | gentoo-2-16248b9afdbc9075c514d8cd69f0f0507b321c82.tar.gz gentoo-2-16248b9afdbc9075c514d8cd69f0f0507b321c82.tar.bz2 gentoo-2-16248b9afdbc9075c514d8cd69f0f0507b321c82.zip |
Delete old/duplicated patches and add newer/spiffier ones. See the patchtarball and/or CVS commits for more info :P. Just be happy this one passes make check on amd64.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 10 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.15.92.0.2-r6.ebuild | 20 | ||||
-rw-r--r-- | sys-devel/binutils/files/digest-binutils-2.15.92.0.2-r6 | 3 |
3 files changed, 32 insertions, 1 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 110282067d16..53423d0f4c5e 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sys-devel/binutils # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.190 2005/03/09 13:43:46 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.191 2005/03/11 06:02:03 vapier Exp $ + +*binutils-2.15.92.0.2-r6 (11 Mar 2005) + + 11 Mar 2005; Mike Frysinger <vapier@gentoo.org> + +binutils-2.15.92.0.2-r6.ebuild: + Delete old/duplicated patches and add newer/spiffier ones. See the + patchtarball and/or CVS commits for more info :P. Just be happy this one + passes make check on amd64. 09 Mar 2005; <solar@gentoo.org> binutils-2.15.92.0.2-r5.ebuild: - uClibc supports relro now. remove exception from ebuild diff --git a/sys-devel/binutils/binutils-2.15.92.0.2-r6.ebuild b/sys-devel/binutils/binutils-2.15.92.0.2-r6.ebuild new file mode 100644 index 000000000000..23212eedad0e --- /dev/null +++ b/sys-devel/binutils/binutils-2.15.92.0.2-r6.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.92.0.2-r6.ebuild,v 1.1 2005/03/11 06:02:03 vapier Exp $ + +PATCHVER="1.7" +UCLIBC_PATCHVER="1.1" +inherit toolchain-binutils + +KEYWORDS="-* ~alpha ~amd64 -arm ~hppa -ia64 ~sparc ~x86" + +src_unpack() { + toolchain-binutils_src_unpack + + # Patches + cd ${WORKDIR}/patch + mkdir skip + #mv 63* skip/ + + apply_binutils_updates +} diff --git a/sys-devel/binutils/files/digest-binutils-2.15.92.0.2-r6 b/sys-devel/binutils/files/digest-binutils-2.15.92.0.2-r6 new file mode 100644 index 000000000000..dfd4991996ef --- /dev/null +++ b/sys-devel/binutils/files/digest-binutils-2.15.92.0.2-r6 @@ -0,0 +1,3 @@ +MD5 702bc82d8b10914e112fb5c5d8b66498 binutils-2.15.92.0.2.tar.bz2 11019727 +MD5 81d119eb9e20ac40cd6bedd4efd88e9d binutils-2.15.92.0.2-patches-1.7.tar.bz2 20830 +MD5 d7c24c3391171278d90f1bdb4be2e673 binutils-2.15.92.0.2-uclibc-patches-1.1.tar.bz2 5729 |