blueness 15/02/24 18:06:33 Modified: valgrind-3.10.1.ebuild ChangeLog Removed: valgrind-3.8.1-r1.ebuild valgrind-3.10.0.ebuild Log: Add epatch_user and remove older unstable versions (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.2 dev-util/valgrind/valgrind-3.10.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild?r1=1.1&r2=1.2 Index: valgrind-3.10.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- valgrind-3.10.1.ebuild 26 Nov 2014 18:43:34 -0000 1.1 +++ valgrind-3.10.1.ebuild 24 Feb 2015 18:06:33 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild,v 1.1 2014/11/26 18:43:34 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild,v 1.2 2015/02/24 18:06:33 blueness Exp $ EAPI="4" inherit autotools eutils flag-o-matic toolchain-funcs multilib pax-utils @@ -40,6 +40,9 @@ # glibc 2.19 fix epatch "${FILESDIR}"/${PN}-3.9.0-glibc-2.19.patch + # Allow users to test their own patches + epatch_user + # Regenerate autotools files eautoreconf } 1.180 dev-util/valgrind/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/ChangeLog?rev=1.180&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/ChangeLog?rev=1.180&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/ChangeLog?r1=1.179&r2=1.180 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v retrieving revision 1.179 retrieving revision 1.180 diff -u -r1.179 -r1.180 --- ChangeLog 26 Nov 2014 18:48:03 -0000 1.179 +++ ChangeLog 24 Feb 2015 18:06:33 -0000 1.180 @@ -1,6 +1,10 @@ # ChangeLog for dev-util/valgrind -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.179 2014/11/26 18:48:03 blueness Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.180 2015/02/24 18:06:33 blueness Exp $ + + 24 Feb 2015; Anthony G. Basile <[email protected]> -valgrind-3.10.0.ebuild, + -valgrind-3.8.1-r1.ebuild, valgrind-3.10.1.ebuild: + Add epatch_user and remove older unstable versions 26 Nov 2014; Anthony G. Basile <[email protected]> ChangeLog: Fix gpg signature
