summaryrefslogtreecommitdiff
blob: b4c4178bd89f1c332f5ea6d1a8e2bcdd654f4743 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

# @DEAD
# This eclass is deprecated and no longer used. Superseded by
# kde5-meta-pkg.eclass It will be removed in 30 days.

# @ECLASS: kde4-meta-pkg.eclass
# @MAINTAINER:
# kde@gentoo.org
# @BLURB: This eclass contains boilerplate for kde 4.X meta packages
# @DESCRIPTION:
# This eclass should only be used for defining meta packages for KDE4.

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

inherit kde4-functions

HOMEPAGE="https://www.kde.org/"

LICENSE="metapackage"
IUSE="aqua"

SLOT=4

fi