diff options
Diffstat (limited to 'sys-devel/binutils/binutils-2.16.1-r1.ebuild')
-rw-r--r-- | sys-devel/binutils/binutils-2.16.1-r1.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sys-devel/binutils/binutils-2.16.1-r1.ebuild b/sys-devel/binutils/binutils-2.16.1-r1.ebuild deleted file mode 100644 index e2d9365bafa6..000000000000 --- a/sys-devel/binutils/binutils-2.16.1-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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-r1.ebuild,v 1.3 2006/02/11 04:20:29 vapier Exp $ - -PATCHVER="1.6" -UCLIBC_PATCHVER="1.0" -ELF2FLT_VER="" -inherit toolchain-binutils - -# ARCH - packages to test before marking -KEYWORDS="-* ~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" - -src_unpack() { - tc-binutils_unpack - - # Patches - cd "${WORKDIR}"/patch - # FreeBSD patches are not safe #122369 - rm -f 00_all_freebsd* - - tc-binutils_apply_patches -} |