commit: f6aeae5a02a4a0a759dfacae4d746308c169c786 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Tue Nov 18 07:54:29 2014 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Nov 18 07:54:29 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=f6aeae5a
sys-process/iotop: Import tree changes Package-Manager: portage-2.2.14 --- sys-process/iotop/ChangeLog | 5 ++++- sys-process/iotop/iotop-9999.ebuild | 20 ++++++-------------- sys-process/iotop/metadata.xml | 6 +++--- 3 files changed, 13 insertions(+), 18 deletions(-) diff --git a/sys-process/iotop/ChangeLog b/sys-process/iotop/ChangeLog index 5ae88fc..f318362 100644 --- a/sys-process/iotop/ChangeLog +++ b/sys-process/iotop/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sys-process/iotop -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 18 Nov 2014; Justin Lecher <[email protected]> iotop-9999.ebuild, metadata.xml: + Import tree changes + 17 Feb 2012; Justin Lecher <[email protected]> iotop-9999.ebuild: Drop Keywords diff --git a/sys-process/iotop/iotop-9999.ebuild b/sys-process/iotop/iotop-9999.ebuild index 0780f7c..63608c1 100644 --- a/sys-process/iotop/iotop-9999.ebuild +++ b/sys-process/iotop/iotop-9999.ebuild @@ -1,15 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.4.4.ebuild,v 1.2 2012/02/16 13:37:33 jlec Exp $ -EAPI=4 +EAPI=5 -PYTHON_DEPEND="2:2.5" -PYTHON_USE_WITH="ncurses" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4 3.* *-jython" +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) +PYTHON_REQ_USE="ncurses(+)" -inherit distutils git-2 linux-info +inherit distutils-r1 git-r3 linux-info DESCRIPTION="Top-like UI used to show which process is using the I/O" HOMEPAGE="http://guichaz.free.fr/iotop/" @@ -22,14 +20,8 @@ KEYWORDS="" IUSE="" CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS ~VM_EVENT_COUNTERS" -DOCS="NEWS README THANKS" +DOCS=( NEWS README THANKS ) pkg_setup() { linux-info_pkg_setup - python_pkg_setup -} - -src_install() { - distutils_src_install - doman iotop.1 } diff --git a/sys-process/iotop/metadata.xml b/sys-process/iotop/metadata.xml index c845479..4a00a64 100644 --- a/sys-process/iotop/metadata.xml +++ b/sys-process/iotop/metadata.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> - <email>[email protected]</email> - </maintainer> + <maintainer> + <email>[email protected]</email> + </maintainer> </pkgmetadata>
