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 1RweaF-00065d-8C for garchives@archives.gentoo.org; Sun, 12 Feb 2012 18:55:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AB45E07AD; Sun, 12 Feb 2012 18:55:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3AB74E07AD for ; Sun, 12 Feb 2012 18:55:28 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A4CC0643ED for ; Sun, 12 Feb 2012 18:55:27 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2304) id 77A382004B; Sun, 12 Feb 2012 18:55:26 +0000 (UTC) From: "Mike Gilbert (floppym)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, floppym@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-dns/avahi: avahi-0.6.30-r3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: avahi-0.6.30-r3.ebuild ChangeLog X-VCS-Directories: net-dns/avahi X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert Content-Type: text/plain; charset=utf8 Message-Id: <20120212185526.77A382004B@flycatcher.gentoo.org> Date: Sun, 12 Feb 2012 18:55:26 +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: 59a53c06-09b0-4840-81f7-4937d5157a35 X-Archives-Hash: 9b9d9b6c6a40c923e74a1c47d7deea3b floppym 12/02/12 18:55:26 Modified: avahi-0.6.30-r3.ebuild ChangeLog Log: Call python_convert_shebangs() only in correct combination of USE flags= . Patch by Arfrever. =20 (Portage version: 2.2.0_alpha85/cvs/Linux x86_64) Revision Changes Path 1.3 net-dns/avahi/avahi-0.6.30-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avah= i-0.6.30-r3.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avah= i-0.6.30-r3.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/avah= i-0.6.30-r3.ebuild?r1=3D1.2&r2=3D1.3 Index: avahi-0.6.30-r3.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- avahi-0.6.30-r3.ebuild 16 Jan 2012 16:51:09 -0000 1.2 +++ avahi-0.6.30-r3.ebuild 12 Feb 2012 18:55:26 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild,= v 1.2 2012/01/16 16:51:09 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild,= v 1.3 2012/02/12 18:55:26 floppym Exp $ =20 EAPI=3D"3" =20 @@ -194,7 +194,9 @@ doins avahi.devhelp || die fi =20 - use python && python_convert_shebangs -r 2 "${ED}"/usr/bin #396339 + # /usr/bin/avahi-bookmarks is installed only with USE=3D"bookmarks dbus= gtk python". + # /usr/bin/avahi-discover is installed only with USE=3D"dbus gtk python= ". + use dbus && use gtk && use python && python_convert_shebangs -r 2 "${ED= }usr/bin" =20 find "${ED}" -name '*.la' -exec rm -f {} + } 1.222 net-dns/avahi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/Chan= geLog?rev=3D1.222&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/Chan= geLog?rev=3D1.222&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/Chan= geLog?r1=3D1.221&r2=3D1.222 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v retrieving revision 1.221 retrieving revision 1.222 diff -u -r1.221 -r1.222 --- ChangeLog 16 Jan 2012 16:55:05 -0000 1.221 +++ ChangeLog 12 Feb 2012 18:55:26 -0000 1.222 @@ -1,6 +1,10 @@ # ChangeLog for net-dns/avahi # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.221 2012/= 01/16 16:55:05 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.222 2012/= 02/12 18:55:26 floppym Exp $ + + 12 Feb 2012; Mike Gilbert avahi-0.6.30-r3.ebuild: + Call python_convert_shebangs() only in correct combination of USE flag= s. Patch + by Arfrever. =20 16 Jan 2012; Samuli Suominen -avahi-0.6.28-r1.e= build, -files/avahi-0.6.28-CVE-2011-1002.patch, -avahi-0.6.29-r1.ebuild,