polynomial-c 15/02/01 11:26:41 Modified: ChangeLog Added: time-1.7-r2.ebuild Log: Fixed incorrect memory usage (bug #332253) (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.9 sys-process/time/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/time/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/time/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/time/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-process/time/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 18 Jan 2014 03:51:44 -0000 1.8 +++ ChangeLog 1 Feb 2015 11:26:41 -0000 1.9 @@ -1,6 +1,12 @@ # ChangeLog for sys-process/time -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/time/ChangeLog,v 1.8 2014/01/18 03:51:44 vapier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/time/ChangeLog,v 1.9 2015/02/01 11:26:41 polynomial-c Exp $ + +*time-1.7-r2 (01 Feb 2015) + + 01 Feb 2015; Lars Wendler <[email protected]> +time-1.7-r2.ebuild, + +files/time-1.7-incorrect_memory_usage.patch: + Fixed incorrect memory usage (bug #332253). 18 Jan 2014; Mike Frysinger <[email protected]> time-1.7-r1.ebuild: Add arm64 love. 1.1 sys-process/time/time-1.7-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/time/time-1.7-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/time/time-1.7-r2.ebuild?rev=1.1&content-type=text/plain Index: time-1.7-r2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-process/time/time-1.7-r2.ebuild,v 1.1 2015/02/01 11:26:41 polynomial-c Exp $ EAPI="4" inherit eutils autotools DESCRIPTION="displays info about resources used by a program" HOMEPAGE="http://www.gnu.org/directory/time.html" SRC_URI="mirror://gnu/time/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" IUSE="" src_prepare() { epatch \ "${FILESDIR}"/${P}-build.patch \ "${FILESDIR}"/${PV}-info-dir-entry.patch \ "${FILESDIR}"/${P}-incorrect_memory_usage.patch eautoreconf }
