monsieurp 15/03/09 15:36:08 Modified: ChangeLog Added: fatrace-0.9.ebuild Log: Version bump courtesy of Jorge Nerin <[email protected]>. Fix bug 542686. (Portage version: 2.2.14/cvs/Linux i686, unsigned Manifest commit)
Revision Changes Path 1.5 dev-util/fatrace/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fatrace/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fatrace/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fatrace/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/fatrace/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 28 Nov 2014 13:05:13 -0000 1.4 +++ ChangeLog 9 Mar 2015 15:36:08 -0000 1.5 @@ -1,6 +1,11 @@ # ChangeLog for dev-util/fatrace -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/fatrace/ChangeLog,v 1.4 2014/11/28 13:05:13 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/fatrace/ChangeLog,v 1.5 2015/03/09 15:36:08 monsieurp Exp $ + +*fatrace-0.9 (09 Mar 2015) + + 09 Mar 2015; Patrice Clement <[email protected]> +fatrace-0.9.ebuild: + Version bump courtesy of Jorge Nerin <[email protected]>. Fix bug 542686. 28 Nov 2014; Pacho Ramos <[email protected]> fatrace-0.5.ebuild: Support python 3.4 1.1 dev-util/fatrace/fatrace-0.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fatrace/fatrace-0.9.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fatrace/fatrace-0.9.ebuild?rev=1.1&content-type=text/plain Index: fatrace-0.9.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/fatrace/fatrace-0.9.ebuild,v 1.1 2015/03/09 15:36:08 monsieurp Exp $ EAPI=5 PYTHON_COMPAT=( python{3_2,3_3,3_4} ) inherit linux-info python-r1 toolchain-funcs DESCRIPTION="report file access events from all running processes" HOMEPAGE="https://launchpad.net/fatrace" SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="powertop" RDEPEND="powertop? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND}" REQUIRED_USE="powertop? ( ${PYTHON_REQUIRED_USE} )" CONFIG_CHECK="~FANOTIFY" src_prepare() { tc-export CC } src_install() { dosbin fatrace use powertop && dosbin power-usage-report doman fatrace.1 dodoc NEWS }
