diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-08-15 14:52:58 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-08-15 14:52:58 +0000 |
commit | b0460db00466d22c61201afa63aa14af6fa9faab (patch) | |
tree | ddc5f85f906e816069819ff950ebde46a3da9ed2 /eclass/kde4-functions.eclass | |
parent | Revision bump. Slotted bcmail and bcprov dependencies. Punted old and broken ... (diff) | |
download | gentoo-2-b0460db00466d22c61201afa63aa14af6fa9faab.tar.gz gentoo-2-b0460db00466d22c61201afa63aa14af6fa9faab.tar.bz2 gentoo-2-b0460db00466d22c61201afa63aa14af6fa9faab.zip |
Remove EAPI 3 support.
Diffstat (limited to 'eclass/kde4-functions.eclass')
-rw-r--r-- | eclass/kde4-functions.eclass | 9 |
1 files changed, 1 insertions, 8 deletions
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 |