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 BC04A138493 for ; Mon, 14 Jan 2013 20:58:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D16F9E01A3; Mon, 14 Jan 2013 20:58:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59002E01A3 for ; Mon, 14 Jan 2013 20:58:57 +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 6110233DA77 for ; Mon, 14 Jan 2013 20:58:56 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 812) id 6745B2171D; Mon, 14 Jan 2013 20:58:54 +0000 (UTC) From: "William Hubbs (williamh)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, williamh@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-197-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: udev-197-r2.ebuild ChangeLog X-VCS-Directories: sys-fs/udev X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130114205854.6745B2171D@flycatcher.gentoo.org> Date: Mon, 14 Jan 2013 20:58:54 +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: fd2fc8da-085e-4a82-a7d2-51af0be11397 X-Archives-Hash: e6a54b28531b5aefa8cd91dfa51ee436 williamh 13/01/14 20:58:54 Modified: udev-197-r2.ebuild ChangeLog Log: update the emerge procedure for udev consumers to use qfile. Thanks to Paul Varner for explaining why this is the better option. (Portage version: 2.2.0_alpha151/cvs/Linux i686, signed Manifest commit with key 0x30C46538) Revision Changes Path 1.5 sys-fs/udev/udev-197-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-197-r2.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-197-r2.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-197-r2.ebuild?r1=1.4&r2=1.5 Index: udev-197-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-197-r2.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- udev-197-r2.ebuild 14 Jan 2013 18:08:01 -0000 1.4 +++ udev-197-r2.ebuild 14 Jan 2013 20:58:54 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-197-r2.ebuild,v 1.4 2013/01/14 18:08:01 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-197-r2.ebuild,v 1.5 2013/01/14 20:58:54 williamh Exp $ EAPI=4 @@ -399,7 +399,8 @@ ewarn "/lib/udev." ewarn ewarn "One way to do this is to run the following command:" - ewarn "emerge -1av \$(equery -q belongs -n /usr/lib/udev | xargs)" + ewarn "emerge -av1 \$(qfile -q -S -C /usr/lib/udev)" + ewarn "Note that qfile can be found in app-portage/portage-utils" fi ewarn 1.761 sys-fs/udev/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.761&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.761&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?r1=1.760&r2=1.761 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v retrieving revision 1.760 retrieving revision 1.761 diff -u -r1.760 -r1.761 --- ChangeLog 14 Jan 2013 18:08:01 -0000 1.760 +++ ChangeLog 14 Jan 2013 20:58:54 -0000 1.761 @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/udev # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.760 2013/01/14 18:08:01 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.761 2013/01/14 20:58:54 williamh Exp $ + + 14 Jan 2013; William Hubbs udev-197-r2.ebuild: + update the emerge procedure for udev consumers to use qfile. Thanks to Paul + Varner for explaining why this is the better option. 14 Jan 2013; William Hubbs udev-197-r2.ebuild: Add an example of the command needed to re-emerge packages with files in