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