summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-process/htop/ChangeLog8
-rw-r--r--sys-process/htop/htop-1.0.2-r2.ebuild6
-rw-r--r--sys-process/htop/htop-1.0.3.ebuild6
-rw-r--r--sys-process/iotop/ChangeLog7
-rw-r--r--sys-process/iotop/iotop-0.6.ebuild6
-rw-r--r--sys-process/procexp/ChangeLog8
-rw-r--r--sys-process/procexp/procexp-1.5.277.ebuild6
7 files changed, 28 insertions, 19 deletions
diff --git a/sys-process/htop/ChangeLog b/sys-process/htop/ChangeLog
index adf696fc8ca1..d410ecd8ff03 100644
--- a/sys-process/htop/ChangeLog
+++ b/sys-process/htop/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-process/htop
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.150 2014/11/11 10:53:34 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.151 2015/04/08 18:27:48 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> htop-1.0.2-r2.ebuild,
+ htop-1.0.3.ebuild:
+ Drop old Python implementations
11 Nov 2014; Agostino Sarubbo <ago@gentoo.org> htop-1.0.3.ebuild:
Stable for ia64, wrt bug #525450
diff --git a/sys-process/htop/htop-1.0.2-r2.ebuild b/sys-process/htop/htop-1.0.2-r2.ebuild
index a598d4569788..3a8486298f48 100644
--- a/sys-process/htop/htop-1.0.2-r2.ebuild
+++ b/sys-process/htop/htop-1.0.2-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.2-r2.ebuild,v 1.2 2014/02/03 16:43:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.2-r2.ebuild,v 1.3 2015/04/08 18:27:48 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
AUTOTOOLS_AUTORECONF=true
diff --git a/sys-process/htop/htop-1.0.3.ebuild b/sys-process/htop/htop-1.0.3.ebuild
index dffbb06ab87f..e51a25cf5850 100644
--- a/sys-process/htop/htop-1.0.3.ebuild
+++ b/sys-process/htop/htop-1.0.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.3.ebuild,v 1.10 2014/11/11 10:53:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.3.ebuild,v 1.11 2015/04/08 18:27:48 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
AUTOTOOLS_AUTORECONF=true
diff --git a/sys-process/iotop/ChangeLog b/sys-process/iotop/ChangeLog
index a7c038c7aab7..4dd22b052e72 100644
--- a/sys-process/iotop/ChangeLog
+++ b/sys-process/iotop/ChangeLog
@@ -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.72 2014/07/23 15:26:50 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.73 2015/04/08 18:27:48 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> iotop-0.6.ebuild:
+ Drop old Python implementations
23 Jul 2014; Justin Lecher <jlec@gentoo.org> iotop-0.6.ebuild:
Add python 3.4 suport and drop 2.6, #506808
diff --git a/sys-process/iotop/iotop-0.6.ebuild b/sys-process/iotop/iotop-0.6.ebuild
index 1f88c7d9c739..30cfd0b3a55c 100644
--- a/sys-process/iotop/iotop-0.6.ebuild
+++ b/sys-process/iotop/iotop-0.6.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.12 2014/07/23 15:26:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.6.ebuild,v 1.13 2015/04/08 18:27:48 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE="ncurses(+)"
inherit distutils-r1 linux-info
diff --git a/sys-process/procexp/ChangeLog b/sys-process/procexp/ChangeLog
index 2a5c2d8515e0..5107ae1afa0d 100644
--- a/sys-process/procexp/ChangeLog
+++ b/sys-process/procexp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/procexp
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/procexp/ChangeLog,v 1.1 2013/07/10 20:29:20 pinkbyte Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/procexp/ChangeLog,v 1.2 2015/04/08 18:27:47 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> procexp-1.5.277.ebuild:
+ Drop old Python implementations
*procexp-1.5.277 (10 Jul 2013)
@@ -8,4 +11,3 @@
+metadata.xml:
Initial commit, wrt bug #437072, thanks to Jakub Paluszak <paluszak AT
gmail.com> for initial ebuild
-
diff --git a/sys-process/procexp/procexp-1.5.277.ebuild b/sys-process/procexp/procexp-1.5.277.ebuild
index 188c7aa97be0..bc5ef41aefe5 100644
--- a/sys-process/procexp/procexp-1.5.277.ebuild
+++ b/sys-process/procexp/procexp-1.5.277.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/procexp/procexp-1.5.277.ebuild,v 1.1 2013/07/10 20:29:20 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/procexp/procexp-1.5.277.ebuild,v 1.2 2015/04/08 18:27:47 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python2_{6,7} )
+PYTHON_COMPAT=( python2_7 )
inherit eutils gnome2-utils multilib python-single-r1 rpm versionator
MY_P="process_explorer-$(replace_version_separator 2 '-')"