summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-02-08 00:14:24 +0000
committerJeroen Roovers <jer@gentoo.org>2012-02-08 00:14:24 +0000
commit4a9e5fecc96ebced4cc87a3da7981020ba079236 (patch)
tree8e4a885ed1a1b2b504f634c427e35dc80bf84862 /sys-devel
parentAdd USE=bip17 to validate new P2SH transactions (diff)
downloadgentoo-2-4a9e5fecc96ebced4cc87a3da7981020ba079236.tar.gz
gentoo-2-4a9e5fecc96ebced4cc87a3da7981020ba079236.tar.bz2
gentoo-2-4a9e5fecc96ebced4cc87a3da7981020ba079236.zip
Version bump.
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/binutils-hppa64/ChangeLog9
-rw-r--r--sys-devel/binutils-hppa64/binutils-hppa64-2.22.ebuild26
2 files changed, 33 insertions, 2 deletions
diff --git a/sys-devel/binutils-hppa64/ChangeLog b/sys-devel/binutils-hppa64/ChangeLog
index 16558d98a47e..27112a31b9d7 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.23 2011/09/19 16:17:55 vapier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.24 2012/02/08 00:14:24 jer Exp $
+
+*binutils-hppa64-2.22 (08 Feb 2012)
+
+ 08 Feb 2012; Jeroen Roovers <jer@gentoo.org> +binutils-hppa64-2.22.ebuild:
+ Version bump.
19 Sep 2011; Mike Frysinger <vapier@gentoo.org> Manifest:
Regen 2.19.1/2.20.1 manifests too #381831.
diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.22.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.22.ebuild
new file mode 100644
index 000000000000..d0d25f996a27
--- /dev/null
+++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.22.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2012 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.22.ebuild,v 1.1 2012/02/08 00:14:24 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"
+IUSE=""
+
+# 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
+}