diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-23 20:22:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-23 20:22:25 +0000 |
commit | a12b67cb7c7bcd76de4afdcb756de9aca5823caa (patch) | |
tree | 8d10428a1ae2676730e830664a492ea41204bc23 /sys-devel | |
parent | New version: 18.40. Added 18.39 to x86. (Manifest recommit) (diff) | |
download | gentoo-2-a12b67cb7c7bcd76de4afdcb756de9aca5823caa.tar.gz gentoo-2-a12b67cb7c7bcd76de4afdcb756de9aca5823caa.tar.bz2 gentoo-2-a12b67cb7c7bcd76de4afdcb756de9aca5823caa.zip |
Version bump.
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.15.94.0.1.ebuild | 19 | ||||
-rw-r--r-- | sys-devel/binutils/files/digest-binutils-2.15.94.0.1 | 3 |
3 files changed, 29 insertions, 1 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index af9af707640c..e6cf7baf8235 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/binutils # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.166 2004/11/22 04:25:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.167 2004/11/23 20:22:25 vapier Exp $ + +*binutils-2.15.94.0.1 (23 Nov 2004) + + 23 Nov 2004; Mike Frysinger <vapier@gentoo.org> + +binutils-2.15.94.0.1.ebuild: + Version bump. 21 Nov 2004; Mike Frysinger <vapier@gentoo.org> binutils-2.15.90.0.1.1-r3.ebuild: diff --git a/sys-devel/binutils/binutils-2.15.94.0.1.ebuild b/sys-devel/binutils/binutils-2.15.94.0.1.ebuild new file mode 100644 index 000000000000..6abf84a83ae2 --- /dev/null +++ b/sys-devel/binutils/binutils-2.15.94.0.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.94.0.1.ebuild,v 1.1 2004/11/23 20:22:25 vapier Exp $ + +PATCHVER="1.0" +UCLIBC_PATCHVER="1.0" +inherit toolchain-binutils + +KEYWORDS="-*" + +src_unpack() { + toolchain-binutils_src_unpack + + # Patches + #cd ${WORKDIR}/patch + #mkdir skip + + apply_binutils_updates +} diff --git a/sys-devel/binutils/files/digest-binutils-2.15.94.0.1 b/sys-devel/binutils/files/digest-binutils-2.15.94.0.1 new file mode 100644 index 000000000000..0ccbad7930f4 --- /dev/null +++ b/sys-devel/binutils/files/digest-binutils-2.15.94.0.1 @@ -0,0 +1,3 @@ +MD5 4a4cde8e5d0c97249bf6933f095813fe binutils-2.15.94.0.1.tar.bz2 11265381 +MD5 ca925821c470d30314b67e218d4da152 binutils-2.15.94.0.1-patches-1.0.tar.bz2 16673 +MD5 aaf008eaa717b80b3fc931ef80e814d4 binutils-2.15.94.0.1-uclibc-patches-1.0.tar.bz2 5962 |