diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-21 07:28:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-21 07:28:27 +0000 |
commit | fe17b26fe04ee68f4c6f1777aa986dd9d718526d (patch) | |
tree | 4b977d7cc50fec5b36b97852aed66bcc765cebae /sys-devel | |
parent | Stable in x86 wrt security bug #68976 (Manifest recommit) (diff) | |
download | gentoo-2-fe17b26fe04ee68f4c6f1777aa986dd9d718526d.tar.gz gentoo-2-fe17b26fe04ee68f4c6f1777aa986dd9d718526d.tar.bz2 gentoo-2-fe17b26fe04ee68f4c6f1777aa986dd9d718526d.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.2.ebuild | 19 | ||||
-rw-r--r-- | sys-devel/binutils/files/digest-binutils-2.15.94.0.2 | 3 |
3 files changed, 29 insertions, 1 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index c44decc90723..80e07a6797c5 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.175 2004/12/14 07:51:12 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.176 2004/12/21 07:28:27 vapier Exp $ + +*binutils-2.15.94.0.2 (21 Dec 2004) + + 21 Dec 2004; Mike Frysinger <vapier@gentoo.org> + +binutils-2.15.94.0.2.ebuild: + Version bump. 13 Dec 2004; 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.ebuild b/sys-devel/binutils/binutils-2.15.94.0.2.ebuild new file mode 100644 index 000000000000..378688bf018a --- /dev/null +++ b/sys-devel/binutils/binutils-2.15.94.0.2.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.2.ebuild,v 1.1 2004/12/21 07:28:27 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.2 b/sys-devel/binutils/files/digest-binutils-2.15.94.0.2 new file mode 100644 index 000000000000..2c10f5929f0d --- /dev/null +++ b/sys-devel/binutils/files/digest-binutils-2.15.94.0.2 @@ -0,0 +1,3 @@ +MD5 a87269da4db684da403014b43ec0b89e binutils-2.15.94.0.2.tar.bz2 11290532 +MD5 804d177b2ecf90dabb4a9b21d694d5ba binutils-2.15.94.0.2-patches-1.0.tar.bz2 15549 +MD5 60245dfcd1076e3a89113998c6de41c6 binutils-2.15.94.0.2-uclibc-patches-1.0.tar.bz2 5967 |