| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
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 $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/kde4-meta-pkg.eclass,v 1.8 2012/05/08 22:00:49 dilfridge Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: kde4-meta-pkg.eclass |
5 | # @ECLASS: kde4-meta-pkg.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # kde@gentoo.org |
7 | # kde@gentoo.org |
| 8 | # @BLURB: This eclass contains boilerplate for kde 4.X meta packages |
8 | # @BLURB: This eclass contains boilerplate for kde 4.X meta packages |
| … | |
… | |
| 20 | # non-portage package managers handle the upgrade |
20 | # non-portage package managers handle the upgrade |
| 21 | if [[ ${PV} < 4.6.4 && ( ${PN} != kdepim-meta || ${PV} < 4.6 ) ]]; then |
21 | if [[ ${PV} < 4.6.4 && ( ${PN} != kdepim-meta || ${PV} < 4.6 ) ]]; then |
| 22 | IUSE+=" kdeprefix" |
22 | IUSE+=" kdeprefix" |
| 23 | fi |
23 | fi |
| 24 | |
24 | |
| 25 | SLOT=$(get_kde_version) |
25 | SLOT=4 |
| 26 | [[ -z ${SLOT} ]] && die "Unsupported ${PV}" |
|
|
| 27 | |
|
|
| 28 | RDEPEND="$(block_other_slots)" |
|
|