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/kinfocenter: ChangeLog kinfocenter-4.0.3.ebuild
Date: Thu, 03 Apr 2008 21:10:25
Message-Id: E1JhWhS-0004Mj-MN@stork.gentoo.org
1 philantrop 08/04/03 21:10:22
2
3 Modified: ChangeLog
4 Added: kinfocenter-4.0.3.ebuild
5 Log:
6 Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NOT KEYWORD IT without talking to the KDE herd first.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.2 kde-base/kinfocenter/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kinfocenter/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kinfocenter/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kinfocenter/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kinfocenter/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 10 Mar 2008 23:41:07 -0000 1.1
23 +++ ChangeLog 3 Apr 2008 21:10:22 -0000 1.2
24 @@ -1,6 +1,13 @@
25 # ChangeLog for kde-base/kinfocenter
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kinfocenter/ChangeLog,v 1.1 2008/03/10 23:41:07 philantrop Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kinfocenter/ChangeLog,v 1.2 2008/04/03 21:10:22 philantrop Exp $
29 +
30 +*kinfocenter-4.0.3 (03 Apr 2008)
31 +
32 + 03 Apr 2008; Wulf C. Krueger <philantrop@g.o>
33 + +kinfocenter-4.0.3.ebuild:
34 + Version bump to KDE 4.0.3. This is still not intended for mainstream so DO
35 + NOT KEYWORD IT without talking to the KDE herd first.
36
37 *kinfocenter-4.0.2 (10 Mar 2008)
38
39
40
41
42 1.1 kde-base/kinfocenter/kinfocenter-4.0.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kinfocenter/kinfocenter-4.0.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kinfocenter/kinfocenter-4.0.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: kinfocenter-4.0.3.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/kde-base/kinfocenter/kinfocenter-4.0.3.ebuild,v 1.1 2008/04/03 21:10:22 philantrop Exp $
52
53 EAPI="1"
54
55 KMNAME=kdebase
56 KMMODULE=apps/${PN}
57 OPENGL_REQUIRED="optional"
58 inherit kde4-meta
59
60 DESCRIPTION="The KDE Info Center"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="debug htmlhandbook ieee1394 opengl"
63
64 DEPEND="!<kde-base/systemsettings-4.0.3:${SLOT}
65 ieee1394? ( sys-libs/libraw1394 )
66 opengl? ( virtual/glu virtual/opengl )"
67 RDEPEND="${DEPEND}
68 sys-apps/pciutils
69 sys-apps/usbutils"
70
71 KMEXTRACTONLY="apps/cmake/modules/"
72
73 src_compile() {
74 mycmakeargs="${mycmakeargs}
75 $(cmake-utils_use_with ieee1394 RAW1394)
76 $(cmake-utils_use_with opengl OpenGL)"
77
78 kde4-meta_src_compile
79 }
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list