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: Sat, 29 Sep 2012 19:04:36
Message-Id: 20120929190425.96A9021600@flycatcher.gentoo.org
1 grobian 12/09/29 19:04:25
2
3 Modified: phonon-qt7-0_pre20110424.ebuild ChangeLog
4 Log:
5 Allow moc to find phonon includes
6
7 (Portage version: 2.2.01.21143-prefix/cvs/Darwin i386)
8
9 Revision Changes Path
10 1.4 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.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild?rev=1.4&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.3&r2=1.4
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.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- phonon-qt7-0_pre20110424.ebuild 4 May 2012 13:43:44 -0000 1.3
23 +++ phonon-qt7-0_pre20110424.ebuild 29 Sep 2012 19:04:25 -0000 1.4
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.3 2012/05/04 13:43:44 johu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild,v 1.4 2012/09/29 19:04:25 grobian Exp $
29
30 EAPI=4
31
32 @@ -32,3 +32,9 @@
33 "${FILESDIR}/${PN}-noshow.patch"
34 "${FILESDIR}"/${P}-QWidget-cast-dynamic.patch
35 )
36 +
37 +src_prepare() {
38 + cmake-utils_src_prepare
39 + sed -i -e "/^include_directories/s:): ${EPREFIX}/usr/include):" \
40 + CMakeLists.txt || die
41 +}
42
43
44
45 1.4 media-libs/phonon-qt7/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-qt7/ChangeLog?rev=1.4&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-qt7/ChangeLog?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-qt7/ChangeLog?r1=1.3&r2=1.4
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon-qt7/ChangeLog,v
54 retrieving revision 1.3
55 retrieving revision 1.4
56 diff -u -r1.3 -r1.4
57 --- ChangeLog 4 May 2012 13:43:44 -0000 1.3
58 +++ ChangeLog 29 Sep 2012 19:04:25 -0000 1.4
59 @@ -1,6 +1,10 @@
60 # ChangeLog for media-libs/phonon-qt7
61 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-qt7/ChangeLog,v 1.3 2012/05/04 13:43:44 johu Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-qt7/ChangeLog,v 1.4 2012/09/29 19:04:25 grobian Exp $
64 +
65 + 29 Sep 2012; Fabian Groffen <grobian@g.o>
66 + phonon-qt7-0_pre20110424.ebuild:
67 + Allow moc to find phonon includes
68
69 04 May 2012; Johannes Huber <johu@g.o> phonon-qt7-0_pre20110424.ebuild:
70 Migrate to virtual/pkgconfig.
71 @@ -16,4 +20,3 @@
72 +files/phonon-qt7-noshow.patch, +phonon-qt7-0_pre20110424.ebuild,
73 +metadata.xml:
74 New, sofar untested backend for the prefix guys
75 -