| 1 |
# Copyright 1999-2011 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-meta-pkg.eclass,v 1.5 2011/06/09 21:05:45 tampakrap Exp $
|
| 4 |
|
| 5 |
# @ECLASS: kde4-meta-pkg.eclass
|
| 6 |
# @MAINTAINER:
|
| 7 |
# kde@gentoo.org
|
| 8 |
# @BLURB: This eclass contains boilerplate for kde 4.X meta packages
|
| 9 |
# @DESCRIPTION:
|
| 10 |
# This eclass should only be used for defining meta packages for KDE4.
|
| 11 |
|
| 12 |
inherit kde4-functions
|
| 13 |
|
| 14 |
HOMEPAGE="http://www.kde.org/"
|
| 15 |
|
| 16 |
LICENSE="GPL-2"
|
| 17 |
IUSE="aqua"
|
| 18 |
|
| 19 |
# Only add the kdeprefix USE flag for older versions, to help
|
| 20 |
# non-portage package managers handle the upgrade
|
| 21 |
if [[ ${PV} < 4.6.4 && ( ${PN} != kdepim-meta || ${PV} < 4.6 ) ]]; then
|
| 22 |
IUSE+=" kdeprefix"
|
| 23 |
fi
|
| 24 |
|
| 25 |
SLOT=4
|