Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/phonon-qt7: phonon-qt7-0_pre20110424.ebuild ChangeLog
Date: Sun, 30 Sep 2012 13:14:14
Message-Id: 20120930131357.D33E321601@flycatcher.gentoo.org
1 grobian 12/09/30 13:13:57
2
3 Modified: phonon-qt7-0_pre20110424.ebuild ChangeLog
4 Log:
5 Fix compilation on OSX Lion
6
7 (Portage version: 2.2.01.21165-prefix/cvs/Darwin i386)
8
9 Revision Changes Path
10 1.6 media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild?r1=1.5&r2=1.6
15
16 Index: phonon-qt7-0_pre20110424.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- phonon-qt7-0_pre20110424.ebuild 30 Sep 2012 12:27:49 -0000 1.5
23 +++ phonon-qt7-0_pre20110424.ebuild 30 Sep 2012 13:13:57 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild,v 1.5 2012/09/30 12:27:49 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild,v 1.6 2012/09/30 13:13:57 grobian Exp $
29
30 EAPI=4
31
32 @@ -31,6 +31,7 @@
33 PATCHES=(
34 "${FILESDIR}/${PN}-noshow.patch"
35 "${FILESDIR}"/${P}-QWidget-cast-dynamic.patch
36 + "${FILESDIR}"/${P}-darwin11.patch
37 )
38
39 src_prepare() {
40
41
42
43 1.6 media-libs/phonon-qt7/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-qt7/ChangeLog?rev=1.6&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-qt7/ChangeLog?rev=1.6&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-qt7/ChangeLog?r1=1.5&r2=1.6
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon-qt7/ChangeLog,v
52 retrieving revision 1.5
53 retrieving revision 1.6
54 diff -u -r1.5 -r1.6
55 --- ChangeLog 30 Sep 2012 12:27:49 -0000 1.5
56 +++ ChangeLog 30 Sep 2012 13:13:57 -0000 1.6
57 @@ -1,6 +1,11 @@
58 # ChangeLog for media-libs/phonon-qt7
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-qt7/ChangeLog,v 1.5 2012/09/30 12:27:49 grobian Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-qt7/ChangeLog,v 1.6 2012/09/30 13:13:57 grobian Exp $
62 +
63 + 30 Sep 2012; Fabian Groffen <grobian@g.o>
64 + +files/phonon-qt7-0_pre20110424-darwin11.patch,
65 + phonon-qt7-0_pre20110424.ebuild:
66 + Fix compilation on OSX Lion
67
68 30 Sep 2012; Fabian Groffen <grobian@g.o>
69 phonon-qt7-0_pre20110424.ebuild: