diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-12 22:42:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-12 22:42:36 +0000 |
commit | 5bb407460b21d8ce3067b97b4c11423d96be6f8e (patch) | |
tree | 3d321440581179188437f3cc87d3d8587ced2c39 /sys-devel/binutils | |
parent | - remove extra whitespace from IUSE (diff) | |
download | gentoo-2-5bb407460b21d8ce3067b97b4c11423d96be6f8e.tar.gz gentoo-2-5bb407460b21d8ce3067b97b4c11423d96be6f8e.tar.bz2 gentoo-2-5bb407460b21d8ce3067b97b4c11423d96be6f8e.zip |
Version bump.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.16.1.ebuild | 23 | ||||
-rw-r--r-- | sys-devel/binutils/files/digest-binutils-2.16.1 | 3 |
3 files changed, 32 insertions, 1 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 7b35ca989d28..7cd428405907 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.216 2005/05/31 20:21:47 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.217 2005/06/12 22:42:36 vapier Exp $ + +*binutils-2.16.1 (12 Jun 2005) + + 12 Jun 2005; Mike Frysinger <vapier@gentoo.org> +binutils-2.16.1.ebuild: + Version bump. 31 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> binutils-2.15.92.0.2-r10.ebuild: diff --git a/sys-devel/binutils/binutils-2.16.1.ebuild b/sys-devel/binutils/binutils-2.16.1.ebuild new file mode 100644 index 000000000000..d10060099115 --- /dev/null +++ b/sys-devel/binutils/binutils-2.16.1.ebuild @@ -0,0 +1,23 @@ +# 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.16.1.ebuild,v 1.1 2005/06/12 22:42:36 vapier Exp $ + +PATCHVER="1.0" +UCLIBC_PATCHVER="1.0" +inherit toolchain-binutils + +# ARCH - packages to test before marking +KEYWORDS="-* ~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +src_unpack() { + tc-binutils_unpack + + # Patches + cd "${WORKDIR}"/patch + # FreeBSD patches are not safe + [[ ${CTARGET} != *-freebsd* ]] \ + && mv 00_all_freebsd* skip/ \ + || rm -f "${WORKDIR}"/uclibc-patches/40*all-libcs* + + tc-binutils_apply_patches +} diff --git a/sys-devel/binutils/files/digest-binutils-2.16.1 b/sys-devel/binutils/files/digest-binutils-2.16.1 new file mode 100644 index 000000000000..ee15a2372535 --- /dev/null +++ b/sys-devel/binutils/files/digest-binutils-2.16.1 @@ -0,0 +1,3 @@ +MD5 6a9d529efb285071dad10e1f3d2b2967 binutils-2.16.1.tar.bz2 12549917 +MD5 4f1e21b7430264f67451fd23d63eb659 binutils-2.16.1-patches-1.0.tar.bz2 132184 +MD5 e0db1c5854dcb0398f78cd7c7ddca7bd binutils-2.16.1-uclibc-patches-1.0.tar.bz2 5991 |