diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-08-08 08:27:26 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-08-08 08:27:26 +0000 |
commit | 72e0cba52960f40fbcf38cfc6a2b7da7207e6040 (patch) | |
tree | b80b42418552b5e5fe1d6b4bf149b69d973b7ac6 /sys-devel | |
parent | Version bump by Andreas Sturmlechner <andreas.sturmlechner@gmail.com>. (diff) | |
download | gentoo-2-72e0cba52960f40fbcf38cfc6a2b7da7207e6040.tar.gz gentoo-2-72e0cba52960f40fbcf38cfc6a2b7da7207e6040.tar.bz2 gentoo-2-72e0cba52960f40fbcf38cfc6a2b7da7207e6040.zip |
Version bump.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils-hppa64/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/binutils-hppa64/binutils-hppa64-2.25.1.ebuild | 27 |
2 files changed, 33 insertions, 1 deletions
diff --git a/sys-devel/binutils-hppa64/ChangeLog b/sys-devel/binutils-hppa64/ChangeLog index 9e6f360f0bea..b9c71358f59f 100644 --- a/sys-devel/binutils-hppa64/ChangeLog +++ b/sys-devel/binutils-hppa64/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/binutils-hppa64 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.37 2015/06/03 05:12:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.38 2015/08/08 08:27:26 jer Exp $ + +*binutils-hppa64-2.25.1 (08 Aug 2015) + + 08 Aug 2015; Jeroen Roovers <jer@gentoo.org> +binutils-hppa64-2.25.1.ebuild: + Version bump. 03 Jun 2015; Jeroen Roovers <jer@gentoo.org> binutils-hppa64-2.25.ebuild: Bump patch level. diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.25.1.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.25.1.ebuild new file mode 100644 index 000000000000..a183c000b7cf --- /dev/null +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.25.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 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.25.1.ebuild,v 1.1 2015/08/08 08:27:26 jer Exp $ + +EAPI="4" + +export CTARGET=hppa64-${CHOST#*-} + +PATCHVER="1.0" +ELF2FLT_VER="" +inherit toolchain-binutils + +DESCRIPTION="binutils package for building 64bit kernels on HPPA" + +KEYWORDS="-* ~hppa" + +# 66_all_binutils-2.22-warn-textrel.patch fails to apply with +# patch-2.5.9, so require a version that for sure works +DEPEND+=" >=sys-devel/patch-2.6.1" + +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 +} |