commit:     a32e57790ec7e8ece47f305392b85e3ef3d2a436
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 20:00:42 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 20:24:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a32e5779

python-single-r1.eclass: Remove EAPI=4 exceptions

 eclass/python-single-r1.eclass | 22 +---------------------
 1 file changed, 1 insertion(+), 21 deletions(-)

diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass
index 16102816f1..db08cab1e8 100644
--- a/eclass/python-single-r1.eclass
+++ b/eclass/python-single-r1.eclass
@@ -32,29 +32,9 @@
 # https://wiki.gentoo.org/wiki/Project:Python/python-single-r1
 
 case "${EAPI:-0}" in
-       0|1|2|3)
+       0|1|2|3|4)
                die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}"
                ;;
-       4)
-               # EAPI=4 is only allowed on legacy packages
-               if [[ ${CATEGORY}/${P} == app-arch/threadzip-1.2 ]]; then
-                       :
-               elif [[ ${CATEGORY}/${P} == media-libs/lv2-1.8.0 ]]; then
-                       :
-               elif [[ ${CATEGORY}/${P} == media-libs/lv2-1.10.0 ]]; then
-                       :
-               elif [[ ${CATEGORY}/${P} == sys-apps/paludis-1* ]]; then
-                       :
-               elif [[ ${CATEGORY}/${P} == sys-apps/paludis-2.[02].0 ]]; then
-                       :
-               elif [[ ${CATEGORY}/${P} == sys-apps/util-linux-2.2[456]* ]]; 
then
-                       :
-               elif [[ ${CATEGORY}/${P} == */gdb-7.[78]* ]]; then
-                       :
-               else
-                       die "Unsupported EAPI=${EAPI:-4} (too old, allowed only 
on restricted set of packages) for ${ECLASS}"
-               fi
-               ;;
        5|6)
                # EAPI=5 is required for sane USE_EXPAND dependencies
                ;;

Reply via email to