diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-19 21:21:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-19 21:21:46 +0000 |
commit | 522eca56dbdebeb6003a147e8bd466d424ddc855 (patch) | |
tree | f7e1ee3f8a7c6bfe16cf229dda98eb3e39315301 /sys-devel | |
parent | Add missing #77181 patch to UNIPATCH_LIST. (diff) | |
download | gentoo-2-522eca56dbdebeb6003a147e8bd466d424ddc855.tar.gz gentoo-2-522eca56dbdebeb6003a147e8bd466d424ddc855.tar.bz2 gentoo-2-522eca56dbdebeb6003a147e8bd466d424ddc855.zip |
Version bump.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.15.94.0.2.2.ebuild | 19 | ||||
-rw-r--r-- | sys-devel/binutils/files/digest-binutils-2.15.94.0.2.2 | 3 |
3 files changed, 29 insertions, 1 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index c221b91d6d65..fffe65e1cc3c 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/binutils # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.183 2005/01/23 11:53:18 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.184 2005/02/19 21:21:46 vapier Exp $ + +*binutils-2.15.94.0.2.2 (19 Feb 2005) + + 19 Feb 2005; Mike Frysinger <vapier@gentoo.org> + +binutils-2.15.94.0.2.2.ebuild: + Version bump. 23 Jan 2005; Jeremy Huddleston <eradicator@gentoo.org> binutils-2.15.92.0.2-r1.ebuild: diff --git a/sys-devel/binutils/binutils-2.15.94.0.2.2.ebuild b/sys-devel/binutils/binutils-2.15.94.0.2.2.ebuild new file mode 100644 index 000000000000..350e72208084 --- /dev/null +++ b/sys-devel/binutils/binutils-2.15.94.0.2.2.ebuild @@ -0,0 +1,19 @@ +# 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.94.0.2.2.ebuild,v 1.1 2005/02/19 21:21:46 vapier Exp $ + +PATCHVER="1.0" +UCLIBC_PATCHVER="1.0" +inherit toolchain-binutils + +KEYWORDS="-* -arm" + +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.2.2 b/sys-devel/binutils/files/digest-binutils-2.15.94.0.2.2 new file mode 100644 index 000000000000..2685122296fa --- /dev/null +++ b/sys-devel/binutils/files/digest-binutils-2.15.94.0.2.2 @@ -0,0 +1,3 @@ +MD5 e9bcf84d9e6b5a2d840e76f22a3fce5f binutils-2.15.94.0.2.2.tar.bz2 11300932 +MD5 fd6d63d63243f1068221a85923e133ff binutils-2.15.94.0.2.2-patches-1.0.tar.bz2 15467 +MD5 603b783ed6d253fb1eb3f752f4e0ca4c binutils-2.15.94.0.2.2-uclibc-patches-1.0.tar.bz2 5934 |