| 1 |
scarabeus |
1.1 |
# Copyright 1999-2011 Gentoo Foundation |
| 2 |
|
|
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
|
|
# $Header: $ |
| 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 versionator |
| 13 |
|
|
|
| 14 |
|
|
HOMEPAGE="http://www.kde.org/" |
| 15 |
|
|
|
| 16 |
|
|
LICENSE="GPL-2" |
| 17 |
|
|
IUSE="aqua kdeprefix" |
| 18 |
|
|
RDEPEND="$(block_other_slots)" |
| 19 |
|
|
|
| 20 |
|
|
SLOT=$(_calculate_kde_slot) |
| 21 |
|
|
[[ -z ${SLOT} ]] && die "Unsupported ${PV}" |
| 22 |
|
|
# portage dies out if last statement is like above so we need to pass true |
| 23 |
|
|
: |