Gentoo Archives: gentoo-commits

From: "Bo Oersted Andresen (zlin)" <zlin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: kde.eclass
Date: Thu, 06 Mar 2008 01:50:20
Message-Id: E1JX5FQ-0007bg-Iz@stork.gentoo.org
1 zlin 08/03/06 01:50:16
2
3 Modified: kde.eclass
4 Log:
5 Fix ARTS_REQUIRED and slot_rebuild() DESCRIPTIONs for eclass-manpages.
6
7 Revision Changes Path
8 1.206 eclass/kde.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kde.eclass?rev=1.206&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kde.eclass?rev=1.206&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kde.eclass?r1=1.205&r2=1.206
13
14 Index: kde.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v
17 retrieving revision 1.205
18 retrieving revision 1.206
19 diff -u -r1.205 -r1.206
20 --- kde.eclass 23 Feb 2008 22:43:15 -0000 1.205
21 +++ kde.eclass 6 Mar 2008 01:50:16 -0000 1.206
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.205 2008/02/23 22:43:15 philantrop Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.206 2008/03/06 01:50:16 zlin Exp $
27
28 # @ECLASS: kde.eclass
29 # @MAINTAINER:
30 @@ -64,7 +64,7 @@
31 # overridden in other places like kde-dist, kde-source and some individual ebuilds
32 SLOT="0"
33
34 -# @VARIABLE: ARTS_REQUIRED
35 +# @ECLASS-VARIABLE: ARTS_REQUIRED
36 # @DESCRIPTION:
37 # Is aRTs-support required or not? Possible values are 'yes', 'never'. Otherwise
38 # leave this variable unset. This results in an arts USE flag.
39 @@ -432,10 +432,15 @@
40 }
41
42 # @FUNCTION: slot_rebuild
43 +# @USAGE: [ list_of_packages_to_check ]
44 # @RETURN: False, if no rebuild is required
45 +# @DESCRIPTION:
46 +# Looks for packages in the supplied list of packages which have not been linked
47 +# against this kde SLOT. It does this by looking for lib*.la files that doesn't
48 +# contain the current ${KDEDIR}. If it finds any thus broken packages it prints
49 +# eerrors and return True.
50 #
51 -# @MAINTAINER:
52 -# thanks to Carsten Lohrke in bug 98425.
53 +# Thanks to Carsten Lohrke in bug 98425.
54 slot_rebuild() {
55 local VDB_PATH="$(portageq vdb_path)"
56 local REBUILD_LIST=""
57
58
59
60 --
61 gentoo-commits@l.g.o mailing list