diff options
author | 2006-06-30 02:50:41 +0000 | |
---|---|---|
committer | 2006-06-30 02:50:41 +0000 | |
commit | 9c5e6e721f376c8c8df843d54f0407e7598630d7 (patch) | |
tree | 245ce732e3261d63d28e1e030b84cdd095625947 | |
parent | arm/sh love (diff) | |
download | historical-9c5e6e721f376c8c8df843d54f0407e7598630d7.tar.gz historical-9c5e6e721f376c8c8df843d54f0407e7598630d7.tar.bz2 historical-9c5e6e721f376c8c8df843d54f0407e7598630d7.zip |
old
Package-Manager: portage-2.1.1_pre1-r5
-rw-r--r-- | sys-devel/binutils/binutils-2.16.1-r1.ebuild | 22 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.16.1.ebuild | 22 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.16.92.ebuild | 24 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.16.93.ebuild | 11 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.16.94.ebuild | 11 | ||||
-rw-r--r-- | sys-devel/binutils/files/digest-binutils-2.16.1 | 9 | ||||
-rw-r--r-- | sys-devel/binutils/files/digest-binutils-2.16.1-r1 | 9 | ||||
-rw-r--r-- | sys-devel/binutils/files/digest-binutils-2.16.92 | 9 | ||||
-rw-r--r-- | sys-devel/binutils/files/digest-binutils-2.16.93 | 9 | ||||
-rw-r--r-- | sys-devel/binutils/files/digest-binutils-2.16.94 | 9 |
10 files changed, 0 insertions, 135 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 -} diff --git a/sys-devel/binutils/binutils-2.16.1.ebuild b/sys-devel/binutils/binutils-2.16.1.ebuild deleted file mode 100644 index d31d099e6bed..000000000000 --- a/sys-devel/binutils/binutils-2.16.1.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.ebuild,v 1.18 2006/03/03 05:51:04 vapier Exp $ - -PATCHVER="1.5" -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 -} diff --git a/sys-devel/binutils/binutils-2.16.92.ebuild b/sys-devel/binutils/binutils-2.16.92.ebuild deleted file mode 100644 index 56c99aa264ca..000000000000 --- a/sys-devel/binutils/binutils-2.16.92.ebuild +++ /dev/null @@ -1,24 +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.92.ebuild,v 1.2 2006/04/17 15:50:18 vapier Exp $ - -PATCHVER="1.0" -UCLIBC_PATCHVER="1.0" -ELF2FLT_VER="" -inherit toolchain-binutils - -# ARCH - packages to test before marking -KEYWORDS="-*" - -src_unpack() { - tc-binutils_unpack - - # need to figure out how to make these work ... - rm \ - "${S}"/binutils/doc/config.texi \ - "${S}"/gas/doc/asconfig.texi \ - "${S}"/ld/configdoc.texi \ - || die - - tc-binutils_apply_patches -} diff --git a/sys-devel/binutils/binutils-2.16.93.ebuild b/sys-devel/binutils/binutils-2.16.93.ebuild deleted file mode 100644 index 5af6f9167fdd..000000000000 --- a/sys-devel/binutils/binutils-2.16.93.ebuild +++ /dev/null @@ -1,11 +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.93.ebuild,v 1.2 2006/06/17 21:10:11 vapier Exp $ - -PATCHVER="1.0" -UCLIBC_PATCHVER="1.0" -ELF2FLT_VER="" -inherit toolchain-binutils - -# ARCH - packages to test before marking -KEYWORDS="-*" diff --git a/sys-devel/binutils/binutils-2.16.94.ebuild b/sys-devel/binutils/binutils-2.16.94.ebuild deleted file mode 100644 index 18fac624a49e..000000000000 --- a/sys-devel/binutils/binutils-2.16.94.ebuild +++ /dev/null @@ -1,11 +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.94.ebuild,v 1.2 2006/06/17 21:11:01 vapier Exp $ - -PATCHVER="1.1" -UCLIBC_PATCHVER="1.0" -ELF2FLT_VER="" -inherit toolchain-binutils - -# ARCH - packages to test before marking -KEYWORDS="-*" diff --git a/sys-devel/binutils/files/digest-binutils-2.16.1 b/sys-devel/binutils/files/digest-binutils-2.16.1 deleted file mode 100644 index d1b03b0e9b6f..000000000000 --- a/sys-devel/binutils/files/digest-binutils-2.16.1 +++ /dev/null @@ -1,9 +0,0 @@ -MD5 eeaebf202fff82a2e436f46e65014caf binutils-2.16.1-patches-1.5.tar.bz2 133846 -RMD160 787ac94090bf910224785762e7b31c66baa580cb binutils-2.16.1-patches-1.5.tar.bz2 133846 -SHA256 13a12783fbedc9dfbfab5ca71d96ed9c97e910662ab0eaffb1d31686d8c4cd7e binutils-2.16.1-patches-1.5.tar.bz2 133846 -MD5 e0db1c5854dcb0398f78cd7c7ddca7bd binutils-2.16.1-uclibc-patches-1.0.tar.bz2 5991 -RMD160 935c1a1e8ddb3c522751bf356b8a1a6168bc0386 binutils-2.16.1-uclibc-patches-1.0.tar.bz2 5991 -SHA256 6da6328cf3c06e549abe796484462b87c1a38f4035f8bb57d3b35957b0aa5312 binutils-2.16.1-uclibc-patches-1.0.tar.bz2 5991 -MD5 6a9d529efb285071dad10e1f3d2b2967 binutils-2.16.1.tar.bz2 12549917 -RMD160 638861a6b709ac380f1bc13d55c6b48d0532b3d0 binutils-2.16.1.tar.bz2 12549917 -SHA256 351a6846ee179a37ed87a487971547159a7f4f92a1dec598c727f184a0de61ae binutils-2.16.1.tar.bz2 12549917 diff --git a/sys-devel/binutils/files/digest-binutils-2.16.1-r1 b/sys-devel/binutils/files/digest-binutils-2.16.1-r1 deleted file mode 100644 index d30aae17a8d4..000000000000 --- a/sys-devel/binutils/files/digest-binutils-2.16.1-r1 +++ /dev/null @@ -1,9 +0,0 @@ -MD5 dc68583d6c93890078267eb4321b1dfd binutils-2.16.1-patches-1.6.tar.bz2 138038 -RMD160 e9ced579b9bff0774789bb7cca6abb407bd8f1a1 binutils-2.16.1-patches-1.6.tar.bz2 138038 -SHA256 4c579ebae808cca2881448d286f06c383269a246ca0a20400313fde58b67ac36 binutils-2.16.1-patches-1.6.tar.bz2 138038 -MD5 e0db1c5854dcb0398f78cd7c7ddca7bd binutils-2.16.1-uclibc-patches-1.0.tar.bz2 5991 -RMD160 935c1a1e8ddb3c522751bf356b8a1a6168bc0386 binutils-2.16.1-uclibc-patches-1.0.tar.bz2 5991 -SHA256 6da6328cf3c06e549abe796484462b87c1a38f4035f8bb57d3b35957b0aa5312 binutils-2.16.1-uclibc-patches-1.0.tar.bz2 5991 -MD5 6a9d529efb285071dad10e1f3d2b2967 binutils-2.16.1.tar.bz2 12549917 -RMD160 638861a6b709ac380f1bc13d55c6b48d0532b3d0 binutils-2.16.1.tar.bz2 12549917 -SHA256 351a6846ee179a37ed87a487971547159a7f4f92a1dec598c727f184a0de61ae binutils-2.16.1.tar.bz2 12549917 diff --git a/sys-devel/binutils/files/digest-binutils-2.16.92 b/sys-devel/binutils/files/digest-binutils-2.16.92 deleted file mode 100644 index cc1aaddd1115..000000000000 --- a/sys-devel/binutils/files/digest-binutils-2.16.92 +++ /dev/null @@ -1,9 +0,0 @@ -MD5 3ea2a9deb5dfebd694c31a6b4ab44fe9 binutils-2.16.92-patches-1.0.tar.bz2 7888 -RMD160 f1ea6e9892a7e12c4fea0c5d56adc5bac5ed86bc binutils-2.16.92-patches-1.0.tar.bz2 7888 -SHA256 ed36cf9f736ca4de2861428ca43900214251fbf33fa4e0becd8df6c560fd0ffe binutils-2.16.92-patches-1.0.tar.bz2 7888 -MD5 f8affbc4b947076e5ef1d80c9ddb66fb binutils-2.16.92-uclibc-patches-1.0.tar.bz2 1571 -RMD160 b31673569244a2cd650ea597de4bae47854343a3 binutils-2.16.92-uclibc-patches-1.0.tar.bz2 1571 -SHA256 254ac24d6dd8b72235683b6f2e07c9ab51f942720441bb708a1f0fe9bfa1860f binutils-2.16.92-uclibc-patches-1.0.tar.bz2 1571 -MD5 1cc2db046dbe33ee9ab97d4bf9a0631f binutils-2.16.92.tar.bz2 13694634 -RMD160 6c845d13996bb8417470686af4145cd31fa81eaa binutils-2.16.92.tar.bz2 13694634 -SHA256 5123db7b3e31aa9b6c4383bdcd645b964d64e420e9a660e5dc53c7b4bda6a7a2 binutils-2.16.92.tar.bz2 13694634 diff --git a/sys-devel/binutils/files/digest-binutils-2.16.93 b/sys-devel/binutils/files/digest-binutils-2.16.93 deleted file mode 100644 index 162261f819dc..000000000000 --- a/sys-devel/binutils/files/digest-binutils-2.16.93 +++ /dev/null @@ -1,9 +0,0 @@ -MD5 eb59d3e1e0daaece1a27b9f87ea0f956 binutils-2.16.93-patches-1.0.tar.bz2 7881 -RMD160 cb55c6980d64507c98b1368b8053c1894699af04 binutils-2.16.93-patches-1.0.tar.bz2 7881 -SHA256 1e1b458d5a86321f6c7a877bbc8be6fd90dbe594da46168cb74d79f791d4d9fd binutils-2.16.93-patches-1.0.tar.bz2 7881 -MD5 e6fadb44d63e752ce1d79d23b0186feb binutils-2.16.93-uclibc-patches-1.0.tar.bz2 1571 -RMD160 8fb2a71931a138439325f9d9adde855df493ad50 binutils-2.16.93-uclibc-patches-1.0.tar.bz2 1571 -SHA256 97c6397d0e310f211be3d05113239ab338e0f3f36ba005c59ccb3c7c7985b70d binutils-2.16.93-uclibc-patches-1.0.tar.bz2 1571 -MD5 c815ff14c4b3e2a854a849f3369fe25b binutils-2.16.93.tar.bz2 13716872 -RMD160 5e68dfeddcdc8399d72096002fb14bc7404cbf65 binutils-2.16.93.tar.bz2 13716872 -SHA256 6fba24ae14a48768544761cfaea6b9284b23d6442a035a6eda3a1505337b2fdb binutils-2.16.93.tar.bz2 13716872 diff --git a/sys-devel/binutils/files/digest-binutils-2.16.94 b/sys-devel/binutils/files/digest-binutils-2.16.94 deleted file mode 100644 index 12733272a226..000000000000 --- a/sys-devel/binutils/files/digest-binutils-2.16.94 +++ /dev/null @@ -1,9 +0,0 @@ -MD5 6a6682baabc538abd2ce18c77780ede7 binutils-2.16.94-patches-1.1.tar.bz2 8789 -RMD160 7c1fec4063f5a862bfd62104f1757e0c5211943f binutils-2.16.94-patches-1.1.tar.bz2 8789 -SHA256 8aa6d97210b86573b852098724385595e17218f055dadcff3c47e7c81252bf0f binutils-2.16.94-patches-1.1.tar.bz2 8789 -MD5 02ea9b5dafc15c12b96ae44ddbb0e37e binutils-2.16.94-uclibc-patches-1.0.tar.bz2 1575 -RMD160 ba835316824b83ab5e43a158f702001f9de57e04 binutils-2.16.94-uclibc-patches-1.0.tar.bz2 1575 -SHA256 b281aabc6d3f7f81f6145d00dab74792502749799cf1337ca1ee4e7425756b87 binutils-2.16.94-uclibc-patches-1.0.tar.bz2 1575 -MD5 faad0cd17690180b2366ff1e5ee02a8c binutils-2.16.94.tar.bz2 13814217 -RMD160 9aca7438a0c42f2b6616b79ac776bbfe4a1cda8b binutils-2.16.94.tar.bz2 13814217 -SHA256 50736a6a66608e5f47646fca92beabba8597d29e62d101500a4f0178ce2ec20c binutils-2.16.94.tar.bz2 13814217 |