jlec 14/07/23 15:26:50 Modified: iotop-0.6.ebuild ChangeLog Log: sys-process/iotop: Add python 3.4 suport and drop 2.6, #506808 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.12 sys-process/iotop/iotop-0.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild?r1=1.11&r2=1.12 Index: iotop-0.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- iotop-0.6.ebuild 13 May 2014 04:09:08 -0000 1.11 +++ iotop-0.6.ebuild 23 Jul 2014 15:26:50 -0000 1.12 @@ -1,17 +1,17 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v 1.11 2014/05/13 04:09:08 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v 1.12 2014/07/23 15:26:50 jlec Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) PYTHON_REQ_USE="ncurses(+)" inherit distutils-r1 linux-info DESCRIPTION="Top-like UI used to show which process is using the I/O" HOMEPAGE="http://guichaz.free.fr/iotop/" -SRC_URI="http://guichaz.free.fr/iotop//files/${P}.tar.bz2" +SRC_URI="http://guichaz.free.fr/iotop/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" 1.72 sys-process/iotop/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.72&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.72&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/iotop/ChangeLog?r1=1.71&r2=1.72 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- ChangeLog 13 May 2014 04:09:08 -0000 1.71 +++ ChangeLog 23 Jul 2014 15:26:50 -0000 1.72 @@ -1,6 +1,9 @@ # ChangeLog for sys-process/iotop # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.71 2014/05/13 04:09:08 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.72 2014/07/23 15:26:50 jlec Exp $ + + 23 Jul 2014; Justin Lecher <j...@gentoo.org> iotop-0.6.ebuild: + Add python 3.4 suport and drop 2.6, #506808 13 May 2014; Mike Gilbert <flop...@gentoo.org> iotop-0.6.ebuild: Drop pypy support due to bug 465546.