diff options
author | Bo Ørsted Andresen <zlin@gentoo.org> | 2008-03-06 01:50:16 +0000 |
---|---|---|
committer | Bo Ørsted Andresen <zlin@gentoo.org> | 2008-03-06 01:50:16 +0000 |
commit | 36e614908ee480259b35d808821c5c4f48be53e5 (patch) | |
tree | 4ad2018c7f27e49a5f79afdc23e834a36c189ac9 /eclass/kde.eclass | |
parent | Use eqmake3, Christoph Permes, bug 212052. (diff) | |
download | gentoo-2-36e614908ee480259b35d808821c5c4f48be53e5.tar.gz gentoo-2-36e614908ee480259b35d808821c5c4f48be53e5.tar.bz2 gentoo-2-36e614908ee480259b35d808821c5c4f48be53e5.zip |
Fix ARTS_REQUIRED and slot_rebuild() DESCRIPTIONs for eclass-manpages.
Diffstat (limited to 'eclass/kde.eclass')
-rw-r--r-- | eclass/kde.eclass | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/eclass/kde.eclass b/eclass/kde.eclass index c7f4c1e6ec6d..9c486064c7f3 100644 --- a/eclass/kde.eclass +++ b/eclass/kde.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.205 2008/02/23 22:43:15 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.206 2008/03/06 01:50:16 zlin Exp $ # @ECLASS: kde.eclass # @MAINTAINER: @@ -64,7 +64,7 @@ fi # overridden in other places like kde-dist, kde-source and some individual ebuilds SLOT="0" -# @VARIABLE: ARTS_REQUIRED +# @ECLASS-VARIABLE: ARTS_REQUIRED # @DESCRIPTION: # Is aRTs-support required or not? Possible values are 'yes', 'never'. Otherwise # leave this variable unset. This results in an arts USE flag. @@ -432,10 +432,15 @@ kde_src_install() { } # @FUNCTION: slot_rebuild +# @USAGE: [ list_of_packages_to_check ] # @RETURN: False, if no rebuild is required +# @DESCRIPTION: +# Looks for packages in the supplied list of packages which have not been linked +# against this kde SLOT. It does this by looking for lib*.la files that doesn't +# contain the current ${KDEDIR}. If it finds any thus broken packages it prints +# eerrors and return True. # -# @MAINTAINER: -# thanks to Carsten Lohrke in bug 98425. +# Thanks to Carsten Lohrke in bug 98425. slot_rebuild() { local VDB_PATH="$(portageq vdb_path)" local REBUILD_LIST="" |