summaryrefslogtreecommitdiff
path: root/eclass/kde5-meta-pkg.eclass
blob: 2330efe10d607c0bae587eb5f656f6f1bc71735b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

# @ECLASS: kde5-meta-pkg.eclass
# @MAINTAINER:
# kde@gentoo.org
# @BLURB: This eclass contains boilerplate for KDE 5 meta packages
# @DESCRIPTION:
# This eclass should only be used for defining meta packages for KDE 5.

if [[ -z ${_KDE5_META_PKG_ECLASS} ]]; then
_KDE5_META_PKG_ECLASS=1

inherit kde5-functions

HOMEPAGE="http://www.kde.org/"
LICENSE="metapackage"
SLOT="5"

fi