Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt-qt3support: qt-qt3support-4.5.1.ebuild ChangeLog
Date: Sat, 06 Jun 2009 08:36:05
Message-Id: E1MCrNj-0005D3-T7@stork.gentoo.org
1 maekke 09/06/06 08:36:03
2
3 Modified: qt-qt3support-4.5.1.ebuild ChangeLog
4 Log:
5 amd64 stable, bug #266201
6 (Portage version: 2.1.6.11/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.13 x11-libs/qt-qt3support/qt-qt3support-4.5.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-qt3support/qt-qt3support-4.5.1.ebuild?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-qt3support/qt-qt3support-4.5.1.ebuild?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-qt3support/qt-qt3support-4.5.1.ebuild?r1=1.12&r2=1.13
14
15 Index: qt-qt3support-4.5.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-qt3support/qt-qt3support-4.5.1.ebuild,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- qt-qt3support-4.5.1.ebuild 4 Jun 2009 23:28:26 -0000 1.12
22 +++ qt-qt3support-4.5.1.ebuild 6 Jun 2009 08:36:03 -0000 1.13
23 @@ -1,13 +1,13 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-qt3support/qt-qt3support-4.5.1.ebuild,v 1.12 2009/06/04 23:28:26 yngwin Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-qt3support/qt-qt3support-4.5.1.ebuild,v 1.13 2009/06/06 08:36:03 maekke Exp $
28
29 EAPI="2"
30 inherit qt4-build
31
32 DESCRIPTION="The Qt3 support module for the Qt toolkit"
33 SLOT="4"
34 -KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd"
35 +KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd"
36 IUSE="+accessibility kde phonon"
37
38 DEPEND="~x11-libs/qt-core-${PV}[debug=,qt3support]
39
40
41
42 1.39 x11-libs/qt-qt3support/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-qt3support/ChangeLog?rev=1.39&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-qt3support/ChangeLog?rev=1.39&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-qt3support/ChangeLog?r1=1.38&r2=1.39
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-qt3support/ChangeLog,v
51 retrieving revision 1.38
52 retrieving revision 1.39
53 diff -u -r1.38 -r1.39
54 --- ChangeLog 4 Jun 2009 23:28:26 -0000 1.38
55 +++ ChangeLog 6 Jun 2009 08:36:03 -0000 1.39
56 @@ -1,6 +1,9 @@
57 # ChangeLog for x11-libs/qt-qt3support
58 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-qt3support/ChangeLog,v 1.38 2009/06/04 23:28:26 yngwin Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-qt3support/ChangeLog,v 1.39 2009/06/06 08:36:03 maekke Exp $
61 +
62 + 06 Jun 2009; Markus Meier <maekke@g.o> qt-qt3support-4.5.1.ebuild:
63 + amd64 stable, bug #266201
64
65 04 Jun 2009; Ben de Groot <yngwin@g.o> qt-qt3support-4.5.1.ebuild:
66 Make sure gstreamer is enabled if USE="phonon kde", bug 272649