From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 99B8D13888F for ; Sat, 17 Oct 2015 09:39:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 137EF21C006; Sat, 17 Oct 2015 09:39:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F5BD21C006 for ; Sat, 17 Oct 2015 09:39:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D39934087C for ; Sat, 17 Oct 2015 09:39:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 899D41150 for ; Sat, 17 Oct 2015 09:39:14 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1445074740.36e6f9d6ba49f9f82f802f5652381f421f957903.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/avahi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/avahi/avahi-0.6.32_rc.ebuild X-VCS-Directories: net-dns/avahi/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 36e6f9d6ba49f9f82f802f5652381f421f957903 X-VCS-Branch: master Date: Sat, 17 Oct 2015 09:39:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 98cc887c-df47-4b57-a642-cfc3ddd7c368 X-Archives-Hash: 76b1c0cbe66b41afd0ca4ded75b2bd1a commit: 36e6f9d6ba49f9f82f802f5652381f421f957903 Author: Pacho Ramos gentoo org> AuthorDate: Sat Oct 17 09:39:00 2015 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Oct 17 09:39:00 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e6f9d6 net-dns/avahi: Add references to upstreamed patches Package-Manager: portage-2.2.23 net-dns/avahi/avahi-0.6.32_rc.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/net-dns/avahi/avahi-0.6.32_rc.ebuild b/net-dns/avahi/avahi-0.6.32_rc.ebuild index 6a9d2a6..f3b222a 100644 --- a/net-dns/avahi/avahi-0.6.32_rc.ebuild +++ b/net-dns/avahi/avahi-0.6.32_rc.ebuild @@ -99,18 +99,23 @@ src_prepare() { doxygen_to_devhelp.xsl || die # Make gtk utils optional + # https://github.com/lathiat/avahi/issues/24 epatch "${FILESDIR}"/${PN}-0.6.30-optional-gtk-utils.patch # Fix init scripts for >=openrc-0.9.0, bug #383641 + # https://github.com/lathiat/avahi/issues/25 epatch "${FILESDIR}"/${PN}-0.6.x-openrc-0.9.x-init-scripts-fixes.patch # Don't install avahi-discover unless ENABLE_GTK_UTILS, bug #359575 + # https://github.com/lathiat/avahi/issues/24 epatch "${FILESDIR}"/${PN}-0.6.31-fix-install-avahi-discover.patch - # allow building client without the daemon + # Allow building client without the daemon + # https://github.com/lathiat/avahi/issues/26 epatch "${FILESDIR}"/${PN}-0.6.31-build-client-without-daemon.patch # Fix build under various locales, bug #501664 + # https://github.com/lathiat/avahi/issues/27 epatch "${FILESDIR}"/${PN}-0.6.31-fix-locale-build.patch # Bug #525832 @@ -199,10 +204,12 @@ multilib_src_install() { use bookmarks && use python && use dbus && use gtk || \ rm -f "${ED}"/usr/bin/avahi-bookmarks + # https://github.com/lathiat/avahi/issues/28 use howl-compat && dosym avahi-compat-howl.pc /usr/$(get_libdir)/pkgconfig/howl.pc use mdnsresponder-compat && dosym avahi-compat-libdns_sd/dns_sd.h /usr/include/dns_sd.h # Needed for running on systemd properly, bug #537000 + # https://github.com/lathiat/avahi/issues/29 if multilib_is_native_abi; then ln -s avahi-daemon.service "${D}$(systemd_get_unitdir)"/dbus-org.freedesktop.Avahi.service || die fi