dev-db/postgresql: Merge "use /bin/sh (...) for postgres user"
[gentoo.git] / eclass / kde5-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: kde5-meta-pkg.eclass
6 # @MAINTAINER:
7 # kde@gentoo.org
8 # @BLURB: This eclass contains boilerplate for KDE 5 meta packages
9 # @DESCRIPTION:
10 # This eclass should only be used for defining meta packages for KDE 5.
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 RDEPEND+=" !kde-apps/${PN}:4"
22
23 fi