Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kdeutils-meta: ChangeLog kdeutils-meta-4.0.1.ebuild
Date: Thu, 07 Feb 2008 00:11:00
Message-Id: E1JMuLx-0008Bi-Ah@stork.gentoo.org
1 philantrop 08/02/07 00:10:57
2
3 Modified: ChangeLog
4 Added: kdeutils-meta-4.0.1.ebuild
5 Log:
6 Version bump to KDE 4.0.1.
7 (Portage version: 2.1.4.1)
8
9 Revision Changes Path
10 1.79 kde-base/kdeutils-meta/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdeutils-meta/ChangeLog?rev=1.79&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdeutils-meta/ChangeLog?rev=1.79&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdeutils-meta/ChangeLog?r1=1.78&r2=1.79
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kdeutils-meta/ChangeLog,v
19 retrieving revision 1.78
20 retrieving revision 1.79
21 diff -u -r1.78 -r1.79
22 --- ChangeLog 31 Jan 2008 15:28:01 -0000 1.78
23 +++ ChangeLog 7 Feb 2008 00:10:56 -0000 1.79
24 @@ -1,6 +1,12 @@
25 # ChangeLog for kde-base/kdeutils-meta
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils-meta/ChangeLog,v 1.78 2008/01/31 15:28:01 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils-meta/ChangeLog,v 1.79 2008/02/07 00:10:56 philantrop Exp $
29 +
30 +*kdeutils-meta-4.0.1 (06 Feb 2008)
31 +
32 + 06 Feb 2008; Wulf C. Krueger <philantrop@g.o>
33 + +kdeutils-meta-4.0.1.ebuild:
34 + Version bump to KDE 4.0.1.
35
36 31 Jan 2008; Brent Baude <ranger@g.o> kdeutils-meta-3.5.8.ebuild:
37 Marking kdeutils-meta-3.5.8 ppc for bug 207634
38
39
40
41 1.1 kde-base/kdeutils-meta/kdeutils-meta-4.0.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdeutils-meta/kdeutils-meta-4.0.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdeutils-meta/kdeutils-meta-4.0.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: kdeutils-meta-4.0.1.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils-meta/kdeutils-meta-4.0.1.ebuild,v 1.1 2008/02/07 00:10:56 philantrop Exp $
51
52 EAPI="1"
53
54 inherit kde4-functions
55
56 DESCRIPTION="KDE utilities - merge this to pull in all kdeutils-derived packages"
57 HOMEPAGE="http://www.kde.org/"
58
59 LICENSE="GPL-2"
60 SLOT="kde-4"
61 KEYWORDS="~amd64 ~x86"
62 # add lirc when kdelirc gets ready
63 IUSE="crypt"
64
65 RDEPEND="
66 >=kde-base/ark-${PV}:${SLOT}
67 >=kde-base/kcalc-${PV}:${SLOT}
68 >=kde-base/kcharselect-${PV}:${SLOT}
69 >=kde-base/kdf-${PV}:${SLOT}
70 >=kde-base/kfloppy-${PV}:${SLOT}
71 crypt? ( >=kde-base/kgpg-${PV}:${SLOT} )
72 >=kde-base/kjots-${PV}:${SLOT}
73 >=kde-base/kmilo-${PV}:${SLOT}
74 >=kde-base/kdessh-${PV}:${SLOT}
75 >=kde-base/ktimer-${PV}:${SLOT}
76 >=kde-base/kwallet-${PV}:${SLOT}
77 >=kde-base/superkaramba-${PV}:${SLOT}
78 >=kde-base/sweeper-${PV}:${SLOT}
79 "
80 ## the following packages are currently missing in kde 4
81
82 #>=kde-base/ksim-${PV}:${SLOT}
83 #>=kde-base/klaptopdaemon-${PV}:${SLOT}
84 #lirc? ( >=kde-base/kdelirc-${PV}:${SLOT} )
85
86
87
88 --
89 gentoo-commits@l.g.o mailing list