diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-11-01 21:10:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-11-01 21:58:22 +0100 |
commit | 543503fdd0c77e3a416d1fcd9ece6e1b0c835608 (patch) | |
tree | d74e2f2dfd3ea0562ab791352f03f91078cd2c74 /app-admin | |
parent | sys-cluster/gasnet: added ~arm tested by me (diff) | |
download | gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.tar.gz gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.tar.bz2 gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.zip |
global: Drop dead implementations from PYTHON_COMPAT
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/cdist/cdist-3.1.13.ebuild | 2 | ||||
-rw-r--r-- | app-admin/cdist/cdist-3.1.9.ebuild | 2 | ||||
-rw-r--r-- | app-admin/denyhosts/denyhosts-3.0-r1.ebuild | 2 | ||||
-rw-r--r-- | app-admin/eclean-kernel/eclean-kernel-0.4.1.ebuild | 2 | ||||
-rw-r--r-- | app-admin/eclean-kernel/eclean-kernel-0.4.2.ebuild | 2 | ||||
-rw-r--r-- | app-admin/eclean-kernel/eclean-kernel-0.4.ebuild | 2 | ||||
-rw-r--r-- | app-admin/lib_users/lib_users-0.9-r1.ebuild | 2 | ||||
-rw-r--r-- | app-admin/lib_users/lib_users-0.9.ebuild | 2 | ||||
-rw-r--r-- | app-admin/ngxtop/ngxtop-0.0.2-r1.ebuild | 2 | ||||
-rw-r--r-- | app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild | 2 | ||||
-rw-r--r-- | app-admin/pydf/pydf-12-r1.ebuild | 2 | ||||
-rw-r--r-- | app-admin/pydf/pydf-12.ebuild | 2 | ||||
-rw-r--r-- | app-admin/webapp-config/webapp-config-1.52-r1.ebuild | 2 | ||||
-rw-r--r-- | app-admin/webapp-config/webapp-config-1.53-r2.ebuild | 2 | ||||
-rw-r--r-- | app-admin/webapp-config/webapp-config-1.54-r1.ebuild | 2 | ||||
-rw-r--r-- | app-admin/webapp-config/webapp-config-1.54-r2.ebuild | 2 | ||||
-rw-r--r-- | app-admin/webapp-config/webapp-config-9999.ebuild | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/app-admin/cdist/cdist-3.1.13.ebuild b/app-admin/cdist/cdist-3.1.13.ebuild index 7f674ced4bfc..57e96de30e69 100644 --- a/app-admin/cdist/cdist-3.1.13.ebuild +++ b/app-admin/cdist/cdist-3.1.13.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{3_3,3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5} ) inherit distutils-r1 DESCRIPTION="A usable configuration management system" diff --git a/app-admin/cdist/cdist-3.1.9.ebuild b/app-admin/cdist/cdist-3.1.9.ebuild index 1e53a499d257..c7c51b4cceac 100644 --- a/app-admin/cdist/cdist-3.1.9.ebuild +++ b/app-admin/cdist/cdist-3.1.9.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{3_3,3_4} ) +PYTHON_COMPAT=( python3_4 ) inherit distutils-r1 DESCRIPTION="A usable configuration management system" diff --git a/app-admin/denyhosts/denyhosts-3.0-r1.ebuild b/app-admin/denyhosts/denyhosts-3.0-r1.ebuild index cc9407220e67..f3252c0ee247 100644 --- a/app-admin/denyhosts/denyhosts-3.0-r1.ebuild +++ b/app-admin/denyhosts/denyhosts-3.0-r1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 ) +PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) inherit distutils-r1 eutils readme.gentoo-r1 systemd diff --git a/app-admin/eclean-kernel/eclean-kernel-0.4.1.ebuild b/app-admin/eclean-kernel/eclean-kernel-0.4.1.ebuild index 0474a6a32124..0d4f6c0c41d8 100644 --- a/app-admin/eclean-kernel/eclean-kernel-0.4.1.ebuild +++ b/app-admin/eclean-kernel/eclean-kernel-0.4.1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4} pypy ) inherit distutils-r1 diff --git a/app-admin/eclean-kernel/eclean-kernel-0.4.2.ebuild b/app-admin/eclean-kernel/eclean-kernel-0.4.2.ebuild index 0474a6a32124..0d4f6c0c41d8 100644 --- a/app-admin/eclean-kernel/eclean-kernel-0.4.2.ebuild +++ b/app-admin/eclean-kernel/eclean-kernel-0.4.2.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4} pypy ) inherit distutils-r1 diff --git a/app-admin/eclean-kernel/eclean-kernel-0.4.ebuild b/app-admin/eclean-kernel/eclean-kernel-0.4.ebuild index 17d4f6045d5b..4d97114d4875 100644 --- a/app-admin/eclean-kernel/eclean-kernel-0.4.ebuild +++ b/app-admin/eclean-kernel/eclean-kernel-0.4.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3} pypy ) +PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 diff --git a/app-admin/lib_users/lib_users-0.9-r1.ebuild b/app-admin/lib_users/lib_users-0.9-r1.ebuild index c38e9844aeb6..ab2f24bea8b9 100644 --- a/app-admin/lib_users/lib_users-0.9-r1.ebuild +++ b/app-admin/lib_users/lib_users-0.9-r1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit python-r1 diff --git a/app-admin/lib_users/lib_users-0.9.ebuild b/app-admin/lib_users/lib_users-0.9.ebuild index 009c9402ab81..0a85b5c29af1 100644 --- a/app-admin/lib_users/lib_users-0.9.ebuild +++ b/app-admin/lib_users/lib_users-0.9.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4} ) inherit python-r1 diff --git a/app-admin/ngxtop/ngxtop-0.0.2-r1.ebuild b/app-admin/ngxtop/ngxtop-0.0.2-r1.ebuild index 520a920b8ad8..18c2daac3146 100644 --- a/app-admin/ngxtop/ngxtop-0.0.2-r1.ebuild +++ b/app-admin/ngxtop/ngxtop-0.0.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1 diff --git a/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild b/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild index d21921a5c78d..51a87fe774a2 100644 --- a/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild +++ b/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1 diff --git a/app-admin/pydf/pydf-12-r1.ebuild b/app-admin/pydf/pydf-12-r1.ebuild index 5f324c7c7da1..1c91ca01443c 100644 --- a/app-admin/pydf/pydf-12-r1.ebuild +++ b/app-admin/pydf/pydf-12-r1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit python-r1 DESCRIPTION="Enhanced df with colors" diff --git a/app-admin/pydf/pydf-12.ebuild b/app-admin/pydf/pydf-12.ebuild index f63627c1acad..94887b362240 100644 --- a/app-admin/pydf/pydf-12.ebuild +++ b/app-admin/pydf/pydf-12.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4} ) inherit python-r1 DESCRIPTION="Enhanced df with colors" diff --git a/app-admin/webapp-config/webapp-config-1.52-r1.ebuild b/app-admin/webapp-config/webapp-config-1.52-r1.ebuild index 7b21a590e642..4d3830e95d21 100644 --- a/app-admin/webapp-config/webapp-config-1.52-r1.ebuild +++ b/app-admin/webapp-config/webapp-config-1.52-r1.ebuild @@ -4,7 +4,7 @@ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 diff --git a/app-admin/webapp-config/webapp-config-1.53-r2.ebuild b/app-admin/webapp-config/webapp-config-1.53-r2.ebuild index 8028ca3d6f99..83e12b9485de 100644 --- a/app-admin/webapp-config/webapp-config-1.53-r2.ebuild +++ b/app-admin/webapp-config/webapp-config-1.53-r2.ebuild @@ -6,7 +6,7 @@ EAPI="5" RESTRICT="test" -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4} pypy ) inherit distutils-r1 diff --git a/app-admin/webapp-config/webapp-config-1.54-r1.ebuild b/app-admin/webapp-config/webapp-config-1.54-r1.ebuild index 18065665db1e..a1c3898419b1 100644 --- a/app-admin/webapp-config/webapp-config-1.54-r1.ebuild +++ b/app-admin/webapp-config/webapp-config-1.54-r1.ebuild @@ -4,7 +4,7 @@ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) inherit distutils-r1 diff --git a/app-admin/webapp-config/webapp-config-1.54-r2.ebuild b/app-admin/webapp-config/webapp-config-1.54-r2.ebuild index 98f452e1c41c..6b6713e58155 100644 --- a/app-admin/webapp-config/webapp-config-1.54-r2.ebuild +++ b/app-admin/webapp-config/webapp-config-1.54-r2.ebuild @@ -4,7 +4,7 @@ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) inherit distutils-r1 diff --git a/app-admin/webapp-config/webapp-config-9999.ebuild b/app-admin/webapp-config/webapp-config-9999.ebuild index b033362a5a7e..2d1d3c7ad8d0 100644 --- a/app-admin/webapp-config/webapp-config-9999.ebuild +++ b/app-admin/webapp-config/webapp-config-9999.ebuild @@ -4,7 +4,7 @@ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) inherit distutils-r1 |