vapier 14/07/29 11:15:38 Modified: ChangeLog Added: binutils-config-4.ebuild Log: Drop FAKE_TARGETS support as gcc dropped it a while ago too #467488. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.66 sys-devel/binutils-config/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/ChangeLog?rev=1.66&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/ChangeLog?rev=1.66&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/ChangeLog?r1=1.65&r2=1.66 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/ChangeLog,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- ChangeLog 18 Jan 2014 03:08:02 -0000 1.65 +++ ChangeLog 29 Jul 2014 11:15:38 -0000 1.66 @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/binutils-config # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/ChangeLog,v 1.65 2014/01/18 03:08:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/ChangeLog,v 1.66 2014/07/29 11:15:38 vapier Exp $ + +*binutils-config-4 (29 Jul 2014) + + 29 Jul 2014; Mike Frysinger <[email protected]> +binutils-config-4.ebuild, + +files/binutils-config-4, files/binutils-config.8: + Drop FAKE_TARGETS support as gcc dropped it a while ago too #467488. 18 Jan 2014; Mike Frysinger <[email protected]> binutils-config-3-r3.ebuild: Add arm64 love. 1.1 sys-devel/binutils-config/binutils-config-4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/binutils-config-4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/binutils-config-4.ebuild?rev=1.1&content-type=text/plain Index: binutils-config-4.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/binutils-config-4.ebuild,v 1.1 2014/07/29 11:15:38 vapier Exp $ EAPI="4" DESCRIPTION="Utility to change the binutils version being used" HOMEPAGE="http://www.gentoo.org/" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="" S=${WORKDIR} src_install() { newbin "${FILESDIR}"/${PN}-${PV} ${PN} doman "${FILESDIR}"/${PN}.8 }
