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/xparts: ChangeLog xparts-3.5.9.ebuild
Date: Wed, 20 Feb 2008 23:36:51
Message-Id: E1JRyUa-0000Kf-0v@stork.gentoo.org
1 philantrop 08/02/20 23:36:48
2
3 Modified: ChangeLog
4 Added: xparts-3.5.9.ebuild
5 Log:
6 Version bump to KDE 3.5.9.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.26 kde-base/xparts/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/xparts/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/xparts/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/xparts/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/xparts/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 17 Feb 2008 02:52:35 -0000 1.25
23 +++ ChangeLog 20 Feb 2008 23:36:47 -0000 1.26
24 @@ -1,6 +1,11 @@
25 # ChangeLog for kde-base/xparts
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/xparts/ChangeLog,v 1.25 2008/02/17 02:52:35 ingmar Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/xparts/ChangeLog,v 1.26 2008/02/20 23:36:47 philantrop Exp $
29 +
30 +*xparts-3.5.9 (20 Feb 2008)
31 +
32 + 20 Feb 2008; Wulf C. Krueger <philantrop@g.o> +xparts-3.5.9.ebuild:
33 + Version bump to KDE 3.5.9.
34
35 16 Feb 2008; Ingmar Vanhassel <ingmar@g.o> -xparts-3.5.0.ebuild:
36 Spring cleaning
37
38
39
40 1.1 kde-base/xparts/xparts-3.5.9.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/xparts/xparts-3.5.9.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/xparts/xparts-3.5.9.ebuild?rev=1.1&content-type=text/plain
44
45 Index: xparts-3.5.9.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/kde-base/xparts/xparts-3.5.9.ebuild,v 1.1 2008/02/20 23:36:47 philantrop Exp $
50
51 KMNAME=kdebindings
52 KMEXTRACTONLY="dcopc"
53 KMCOPYLIB="libdcopc dcopc"
54 KM_MAKEFILESREV=1
55 EAPI="1"
56 inherit kde-meta
57
58 DESCRIPTION="Allows embedding of generic XParts as KDE KParts"
59 KEYWORDS="~amd64 ~x86" # broken according to upstream - 3.4a1 README
60 IUSE=""
61
62 DEPEND="dev-libs/glib:1
63 x11-libs/gtk+:1
64 kde-base/dcopc:3.5"
65 RDEPEND="${DEPEND}"
66
67 PATCHES="$FILESDIR/no-gtk-glib-check.diff"
68
69 src_unpack() {
70 kde-meta_src_unpack
71
72 # disable mozilla bindings/xpart, because configure doesn't seem to do so
73 # even when it doesn't detect the mozilla headers
74 sed -i -e 's:mozilla::' "${S}/xparts/Makefile.am"
75 }
76
77
78
79 --
80 gentoo-commits@l.g.o mailing list