From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PnRzm-00064G-5Y for garchives@archives.gentoo.org; Thu, 10 Feb 2011 08:35:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 760011C005; Thu, 10 Feb 2011 08:35:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 418A01C005 for ; Thu, 10 Feb 2011 08:35:13 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE9931B4015 for ; Thu, 10 Feb 2011 08:35:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7BEEA8006A for ; Thu, 10 Feb 2011 08:35:11 +0000 (UTC) From: "Dennis Schridde" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dennis Schridde" Message-ID: <8d1c7300340455ba0c30cf773d33ccfa723f41ad.devurandom@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sys-auth/nss-mdns/files/ X-VCS-Repository: proj/kde X-VCS-Files: sys-auth/nss-mdns/files/nss-mdns-0.10-no-minimal-search-domains.patch X-VCS-Directories: sys-auth/nss-mdns/files/ X-VCS-Committer: devurandom X-VCS-Committer-Name: Dennis Schridde X-VCS-Revision: 8d1c7300340455ba0c30cf773d33ccfa723f41ad Date: Thu, 10 Feb 2011 08:35:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: ec907f676cafc40fb4b45a37e1a038aa commit: 8d1c7300340455ba0c30cf773d33ccfa723f41ad Author: Dennis Schridde gmx net> AuthorDate: Thu Feb 10 08:26:24 2011 +0000 Commit: Dennis Schridde gmx net> CommitDate: Thu Feb 10 08:35:01 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D8d1c7300 [sys-auth/nss-mdns-0.10] Remove obsolete patch (Portage version: 2.2.0_alpha23/git/Linux x86_64, signed Manifest commit = with key 50ED256E) --- .../nss-mdns-0.10-no-minimal-search-domains.patch | 29 --------------= ------ 1 files changed, 0 insertions(+), 29 deletions(-) diff --git a/sys-auth/nss-mdns/files/nss-mdns-0.10-no-minimal-search-doma= ins.patch b/sys-auth/nss-mdns/files/nss-mdns-0.10-no-minimal-search-domai= ns.patch deleted file mode 100644 index e32cd34..0000000 --- a/sys-auth/nss-mdns/files/nss-mdns-0.10-no-minimal-search-domains.pat= ch +++ /dev/null @@ -1,29 +0,0 @@ ---- nss-mdns-0.10/src/nss.c.orig 2011-02-09 20:48:14.183106464 +0100 -+++ nss-mdns-0.10/src/nss.c 2011-02-09 20:49:41.816945892 +0100 -@@ -177,7 +177,7 @@ - return ends_with(name, ".local") || ends_with(name, ".local.");=20 - } -=20 --#ifdef HONOUR_SEARCH_DOMAINS -+#if defined(HONOUR_SEARCH_DOMAINS) && !defined(MDNS_MINIMAL) -=20 - static char **alloc_domains(unsigned ndomains) { - char **domains; -@@ -379,7 +379,7 @@ - status =3D NSS_STATUS_NOTFOUND; - } -=20 --#ifdef HONOUR_SEARCH_DOMAINS -+#if defined(HONOUR_SEARCH_DOMAINS) && !defined(MDNS_MINIMAL) - if (u.count =3D=3D 0 && avahi_works && !ends_with(name, ".")) { - char **domains; -=20 -@@ -449,7 +449,7 @@ - status =3D NSS_STATUS_NOTFOUND; - } -=20 --#ifdef HONOUR_SEARCH_DOMAINS -+#if defined(HONOUR_SEARCH_DOMAINS) && !defined(HONOUR_SEARCH_DOMAINS) - if (u.count =3D=3D 0 && !ends_with(name, ".")) { - char **domains; - =20