jlec 15/06/24 10:03:51 Modified: ChangeLog Added: gnuit-4.9.5-r2.ebuild Log: Fix for format-security, bug #521090 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.8 app-misc/gnuit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnuit/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnuit/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnuit/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-misc/gnuit/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 5 Jan 2011 15:15:34 -0000 1.7 +++ ChangeLog 24 Jun 2015 10:03:51 -0000 1.8 @@ -1,6 +1,12 @@ # ChangeLog for app-misc/gnuit -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gnuit/ChangeLog,v 1.7 2011/01/05 15:15:34 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnuit/ChangeLog,v 1.8 2015/06/24 10:03:51 jlec Exp $ + +*gnuit-4.9.5-r2 (24 Jun 2015) + + 24 Jun 2015; Justin Lecher <[email protected]> + +files/gnuit-4.9.5-format-security.patch, +gnuit-4.9.5-r2.ebuild: + Fix for format-security, bug #521090 05 Jan 2011; Justin Lecher <[email protected]> gnuit-4.9.5-r1.ebuild: Some Clean up @@ -30,4 +36,3 @@ +metadata.xml: Initial ebuild of app-misc/gnuit which is an upstream rename of app-misc/git, ebuild by James Rowe. bug 281853 - 1.1 app-misc/gnuit/gnuit-4.9.5-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnuit/gnuit-4.9.5-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnuit/gnuit-4.9.5-r2.ebuild?rev=1.1&content-type=text/plain Index: gnuit-4.9.5-r2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/gnuit/gnuit-4.9.5-r2.ebuild,v 1.1 2015/06/24 10:03:51 jlec Exp $ EAPI=5 inherit eutils DESCRIPTION="GNU Interactive Tools - increase speed and efficiency of most daily tasks" HOMEPAGE="http://www.gnu.org/software/gnuit/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3 FDL-1.3" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" src_prepare() { epatch "${FILESDIR}"/${P}-format-security.patch } src_configure() { # The transition option controls whether a "git" wrapper is installed, it is # disabled explicitly so we don't need to block on dev-vcs/git. econf --disable-transition } src_install() { default #emake DESTDIR="${D}" htmldir="/usr/share/doc/${PF}/html" install mv "${D}/usr/bin/gitview" "${D}/usr/bin/gnuitview" || die } pkg_postinst() { elog "The 'git' tool this package previously installed is now called 'gitfm'" elog "The 'gitview' tool this package previously installed is now called 'gnuitview'" elog "If you want the 'gitaction' tool to use your preferred desktop" elog "application settings install the 'x11-misc/xdg-utils' package." }
