diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-23 03:51:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-23 03:51:39 +0000 |
commit | b322d1cda35eeb159ccbc716187520036dbd4d36 (patch) | |
tree | 49ace78d643bdc1c0d9cce89e19425f84b72dccc | |
parent | Removed libtoolize in response to bug #82917. (diff) | |
download | gentoo-2-b322d1cda35eeb159ccbc716187520036dbd4d36.tar.gz gentoo-2-b322d1cda35eeb159ccbc716187520036dbd4d36.tar.bz2 gentoo-2-b322d1cda35eeb159ccbc716187520036dbd4d36.zip |
old
-rw-r--r-- | sys-devel/binutils/binutils-2.15.92.0.2-r2.ebuild | 25 | ||||
-rw-r--r-- | sys-devel/binutils/files/digest-binutils-2.15.92.0.2-r2 | 3 |
2 files changed, 0 insertions, 28 deletions
diff --git a/sys-devel/binutils/binutils-2.15.92.0.2-r2.ebuild b/sys-devel/binutils/binutils-2.15.92.0.2-r2.ebuild deleted file mode 100644 index 0f442d1d62c2..000000000000 --- a/sys-devel/binutils/binutils-2.15.92.0.2-r2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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-r2.ebuild,v 1.16 2005/01/22 20:56:14 plasmaroo Exp $ - -PATCHVER="1.2" -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 *ldsoconf* *no_rel_ro* skip/ - if use uclibc ; then - mv *relro* skip/ - else - mv 20_* skip/ - fi - - apply_binutils_updates -} diff --git a/sys-devel/binutils/files/digest-binutils-2.15.92.0.2-r2 b/sys-devel/binutils/files/digest-binutils-2.15.92.0.2-r2 deleted file mode 100644 index 85426a18773a..000000000000 --- a/sys-devel/binutils/files/digest-binutils-2.15.92.0.2-r2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 702bc82d8b10914e112fb5c5d8b66498 binutils-2.15.92.0.2.tar.bz2 11019727 -MD5 61ba79391117a3745e2c3dfdee5d1d8d binutils-2.15.92.0.2-patches-1.2.tar.bz2 58678 -MD5 d7c24c3391171278d90f1bdb4be2e673 binutils-2.15.92.0.2-uclibc-patches-1.1.tar.bz2 5729 |