From b0460db00466d22c61201afa63aa14af6fa9faab Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Thu, 15 Aug 2013 14:52:58 +0000 Subject: Remove EAPI 3 support. --- eclass/kde4-functions.eclass | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'eclass/kde4-functions.eclass') diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass index 7caed1f1e659..02a5d77fee9d 100644 --- a/eclass/kde4-functions.eclass +++ b/eclass/kde4-functions.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.65 2013/07/03 09:22:39 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.66 2013/08/15 14:52:58 kensington Exp $ inherit versionator @@ -19,13 +19,6 @@ ___ECLASS_ONCE_KDE4_FUNCTIONS="recur -_+^+_- spank" # @DESCRIPTION: # Currently kde4 eclasses support EAPI 4 and 5. case ${EAPI:-0} in - 3) - eqawarn "${CATEGORY}/${PF}: EAPI 3 support is now deprecated." - eqawarn "If you are the package maintainer, please" - eqawarn "update this package to a newer EAPI." - eqawarn "Support for EAPI 3 for kde-*.eclass will be dropped" - eqawarn "at the beginning August." - ;; 4|5) : ;; *) die "EAPI=${EAPI} is not supported" ;; esac -- cgit v1.2.3-65-gdbad