Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/avahi: ChangeLog avahi-0.6.28-r1.ebuild
Date: Tue, 01 Mar 2011 17:20:06
Message-Id: 20110301171957.2C8C72004F@flycatcher.gentoo.org
1 arfrever 11/03/01 17:19:57
2
3 Modified: ChangeLog avahi-0.6.28-r1.ebuild
4 Log:
5 Byte-compile avahi_discover only with USE="dbus gtk python" (bug #339933).
6
7 (Portage version: 2.2.0_alpha25_p13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.195 net-dns/avahi/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.195&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.195&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?r1=1.194&r2=1.195
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v
19 retrieving revision 1.194
20 retrieving revision 1.195
21 diff -u -r1.194 -r1.195
22 --- ChangeLog 28 Feb 2011 18:45:03 -0000 1.194
23 +++ ChangeLog 1 Mar 2011 17:19:57 -0000 1.195
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-dns/avahi
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.194 2011/02/28 18:45:03 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.195 2011/03/01 17:19:57 arfrever Exp $
29 +
30 + 01 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
31 + avahi-0.6.28-r1.ebuild:
32 + Byte-compile avahi_discover only with USE="dbus gtk python" (bug #339933).
33
34 28 Feb 2011; Markos Chandras <hwoarang@g.o> avahi-0.6.28-r1.ebuild:
35 Stable on amd64 wrt bug #355583
36
37
38
39 1.3 net-dns/avahi/avahi-0.6.28-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.28-r1.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.28-r1.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.28-r1.ebuild?r1=1.2&r2=1.3
44
45 Index: avahi-0.6.28-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.28-r1.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- avahi-0.6.28-r1.ebuild 28 Feb 2011 18:45:03 -0000 1.2
52 +++ avahi-0.6.28-r1.ebuild 1 Mar 2011 17:19:57 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.28-r1.ebuild,v 1.2 2011/02/28 18:45:03 hwoarang Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.28-r1.ebuild,v 1.3 2011/03/01 17:19:57 arfrever Exp $
58
59 EAPI="3"
60
61 @@ -181,11 +181,11 @@
62 }
63
64 pkg_postrm() {
65 - use python && python_mod_cleanup avahi avahi_discover
66 + use python && python_mod_cleanup avahi $(use dbus && use gtk && echo avahi_discover)
67 }
68
69 pkg_postinst() {
70 - use python && python_mod_optimize avahi avahi_discover
71 + use python && python_mod_optimize avahi $(use dbus && use gtk && echo avahi_discover)
72
73 if use autoipd; then
74 echo