blueness 14/12/30 15:10:36 Modified: ChangeLog Added: binutils-config-4-r1.ebuild Removed: binutils-config-4.ebuild Log: Address bug #504120 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.67 sys-devel/binutils-config/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/ChangeLog?rev=1.67&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/ChangeLog?rev=1.67&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/ChangeLog?r1=1.66&r2=1.67 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/ChangeLog,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- ChangeLog 29 Jul 2014 11:15:38 -0000 1.66 +++ ChangeLog 30 Dec 2014 15:10:36 -0000 1.67 @@ -1,6 +1,13 @@ # 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.66 2014/07/29 11:15:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/ChangeLog,v 1.67 2014/12/30 15:10:36 blueness Exp $ + +*binutils-config-4-r1 (30 Dec 2014) + + 30 Dec 2014; Anthony G. Basile <[email protected]> + +binutils-config-4-r1.ebuild, -binutils-config-4.ebuild, + files/binutils-config-4: + Address bug #504120 *binutils-config-4 (29 Jul 2014) 1.1 sys-devel/binutils-config/binutils-config-4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/binutils-config-4-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/binutils-config-4-r1.ebuild?rev=1.1&content-type=text/plain Index: binutils-config-4-r1.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-r1.ebuild,v 1.1 2014/12/30 15:10:36 blueness 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="" # We also RDEPEND on sys-apps/findutils which is in base @system RDEPEND="sys-apps/gentoo-functions" S=${WORKDIR} src_install() { newbin "${FILESDIR}"/${PN}-${PV} ${PN} doman "${FILESDIR}"/${PN}.8 }
