Gentoo Archives: gentoo-commits

From: "Fabio Erculiani (lxnay)" <lxnay@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/packagekit-qt4: packagekit-qt4-0.6.18.ebuild ChangeLog
Date: Mon, 05 Sep 2011 20:36:20
Message-Id: 20110905203610.BA44F2004C@flycatcher.gentoo.org
1 lxnay 11/09/05 20:36:10
2
3 Modified: packagekit-qt4-0.6.18.ebuild ChangeLog
4 Log:
5 fix compilation with qt4 4.7, remove pre-built .moc files
6
7 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 app-admin/packagekit-qt4/packagekit-qt4-0.6.18.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.18.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.18.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.18.ebuild?r1=1.2&r2=1.3
15
16 Index: packagekit-qt4-0.6.18.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.18.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- packagekit-qt4-0.6.18.ebuild 5 Sep 2011 20:05:15 -0000 1.2
23 +++ packagekit-qt4-0.6.18.ebuild 5 Sep 2011 20:36:10 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.18.ebuild,v 1.2 2011/09/05 20:05:15 lxnay Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.18.ebuild,v 1.3 2011/09/05 20:36:10 lxnay Exp $
29
30 EAPI="3"
31
32 @@ -56,6 +56,12 @@
33 src_compile() {
34 for qtdir in packagekit-qt packagekit-qt2; do
35 cd "${S}"/lib/${qtdir} || die
36 + # fix buildsystem, make .moc files to get regenerated
37 + if [[ "${qtdir}" = "packagekit-qt" ]]; then
38 + rm src/*.moc || die
39 + else
40 + rm *.moc || die
41 + fi
42 emake || die "emake install failed"
43 done
44 }
45
46
47
48 1.6 app-admin/packagekit-qt4/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/ChangeLog?rev=1.6&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/ChangeLog?rev=1.6&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/ChangeLog?r1=1.5&r2=1.6
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/ChangeLog,v
57 retrieving revision 1.5
58 retrieving revision 1.6
59 diff -u -r1.5 -r1.6
60 --- ChangeLog 5 Sep 2011 20:05:15 -0000 1.5
61 +++ ChangeLog 5 Sep 2011 20:36:10 -0000 1.6
62 @@ -1,6 +1,9 @@
63 # ChangeLog for app-admin/packagekit-qt4
64 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/ChangeLog,v 1.5 2011/09/05 20:05:15 lxnay Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/ChangeLog,v 1.6 2011/09/05 20:36:10 lxnay Exp $
67 +
68 + 05 Sep 2011; Fabio Erculiani <lxnay@g.o> packagekit-qt4-0.6.18.ebuild:
69 + fix compilation with qt4 4.7, remove pre-built .moc files
70
71 05 Sep 2011; Fabio Erculiani <lxnay@g.o> packagekit-qt4-0.6.16.ebuild,
72 packagekit-qt4-0.6.17.ebuild, packagekit-qt4-0.6.18.ebuild: