EAPI=6 support; removed support befor media-video/vdr-2
[gentoo.git] / eclass / kde4-meta-pkg.eclass
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 # @ECLASS: kde4-meta-pkg.eclass
6 # @MAINTAINER:
7 # kde@gentoo.org
8 # @BLURB: This eclass contains boilerplate for kde 4.X meta packages
9 # @DESCRIPTION:
10 # This eclass should only be used for defining meta packages for KDE4.
11
12 if [[ -z ${_KDE4_META_PKG_ECLASS} ]]; then
13 _KDE4_META_PKG_ECLASS=1
14
15 inherit kde4-functions
16
17 HOMEPAGE="https://www.kde.org/"
18
19 LICENSE="metapackage"
20 IUSE="aqua"
21
22 SLOT=4
23
24 fi