Gentoo Archives: gentoo-commits

From: "Jonathan Callen (abcd)" <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kdebase-runtime-meta: ChangeLog kdebase-runtime-meta-4.3.4-r1.ebuild kdebase-runtime-meta-4.3.4.ebuild
Date: Wed, 02 Dec 2009 17:13:21
Message-Id: E1NFslP-00028V-8q@stork.gentoo.org
1 abcd 09/12/02 17:13:15
2
3 Modified: ChangeLog
4 Added: kdebase-runtime-meta-4.3.4-r1.ebuild
5 Removed: kdebase-runtime-meta-4.3.4.ebuild
6 Log:
7 make khelpcenter optional
8 (Portage version: -svn/cvs/Linux i686)
9
10 Revision Changes Path
11 1.3 kde-base/kdebase-runtime-meta/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebase-runtime-meta/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebase-runtime-meta/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebase-runtime-meta/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/kdebase-runtime-meta/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 1 Dec 2009 10:35:10 -0000 1.2
24 +++ ChangeLog 2 Dec 2009 17:13:15 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for kde-base/kdebase-runtime-meta
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-runtime-meta/ChangeLog,v 1.2 2009/12/01 10:35:10 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-runtime-meta/ChangeLog,v 1.3 2009/12/02 17:13:15 abcd Exp $
30 +
31 +*kdebase-runtime-meta-4.3.4-r1 (02 Dec 2009)
32 +
33 + 02 Dec 2009; Jonathan Callen <abcd@g.o>
34 + -kdebase-runtime-meta-4.3.4.ebuild, +kdebase-runtime-meta-4.3.4-r1.ebuild:
35 + Make khelpcenter optional
36
37 01 Dec 2009; Tomáš Chvátal <scarabeus@g.o>
38 kdebase-runtime-meta-4.3.4.ebuild, +metadata.xml:
39
40
41
42 1.1 kde-base/kdebase-runtime-meta/kdebase-runtime-meta-4.3.4-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebase-runtime-meta/kdebase-runtime-meta-4.3.4-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebase-runtime-meta/kdebase-runtime-meta-4.3.4-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: kdebase-runtime-meta-4.3.4-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-runtime-meta/kdebase-runtime-meta-4.3.4-r1.ebuild,v 1.1 2009/12/02 17:13:15 abcd Exp $
52
53 EAPI="2"
54 inherit kde4-functions
55
56 DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
57 HOMEPAGE="http://www.kde.org/"
58
59 LICENSE="GPL-2"
60 SLOT="4.3"
61 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
62 IUSE="+handbook kdeprefix +semantic-desktop"
63
64 RDEPEND="
65 $(add_kdebase_dep drkonqi)
66 $(add_kdebase_dep kcmshell)
67 $(add_kdebase_dep kcontrol)
68 $(add_kdebase_dep kdebase-data)
69 $(add_kdebase_dep kdebase-desktoptheme)
70 $(add_kdebase_dep kdebase-kioslaves)
71 $(add_kdebase_dep kdebase-menu)
72 $(add_kdebase_dep kdebase-menu-icons)
73 $(add_kdebase_dep kdebugdialog)
74 $(add_kdebase_dep kdesu)
75 $(add_kdebase_dep keditfiletype)
76 $(add_kdebase_dep kfile)
77 $(add_kdebase_dep kglobalaccel)
78 $(add_kdebase_dep kiconfinder)
79 $(add_kdebase_dep kioclient)
80 $(add_kdebase_dep kmimetypefinder)
81 $(add_kdebase_dep knetattach)
82 $(add_kdebase_dep knewstuff)
83 $(add_kdebase_dep kpasswdserver)
84 $(add_kdebase_dep kquitapp)
85 $(add_kdebase_dep kstart)
86 $(add_kdebase_dep kstyles)
87 $(add_kdebase_dep ktimezoned)
88 $(add_kdebase_dep ktraderclient)
89 $(add_kdebase_dep kuiserver)
90 $(add_kdebase_dep kurifilter-plugins)
91 $(add_kdebase_dep kwalletd)
92 $(add_kdebase_dep plasma-runtime)
93 $(add_kdebase_dep renamedlg-plugins)
94 $(add_kdebase_dep solid-hardware)
95 $(add_kdebase_dep solidautoeject)
96 $(add_kdebase_dep soliduiserver)
97 handbook? ( $(add_kdebase_dep khelpcenter) )
98 semantic-desktop? ( $(add_kdebase_dep nepomuk) )
99 $(block_other_slots)
100 "