diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-02-16 18:31:53 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-02-16 18:31:53 +0000 |
commit | c86a59b8c13f104920717587ed120848b7b1b0eb (patch) | |
tree | 35a30cbe1e7ff07e7de976300752dab105e71a1b /sys-devel/binutils-hppa64 | |
parent | alpha/ia64/sparc stable wrt bug #539220 (diff) | |
download | gentoo-2-c86a59b8c13f104920717587ed120848b7b1b0eb.tar.gz gentoo-2-c86a59b8c13f104920717587ed120848b7b1b0eb.tar.bz2 gentoo-2-c86a59b8c13f104920717587ed120848b7b1b0eb.zip |
Version bump.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-devel/binutils-hppa64')
-rw-r--r-- | sys-devel/binutils-hppa64/ChangeLog | 9 | ||||
-rw-r--r-- | sys-devel/binutils-hppa64/binutils-hppa64-2.25.ebuild | 27 |
2 files changed, 34 insertions, 2 deletions
diff --git a/sys-devel/binutils-hppa64/ChangeLog b/sys-devel/binutils-hppa64/ChangeLog index a44c5599a30b..d26c0c218ec1 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.35 2014/11/08 16:55:51 vapier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.36 2015/02/16 18:31:53 jer Exp $ + +*binutils-hppa64-2.25 (16 Feb 2015) + + 16 Feb 2015; Jeroen Roovers <jer@gentoo.org> +binutils-hppa64-2.25.ebuild: + Version bump. 08 Nov 2014; Mike Frysinger <vapier@gentoo.org> binutils-hppa64-2.19.1.ebuild, binutils-hppa64-2.20.1.ebuild, binutils-hppa64-2.21.1-r1.ebuild, diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.25.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.25.ebuild new file mode 100644 index 000000000000..26aa0a293cf0 --- /dev/null +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.25.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.ebuild,v 1.1 2015/02/16 18:31:53 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 +} |