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: Tue, 06 Sep 2011 10:32:04
Message-Id: 20110906103154.419192004C@flycatcher.gentoo.org
1 lxnay 11/09/06 10:31:52
2
3 Modified: packagekit-qt4-0.6.18.ebuild ChangeLog
4 Log:
5 fix wording in comment
6
7 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 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.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.18.ebuild?rev=1.4&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.3&r2=1.4
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.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- packagekit-qt4-0.6.18.ebuild 5 Sep 2011 20:36:10 -0000 1.3
23 +++ packagekit-qt4-0.6.18.ebuild 6 Sep 2011 10:31:52 -0000 1.4
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.3 2011/09/05 20:36:10 lxnay Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.18.ebuild,v 1.4 2011/09/06 10:31:52 lxnay Exp $
29
30 EAPI="3"
31
32 @@ -56,7 +56,7 @@
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 + # fix buildsystem, let the build system regenerate the damn .moc files
38 if [[ "${qtdir}" = "packagekit-qt" ]]; then
39 rm src/*.moc || die
40 else
41
42
43
44 1.7 app-admin/packagekit-qt4/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/ChangeLog?rev=1.7&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/ChangeLog?rev=1.7&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/ChangeLog?r1=1.6&r2=1.7
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/ChangeLog,v
53 retrieving revision 1.6
54 retrieving revision 1.7
55 diff -u -r1.6 -r1.7
56 --- ChangeLog 5 Sep 2011 20:36:10 -0000 1.6
57 +++ ChangeLog 6 Sep 2011 10:31:52 -0000 1.7
58 @@ -1,6 +1,9 @@
59 # ChangeLog for app-admin/packagekit-qt4
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/ChangeLog,v 1.6 2011/09/05 20:36:10 lxnay Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/ChangeLog,v 1.7 2011/09/06 10:31:52 lxnay Exp $
63 +
64 + 06 Sep 2011; Fabio Erculiani <lxnay@g.o> packagekit-qt4-0.6.18.ebuild:
65 + fix wording in comment
66
67 05 Sep 2011; Fabio Erculiani <lxnay@g.o> packagekit-qt4-0.6.18.ebuild:
68 fix compilation with qt4 4.7, remove pre-built .moc files