Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/avahi: avahi-0.6.31-r7.ebuild ChangeLog avahi-0.6.30-r3.ebuild avahi-0.6.31-r2.ebuild avahi-0.6.31-r5.ebuild
Date: Mon, 02 Mar 2015 23:29:55
Message-Id: 20150302232949.A229112E93@oystercatcher.gentoo.org
1 blueness 15/03/02 23:29:49
2
3 Modified: avahi-0.6.31-r7.ebuild ChangeLog
4 Removed: avahi-0.6.30-r3.ebuild avahi-0.6.31-r2.ebuild
5 avahi-0.6.31-r5.ebuild
6 Log:
7 Add epatch_user, bug #525832. Clean out older versions.
8
9 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
10
11 Revision Changes Path
12 1.2 net-dns/avahi/avahi-0.6.31-r7.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.31-r7.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.31-r7.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avahi-0.6.31-r7.ebuild?r1=1.1&r2=1.2
17
18 Index: avahi-0.6.31-r7.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.31-r7.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- avahi-0.6.31-r7.ebuild 22 Nov 2014 23:32:32 -0000 1.1
25 +++ avahi-0.6.31-r7.ebuild 2 Mar 2015 23:29:49 -0000 1.2
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2014 Gentoo Foundation
28 +# Copyright 1999-2015 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.31-r7.ebuild,v 1.1 2014/11/22 23:32:32 mgorny Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.31-r7.ebuild,v 1.2 2015/03/02 23:29:49 blueness Exp $
32
33 EAPI="5"
34
35 @@ -18,7 +18,7 @@
36
37 LICENSE="LGPL-2.1"
38 SLOT="0"
39 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-linux"
40 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
41 IUSE="autoipd bookmarks dbus doc gdbm gtk gtk3 howl-compat +introspection ipv6 kernel_linux mdnsresponder-compat mono nls python qt4 selinux test utils"
42
43 REQUIRED_USE="
44 @@ -126,6 +126,9 @@
45 # Fix references to Lennart's home directory, bug #466210
46 sed -i -e 's/\/home\/lennart\/tmp\/avahi//g' man/* || die
47
48 + # Bug #525832
49 + epatch_user
50 +
51 # Prevent .pyc files in DESTDIR
52 >py-compile
53
54
55
56
57 1.283 net-dns/avahi/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.283&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.283&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/ChangeLog?r1=1.282&r2=1.283
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v
66 retrieving revision 1.282
67 retrieving revision 1.283
68 diff -u -r1.282 -r1.283
69 --- ChangeLog 22 Nov 2014 23:32:32 -0000 1.282
70 +++ ChangeLog 2 Mar 2015 23:29:49 -0000 1.283
71 @@ -1,6 +1,10 @@
72 # ChangeLog for net-dns/avahi
73 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.282 2014/11/22 23:32:32 mgorny Exp $
75 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
76 +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.283 2015/03/02 23:29:49 blueness Exp $
77 +
78 + 02 Mar 2015; Anthony G. Basile <blueness@g.o> -avahi-0.6.30-r3.ebuild,
79 + -avahi-0.6.31-r2.ebuild, -avahi-0.6.31-r5.ebuild, avahi-0.6.31-r7.ebuild:
80 + Add epatch_user, bug #525832. Clean out older versions.
81
82 *avahi-0.6.31-r7 (22 Nov 2014)