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 1P9PG6-0006Fc-Ts for garchives@archives.gentoo.org; Fri, 22 Oct 2010 21:34:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59987E079A; Fri, 22 Oct 2010 21:34:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 242EBE079A for ; Fri, 22 Oct 2010 21:34:39 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A10F1B4068 for ; Fri, 22 Oct 2010 21:34:38 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2184) id 049D620051; Fri, 22 Oct 2010 21:34:37 +0000 (UTC) From: "Gilles Dartiguelongue (eva)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, eva@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/gnome-bluetooth: gnome-bluetooth-2.32.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gnome-bluetooth-2.32.0.ebuild ChangeLog X-VCS-Directories: net-wireless/gnome-bluetooth X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue Content-Type: text/plain; charset=utf8 Message-Id: <20101022213437.049D620051@flycatcher.gentoo.org> Date: Fri, 22 Oct 2010 21:34:37 +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: 31329081-37ba-499e-860e-8af3fdd251f0 X-Archives-Hash: b08dda2b84b03e432489ecaeda7f72c5 eva 10/10/22 21:34:37 Modified: gnome-bluetooth-2.32.0.ebuild ChangeLog Log: Move nautilus-sendto la file removal behind nautilus USE flag. =20 (Portage version: 2.2_rc89/cvs/Linux x86_64) Revision Changes Path 1.2 net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.= ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome= -bluetooth/gnome-bluetooth-2.32.0.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome= -bluetooth/gnome-bluetooth-2.32.0.ebuild?rev=3D1.2&content-type=3Dtext/pl= ain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome= -bluetooth/gnome-bluetooth-2.32.0.ebuild?r1=3D1.1&r2=3D1.2 Index: gnome-bluetooth-2.32.0.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-wireless/gnome-bluetooth/gnome-blue= tooth-2.32.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnome-bluetooth-2.32.0.ebuild 21 Oct 2010 22:03:38 -0000 1.1 +++ gnome-bluetooth-2.32.0.ebuild 22 Oct 2010 21:34:36 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bl= uetooth-2.32.0.ebuild,v 1.1 2010/10/21 22:03:38 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bl= uetooth-2.32.0.ebuild,v 1.2 2010/10/22 21:34:36 eva Exp $ =20 EAPI=3D"3" =20 @@ -53,8 +53,10 @@ gnome2_src_install find "${ED}"/usr/$(get_libdir)/${PN}/plugins -name "*.la" -delete \ || die "la file removal failed (1)" - find "${ED}"/usr/$(get_libdir)/nautilus-sendto/plugins -name "*.la" -de= lete \ - || die "la file removal failed (1)" + if use nautilus; then + find "${ED}"/usr/$(get_libdir)/nautilus-sendto/plugins -name "*.la" -d= elete \ + || die "la file removal failed (1)" + fi } =20 pkg_preinst() { 1.81 net-wireless/gnome-bluetooth/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome= -bluetooth/ChangeLog?rev=3D1.81&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome= -bluetooth/ChangeLog?rev=3D1.81&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome= -bluetooth/ChangeLog?r1=3D1.80&r2=3D1.81 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-wireless/gnome-bluetooth/ChangeLog,= v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- ChangeLog 21 Oct 2010 22:03:38 -0000 1.80 +++ ChangeLog 22 Oct 2010 21:34:36 -0000 1.81 @@ -1,6 +1,10 @@ # ChangeLog for net-wireless/gnome-bluetooth # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLo= g,v 1.80 2010/10/21 22:03:38 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLo= g,v 1.81 2010/10/22 21:34:36 eva Exp $ + + 22 Oct 2010; Gilles Dartiguelongue + gnome-bluetooth-2.32.0.ebuild: + Move nautilus-sendto la file removal behind nautilus USE flag. =20 *gnome-bluetooth-2.32.0 (21 Oct 2010) =20