diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-01-29 16:16:22 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-01-29 16:16:22 +0000 |
commit | 55650fc2901c87e08ff26c981e8a636d53191cc1 (patch) | |
tree | 994dad5cca7a7635aa9444ed252a0267b0e6d29a /sys-devel/binutils-hppa64 | |
parent | media-gfx/drqueue: New package (fixes bug #69553) (diff) | |
download | gentoo-2-55650fc2901c87e08ff26c981e8a636d53191cc1.tar.gz gentoo-2-55650fc2901c87e08ff26c981e8a636d53191cc1.tar.bz2 gentoo-2-55650fc2901c87e08ff26c981e8a636d53191cc1.zip |
Version bump.
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'sys-devel/binutils-hppa64')
-rw-r--r-- | sys-devel/binutils-hppa64/ChangeLog | 10 | ||||
-rw-r--r-- | sys-devel/binutils-hppa64/binutils-hppa64-2.19.1.ebuild | 21 |
2 files changed, 29 insertions, 2 deletions
diff --git a/sys-devel/binutils-hppa64/ChangeLog b/sys-devel/binutils-hppa64/ChangeLog index b78daabe5cc4..e62373e7911a 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.14 2008/08/02 11:36:34 pchrist Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.15 2010/01/29 16:16:22 jer Exp $ + +*binutils-hppa64-2.19.1 (29 Jan 2010) + + 29 Jan 2010; Jeroen Roovers <jer@gentoo.org> + +binutils-hppa64-2.19.1.ebuild: + Version bump. 02 Aug 2008; Panagiotis Christopoulos <pchrist@gentoo.org> metadata.xml: Update metadata.xml to include USE flag descriptions. Entries taken from diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.19.1.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.19.1.ebuild new file mode 100644 index 000000000000..c8e3828009ab --- /dev/null +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.19.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.19.1.ebuild,v 1.1 2010/01/29 16:16:22 jer Exp $ + +export CTARGET=hppa64-${CHOST#*-} + +PATCHVER="1.2" +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 +} |