Gentoo Archives: gentoo-commits

From: "Vlastimil Babka (caster)" <caster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/qtjava: qtjava-3.5.9.ebuild ChangeLog
Date: Sat, 23 Feb 2008 19:55:57
Message-Id: E1JT0TS-0000pV-0L@stork.gentoo.org
1 caster 08/02/23 19:55:54
2
3 Modified: qtjava-3.5.9.ebuild ChangeLog
4 Log:
5 Apply the patch for bug #208631 also in 3.5.9.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 kde-base/qtjava/qtjava-3.5.9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtjava/qtjava-3.5.9.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtjava/qtjava-3.5.9.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtjava/qtjava-3.5.9.ebuild?r1=1.1&r2=1.2
14
15 Index: qtjava-3.5.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/kde-base/qtjava/qtjava-3.5.9.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- qtjava-3.5.9.ebuild 20 Feb 2008 23:34:49 -0000 1.1
22 +++ qtjava-3.5.9.ebuild 23 Feb 2008 19:55:53 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/kde-base/qtjava/qtjava-3.5.9.ebuild,v 1.1 2008/02/20 23:34:49 philantrop Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/kde-base/qtjava/qtjava-3.5.9.ebuild,v 1.2 2008/02/23 19:55:53 caster Exp $
28
29 KMNAME=kdebindings
30 KM_MAKEFILESREV=1
31 @@ -14,8 +14,10 @@
32 IUSE=""
33 DEPEND=">=virtual/jdk-1.4"
34 RDEPEND=">=virtual/jre-1.4"
35 +# libhpi for bug #208631
36 PATCHES="${FILESDIR}/no-gtk-glib-check.diff
37 - ${FILESDIR}/${PN}-${SLOT}-javacflags.patch"
38 + ${FILESDIR}/${PN}-${SLOT}-javacflags.patch
39 + ${FILESDIR}/no-libhpi.so-check.patch"
40
41 pkg_setup() {
42 if ! built_with_use x11-libs/qt:3 opengl ; then
43
44
45
46 1.62 kde-base/qtjava/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtjava/ChangeLog?rev=1.62&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtjava/ChangeLog?rev=1.62&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtjava/ChangeLog?r1=1.61&r2=1.62
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/kde-base/qtjava/ChangeLog,v
55 retrieving revision 1.61
56 retrieving revision 1.62
57 diff -u -r1.61 -r1.62
58 --- ChangeLog 20 Feb 2008 23:34:49 -0000 1.61
59 +++ ChangeLog 23 Feb 2008 19:55:53 -0000 1.62
60 @@ -1,6 +1,9 @@
61 # ChangeLog for kde-base/qtjava
62 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/kde-base/qtjava/ChangeLog,v 1.61 2008/02/20 23:34:49 philantrop Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/kde-base/qtjava/ChangeLog,v 1.62 2008/02/23 19:55:53 caster Exp $
65 +
66 + 23 Feb 2008; Vlastimil Babka <caster@g.o> qtjava-3.5.9.ebuild:
67 + Apply the patch for bug #208631 also in 3.5.9.
68
69 *qtjava-3.5.9 (20 Feb 2008)
70
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list