diff options
author | Alex Alexander <wired@gentoo.org> | 2009-08-07 01:00:11 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-08-07 01:00:11 +0000 |
commit | b96a327ef8c6617b2b06807e3decc460113f33e6 (patch) | |
tree | bd0714865cc59e4686b85bdc804d542ceb51910d /eclass | |
parent | add meta (diff) | |
download | gentoo-2-b96a327ef8c6617b2b06807e3decc460113f33e6.tar.gz gentoo-2-b96a327ef8c6617b2b06807e3decc460113f33e6.tar.bz2 gentoo-2-b96a327ef8c6617b2b06807e3decc460113f33e6.zip |
moved license/homepage stuff from kde4-meta to kde4-base
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde4-base.eclass | 13 | ||||
-rw-r--r-- | eclass/kde4-meta.eclass | 13 |
2 files changed, 13 insertions, 13 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 311a812bf911..079201700deb 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -1,6 +1,6 @@ # Copyright 2007-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.42 2009/08/03 21:59:53 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.43 2009/08/07 01:00:11 wired Exp $ # @ECLASS: kde4-base.eclass # @MAINTAINER: @@ -22,6 +22,17 @@ fi EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_compile src_test src_install pkg_postinst pkg_postrm +case ${KDEBASE} in + kde-base) + HOMEPAGE="http://www.kde.org/" + LICENSE="GPL-2" + ;; + koffice) + HOMEPAGE="http://www.koffice.org/" + LICENSE="GPL-2" + ;; +esac + # @ECLASS-VARIABLE: OPENGL_REQUIRED # @DESCRIPTION: # Is qt-opengl required? Possible values are 'always', 'optional' and 'never'. diff --git a/eclass/kde4-meta.eclass b/eclass/kde4-meta.eclass index 4d36ff548040..02c7f2986f70 100644 --- a/eclass/kde4-meta.eclass +++ b/eclass/kde4-meta.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-meta.eclass,v 1.23 2009/08/03 21:59:53 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-meta.eclass,v 1.24 2009/08/07 01:00:11 wired Exp $ # # @ECLASS: kde4-meta.eclass # @MAINTAINER: @@ -20,17 +20,6 @@ if [[ -z ${KMNAME} ]]; then die "kde4-meta.eclass inherited but KMNAME not defined - broken ebuild" fi -case ${KDEBASE} in - kde-base) - HOMEPAGE="http://www.kde.org/" - LICENSE="GPL-2" - ;; - koffice) - HOMEPAGE="http://www.koffice.org/" - LICENSE="GPL-2" - ;; -esac - # Add khelpcenter dependency when installing handbooks if [[ ${PN} != khelpcenter ]] && has handbook ${IUSE//+}; then RDEPEND+=" handbook? ( >=kde-base/khelpcenter-${PV}:${SLOT}[kdeprefix=] )" |