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 1QAr0s-0005hX-Nw for garchives@archives.gentoo.org; Fri, 15 Apr 2011 21:57:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E86AD1C00C; Fri, 15 Apr 2011 21:57:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B96191C02C for ; Fri, 15 Apr 2011 21:57:07 +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 2426C1B4001 for ; Fri, 15 Apr 2011 21:57:07 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2178) id B9C7120054; Fri, 15 Apr 2011 21:57:05 +0000 (UTC) From: "Ulrich Mueller (ulm)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ulm@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/static-dev: static-dev-0.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: static-dev-0.1.ebuild ChangeLog X-VCS-Directories: sys-fs/static-dev X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller Content-Type: text/plain; charset=utf8 Message-Id: <20110415215705.B9C7120054@flycatcher.gentoo.org> Date: Fri, 15 Apr 2011 21:57:05 +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: 649fa034e2a20dfc7a7a06fa63f9e22c ulm 11/04/15 21:57:05 Modified: static-dev-0.1.ebuild ChangeLog Log: Don't PROVIDE virtual/dev-manager, it is a new-style virtual now. Bug 3= 61133. =20 (Portage version: 2.1.9.46/cvs/Linux x86_64) Revision Changes Path 1.13 sys-fs/static-dev/static-dev-0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/static-dev/= static-dev-0.1.ebuild?rev=3D1.13&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/static-dev/= static-dev-0.1.ebuild?rev=3D1.13&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/static-dev/= static-dev-0.1.ebuild?r1=3D1.12&r2=3D1.13 Index: static-dev-0.1.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/sys-fs/static-dev/static-dev-0.1.ebuild= ,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- static-dev-0.1.ebuild 6 Feb 2011 11:05:58 -0000 1.12 +++ static-dev-0.1.ebuild 15 Apr 2011 21:57:05 -0000 1.13 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/static-dev/static-dev-0.1.ebui= ld,v 1.12 2011/02/06 11:05:58 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/static-dev/static-dev-0.1.ebui= ld,v 1.13 2011/04/15 21:57:05 ulm Exp $ =20 inherit toolchain-funcs =20 @@ -15,8 +15,6 @@ =20 RDEPEND=3D"|| ( sys-apps/makedev =3Dsys-apps/baselayout-1* )" =20 -PROVIDE=3D"virtual/dev-manager" - pkg_preinst() { if [[ -d ${ROOT}/dev/.udev || -c ${ROOT}/dev/.devfs ]] ; then echo "" 1.12 sys-fs/static-dev/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/static-dev/= ChangeLog?rev=3D1.12&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/static-dev/= ChangeLog?rev=3D1.12&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/static-dev/= ChangeLog?r1=3D1.11&r2=3D1.12 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/sys-fs/static-dev/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 6 Feb 2011 11:05:58 -0000 1.11 +++ ChangeLog 15 Apr 2011 21:57:05 -0000 1.12 @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/static-dev # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/static-dev/ChangeLog,v 1.11 20= 11/02/06 11:05:58 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/static-dev/ChangeLog,v 1.12 20= 11/04/15 21:57:05 ulm Exp $ + + 15 Apr 2011; Ulrich Mueller static-dev-0.1.ebuild: + Don't PROVIDE virtual/dev-manager, it is a new-style virtual now. Bug = 361133. =20 06 Feb 2011; Mart Raudsepp static-dev-0.1.ebuild: Drop to ~mips