x11-proto/kbproto: arm stable wrt bug #651286
[gentoo.git] / eclass / kde5-meta-pkg.eclass
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 # @ECLASS: kde5-meta-pkg.eclass
5 # @MAINTAINER:
6 # kde@gentoo.org
7 # @BLURB: This eclass contains boilerplate for KDE meta packages.
8 # @DESCRIPTION:
9 # This eclass should only be used for defining meta packages bundling
10 # software produced by the KDE community.
11
12 if [[ -z ${_KDE5_META_PKG_ECLASS} ]]; then
13 _KDE5_META_PKG_ECLASS=1
14
15 inherit kde5-functions
16
17 HOMEPAGE="https://www.kde.org/"
18 LICENSE="metapackage"
19 SLOT="5"
20
21 if [[ ${CATEGORY} = kde-apps ]]; then
22         RDEPEND+=" !kde-apps/${PN}:4"
23 fi
24
25 fi