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 12:28:00
Message-Id: 20120930122749.5D2E421600@flycatcher.gentoo.org
1 grobian 12/09/30 12:27:49
2
3 Modified: phonon-qt7-0_pre20110424.ebuild ChangeLog
4 Log:
5 Call base_src_prepare explicitly, since cmake-utils doesn't wrap it (but indirectly provides it)
6
7 (Portage version: 2.2.01.21165-prefix/cvs/Darwin i386)
8
9 Revision Changes Path
10 1.5 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.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild?rev=1.5&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.4&r2=1.5
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.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- phonon-qt7-0_pre20110424.ebuild 29 Sep 2012 19:04:25 -0000 1.4
23 +++ phonon-qt7-0_pre20110424.ebuild 30 Sep 2012 12:27:49 -0000 1.5
24 @@ -1,10 +1,10 @@
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.4 2012/09/29 19:04:25 grobian Exp $
28 +# $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 $
29
30 EAPI=4
31
32 -inherit cmake-utils
33 +inherit cmake-utils base
34
35 DESCRIPTION="Phonon QuickTime7 backend"
36 HOMEPAGE="https://projects.kde.org/projects/kdesupport/phonon/phonon-quicktime"
37 @@ -34,7 +34,7 @@
38 )
39
40 src_prepare() {
41 - cmake-utils_src_prepare
42 + base_src_prepare # for PATCHES
43 sed -i -e "/^include_directories/s:): ${EPREFIX}/usr/include):" \
44 CMakeLists.txt || die
45 }
46
47
48
49 1.5 media-libs/phonon-qt7/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-qt7/ChangeLog?rev=1.5&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-qt7/ChangeLog?rev=1.5&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-qt7/ChangeLog?r1=1.4&r2=1.5
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon-qt7/ChangeLog,v
58 retrieving revision 1.4
59 retrieving revision 1.5
60 diff -u -r1.4 -r1.5
61 --- ChangeLog 29 Sep 2012 19:04:25 -0000 1.4
62 +++ ChangeLog 30 Sep 2012 12:27:49 -0000 1.5
63 @@ -1,6 +1,11 @@
64 # ChangeLog for media-libs/phonon-qt7
65 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-qt7/ChangeLog,v 1.4 2012/09/29 19:04:25 grobian Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-qt7/ChangeLog,v 1.5 2012/09/30 12:27:49 grobian Exp $
68 +
69 + 30 Sep 2012; Fabian Groffen <grobian@g.o>
70 + phonon-qt7-0_pre20110424.ebuild:
71 + Call base_src_prepare explicitly, since cmake-utils doesn't wrap it (but
72 + indirectly provides it)
73
74 29 Sep 2012; Fabian Groffen <grobian@g.o>
75 phonon-qt7-0_pre20110424.ebuild: