jer 15/02/16 18:31:53 Modified: ChangeLog Added: binutils-hppa64-2.25.ebuild Log: Version bump. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.36 sys-devel/binutils-hppa64/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog?r1=1.35&r2=1.36 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ChangeLog 8 Nov 2014 16:55:51 -0000 1.35 +++ ChangeLog 16 Feb 2015 18:31:53 -0000 1.36 @@ -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 <[email protected]> +binutils-hppa64-2.25.ebuild: + Version bump. 08 Nov 2014; Mike Frysinger <[email protected]> binutils-hppa64-2.19.1.ebuild, binutils-hppa64-2.20.1.ebuild, binutils-hppa64-2.21.1-r1.ebuild, 1.1 sys-devel/binutils-hppa64/binutils-hppa64-2.25.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.25.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.25.ebuild?rev=1.1&content-type=text/plain Index: binutils-hppa64-2.25.ebuild =================================================================== # 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 }
