| 1 | # Copyright 1999-2012 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.9 2012/10/13 22:54:37 johu Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/kde4-meta-pkg.eclass,v 1.10 2013/02/02 16:58:00 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 |
| … | |
… | |
| 14 | HOMEPAGE="http://www.kde.org/" |
14 | HOMEPAGE="http://www.kde.org/" |
| 15 | |
15 | |
| 16 | LICENSE="metapackage" |
16 | LICENSE="metapackage" |
| 17 | IUSE="aqua" |
17 | IUSE="aqua" |
| 18 | |
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 |
19 | SLOT=4 |