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-gtk: ChangeLog packagekit-gtk-0.8.15.ebuild
Date: Tue, 24 Dec 2013 10:54:20
Message-Id: 20131224105416.17D7C2004C@flycatcher.gentoo.org
1 lxnay 13/12/24 10:54:16
2
3 Modified: ChangeLog packagekit-gtk-0.8.15.ebuild
4 Log:
5 add --disable-systemd-updates, bug #495206
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key ADC916E5)
8
9 Revision Changes Path
10 1.17 app-admin/packagekit-gtk/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-gtk/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-gtk/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-gtk/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-gtk/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 18 Dec 2013 18:36:33 -0000 1.16
23 +++ ChangeLog 24 Dec 2013 10:54:15 -0000 1.17
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-admin/packagekit-gtk
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-gtk/ChangeLog,v 1.16 2013/12/18 18:36:33 lxnay Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-gtk/ChangeLog,v 1.17 2013/12/24 10:54:15 lxnay Exp $
29 +
30 + 24 Dec 2013; Fabio Erculiani <lxnay@g.o> packagekit-gtk-0.8.15.ebuild:
31 + add --disable-systemd-updates, bug #495206
32
33 18 Dec 2013; Fabio Erculiani <lxnay@g.o> packagekit-gtk-0.8.15.ebuild:
34 disable bash completion, this pkg only installs gtk related stuff, see bug
35
36
37
38 1.3 app-admin/packagekit-gtk/packagekit-gtk-0.8.15.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-gtk/packagekit-gtk-0.8.15.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-gtk/packagekit-gtk-0.8.15.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-gtk/packagekit-gtk-0.8.15.ebuild?r1=1.2&r2=1.3
43
44 Index: packagekit-gtk-0.8.15.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-gtk/packagekit-gtk-0.8.15.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- packagekit-gtk-0.8.15.ebuild 18 Dec 2013 18:36:33 -0000 1.2
51 +++ packagekit-gtk-0.8.15.ebuild 24 Dec 2013 10:54:15 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-gtk/packagekit-gtk-0.8.15.ebuild,v 1.2 2013/12/18 18:36:33 lxnay Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-gtk/packagekit-gtk-0.8.15.ebuild,v 1.3 2013/12/24 10:54:15 lxnay Exp $
57
58 EAPI="3"
59
60 @@ -41,6 +41,7 @@
61 --disable-man-pages \
62 --disable-networkmanager \
63 --disable-systemd \
64 + --disable-systemd-updates \
65 --enable-dummy \
66 --enable-gtk-module \
67 --enable-introspection=yes \