[gentoo-commits] proj/betagarden:master commit in: sys-process/iotop/

2020-03-26 Thread Sebastian Pipping
commit: bf183222d30fe9e7367f61ce872a94b1ed06a3af
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Fri Mar 27 01:02:48 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Fri Mar 27 01:09:25 2020 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=bf183222

sys-process/iotop: EAPI 7 + recent Python + https

Signed-off-by: Sebastian Pipping  gentoo.org>

 sys-process/iotop/iotop-.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-process/iotop/iotop-.ebuild 
b/sys-process/iotop/iotop-.ebuild
index 65f5c0f..8d497e5 100644
--- a/sys-process/iotop/iotop-.ebuild
+++ b/sys-process/iotop/iotop-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 PYTHON_REQ_USE="ncurses(+)"
 
 inherit distutils-r1 git-r3 linux-info
@@ -11,7 +11,7 @@ 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/;
 SRC_URI=""
-EGIT_REPO_URI="git://repo.or.cz/iotop.git"
+EGIT_REPO_URI="https://repo.or.cz/iotop.git;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] proj/betagarden:master commit in: sys-process/iotop/

2014-11-18 Thread Justin Lecher
commit: f6aeae5a02a4a0a759dfacae4d746308c169c786
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Tue Nov 18 07:54:29 2014 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Tue Nov 18 07:54:29 2014 +
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-.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 j...@gentoo.org iotop-.ebuild, metadata.xml:
+  Import tree changes
+
   17 Feb 2012; Justin Lecher j...@gentoo.org iotop-.ebuild:
   Drop Keywords
 

diff --git a/sys-process/iotop/iotop-.ebuild 
b/sys-process/iotop/iotop-.ebuild
index 0780f7c..63608c1 100644
--- a/sys-process/iotop/iotop-.ebuild
+++ b/sys-process/iotop/iotop-.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
-   emailj...@gentoo.org/email
-   /maintainer
+  maintainer
+emailj...@gentoo.org/email
+  /maintainer
 /pkgmetadata