blob: 9a0cc0c4e168082edd465b0172db5dd2aa459263 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
# @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.
inherit kde4-functions
HOMEPAGE="http://www.kde.org/"
LICENSE="metapackage"
IUSE="aqua"
SLOT=4
|