diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-07-15 03:20:13 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-07-15 03:20:13 +0000 |
commit | e5c0098c3e558187f8369bc86f08c0076d6e6c27 (patch) | |
tree | 9106de7917114466f84833836fe0902c5244698c /sys-devel/binutils-hppa64 | |
parent | Stable for HPPA too. (diff) | |
download | gentoo-2-e5c0098c3e558187f8369bc86f08c0076d6e6c27.tar.gz gentoo-2-e5c0098c3e558187f8369bc86f08c0076d6e6c27.tar.bz2 gentoo-2-e5c0098c3e558187f8369bc86f08c0076d6e6c27.zip |
Version bump.
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'sys-devel/binutils-hppa64')
-rw-r--r-- | sys-devel/binutils-hppa64/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/sys-devel/binutils-hppa64/ChangeLog b/sys-devel/binutils-hppa64/ChangeLog index 0dafcdad2547..184e8af9df0a 100644 --- a/sys-devel/binutils-hppa64/ChangeLog +++ b/sys-devel/binutils-hppa64/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/binutils-hppa64 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.16 2010/07/15 03:13:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.17 2010/07/15 03:20:13 jer Exp $ + +*binutils-hppa64-2.20.1 (15 Jul 2010) + + 15 Jul 2010; Jeroen Roovers <jer@gentoo.org> + +binutils-hppa64-2.20.1.ebuild: + Version bump. 15 Jul 2010; Jeroen Roovers <jer@gentoo.org> binutils-hppa64-2.19.1.ebuild: diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild new file mode 100644 index 000000000000..42f0aedb1208 --- /dev/null +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild,v 1.1 2010/07/15 03:20:13 jer Exp $ + +export CTARGET=hppa64-${CHOST#*-} + +PATCHVER="1.1" +ELF2FLT_VER="" +inherit toolchain-binutils + +DESCRIPTION="binutils package for building 64bit kernels on HPPA" + +KEYWORDS="-* ~hppa" + +src_install() { + toolchain-binutils_src_install + + # tweak the default fake list a little bit + cd "${D}"/etc/env.d/binutils + sed -i '/FAKE_TARGETS=/s:"$: hppa64-linux":' ${CTARGET}-${BVER} || die +} |