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 packagekit-qt4-0.6.17.ebuild ChangeLog packagekit-qt4-0.6.16.ebuild
Date: Mon, 05 Sep 2011 20:05:25
Message-Id: 20110905200515.7B05D2004C@flycatcher.gentoo.org
1 lxnay 11/09/05 20:05:15
2
3 Modified: packagekit-qt4-0.6.18.ebuild
4 packagekit-qt4-0.6.17.ebuild ChangeLog
5 packagekit-qt4-0.6.16.ebuild
6 Log:
7 also build libpackagekit-qt2 library, thanks to alexxy@g.o for reporting
8
9 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 app-admin/packagekit-qt4/packagekit-qt4-0.6.18.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.18.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.18.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.18.ebuild?r1=1.1&r2=1.2
17
18 Index: packagekit-qt4-0.6.18.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.18.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- packagekit-qt4-0.6.18.ebuild 5 Sep 2011 15:02:27 -0000 1.1
25 +++ packagekit-qt4-0.6.18.ebuild 5 Sep 2011 20:05:15 -0000 1.2
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2011 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.18.ebuild,v 1.1 2011/09/05 15:02:27 lxnay Exp $
30 +# $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 $
31
32 EAPI="3"
33
34 @@ -54,11 +54,15 @@
35 }
36
37 src_compile() {
38 - cd "${S}"/lib/packagekit-qt || die
39 - emake || die "emake install failed"
40 + for qtdir in packagekit-qt packagekit-qt2; do
41 + cd "${S}"/lib/${qtdir} || die
42 + emake || die "emake install failed"
43 + done
44 }
45
46 src_install() {
47 - cd "${S}"/lib/packagekit-qt || die
48 - emake DESTDIR="${D}" install || die "emake install failed"
49 + for qtdir in packagekit-qt packagekit-qt2; do
50 + cd "${S}"/lib/${qtdir} || die
51 + emake DESTDIR="${D}" install || die "emake install failed"
52 + done
53 }
54
55
56
57 1.2 app-admin/packagekit-qt4/packagekit-qt4-0.6.17.ebuild
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.17.ebuild?rev=1.2&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.17.ebuild?rev=1.2&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.17.ebuild?r1=1.1&r2=1.2
62
63 Index: packagekit-qt4-0.6.17.ebuild
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.17.ebuild,v
66 retrieving revision 1.1
67 retrieving revision 1.2
68 diff -u -r1.1 -r1.2
69 --- packagekit-qt4-0.6.17.ebuild 2 Aug 2011 05:45:34 -0000 1.1
70 +++ packagekit-qt4-0.6.17.ebuild 5 Sep 2011 20:05:15 -0000 1.2
71 @@ -1,6 +1,6 @@
72 # Copyright 1999-2011 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74 -# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.17.ebuild,v 1.1 2011/08/02 05:45:34 lxnay Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.17.ebuild,v 1.2 2011/09/05 20:05:15 lxnay Exp $
76
77 EAPI="3"
78
79 @@ -54,11 +54,15 @@
80 }
81
82 src_compile() {
83 - cd "${S}"/lib/packagekit-qt || die
84 - emake || die "emake install failed"
85 + for qtdir in packagekit-qt packagekit-qt2; do
86 + cd "${S}"/lib/${qtdir} || die
87 + emake || die "emake install failed"
88 + done
89 }
90
91 src_install() {
92 - cd "${S}"/lib/packagekit-qt || die
93 - emake DESTDIR="${D}" install || die "emake install failed"
94 + for qtdir in packagekit-qt packagekit-qt2; do
95 + cd "${S}"/lib/${qtdir} || die
96 + emake DESTDIR="${D}" install || die "emake install failed"
97 + done
98 }
99
100
101
102 1.5 app-admin/packagekit-qt4/ChangeLog
103
104 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/ChangeLog?rev=1.5&view=markup
105 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/ChangeLog?rev=1.5&content-type=text/plain
106 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/ChangeLog?r1=1.4&r2=1.5
107
108 Index: ChangeLog
109 ===================================================================
110 RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/ChangeLog,v
111 retrieving revision 1.4
112 retrieving revision 1.5
113 diff -u -r1.4 -r1.5
114 --- ChangeLog 5 Sep 2011 15:02:27 -0000 1.4
115 +++ ChangeLog 5 Sep 2011 20:05:15 -0000 1.5
116 @@ -1,6 +1,11 @@
117 # ChangeLog for app-admin/packagekit-qt4
118 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
119 -# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/ChangeLog,v 1.4 2011/09/05 15:02:27 lxnay Exp $
120 +# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/ChangeLog,v 1.5 2011/09/05 20:05:15 lxnay Exp $
121 +
122 + 05 Sep 2011; Fabio Erculiani <lxnay@g.o> packagekit-qt4-0.6.16.ebuild,
123 + packagekit-qt4-0.6.17.ebuild, packagekit-qt4-0.6.18.ebuild:
124 + also build libpackagekit-qt2 library, thanks to alexxy@g.o for
125 + reporting
126
127 *packagekit-qt4-0.6.18 (05 Sep 2011)
128
129
130
131
132 1.3 app-admin/packagekit-qt4/packagekit-qt4-0.6.16.ebuild
133
134 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.16.ebuild?rev=1.3&view=markup
135 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.16.ebuild?rev=1.3&content-type=text/plain
136 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.16.ebuild?r1=1.2&r2=1.3
137
138 Index: packagekit-qt4-0.6.16.ebuild
139 ===================================================================
140 RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.16.ebuild,v
141 retrieving revision 1.2
142 retrieving revision 1.3
143 diff -u -r1.2 -r1.3
144 --- packagekit-qt4-0.6.16.ebuild 20 Jul 2011 10:29:01 -0000 1.2
145 +++ packagekit-qt4-0.6.16.ebuild 5 Sep 2011 20:05:15 -0000 1.3
146 @@ -1,6 +1,6 @@
147 # Copyright 1999-2011 Gentoo Foundation
148 # Distributed under the terms of the GNU General Public License v2
149 -# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.16.ebuild,v 1.2 2011/07/20 10:29:01 lxnay Exp $
150 +# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.16.ebuild,v 1.3 2011/09/05 20:05:15 lxnay Exp $
151
152 EAPI="3"
153
154 @@ -54,11 +54,15 @@
155 }
156
157 src_compile() {
158 - cd "${S}"/lib/packagekit-qt || die
159 - emake || die "emake install failed"
160 + for qtdir in packagekit-qt packagekit-qt2; do
161 + cd "${S}"/lib/${qtdir} || die
162 + emake || die "emake install failed"
163 + done
164 }
165
166 src_install() {
167 - cd "${S}"/lib/packagekit-qt || die
168 - emake DESTDIR="${D}" install || die "emake install failed"
169 + for qtdir in packagekit-qt packagekit-qt2; do
170 + cd "${S}"/lib/${qtdir} || die
171 + emake DESTDIR="${D}" install || die "emake install failed"
172 + done
173 }