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 1NH4Xa-0000T7-1u for garchives@archives.gentoo.org; Sat, 05 Dec 2009 23:59:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 814B3E06F3; Sat, 5 Dec 2009 23:59:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 44695E06F3 for ; Sat, 5 Dec 2009 23:59:52 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id DF43767CF1 for ; Sat, 5 Dec 2009 23:59:51 +0000 (UTC) Received: from vapier by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NH4XX-0002NB-0M for gentoo-commits@lists.gentoo.org; Sat, 05 Dec 2009 23:59:51 +0000 From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@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: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Message-Id: Sender: Mike Frysinger Date: Sat, 05 Dec 2009 23:59:51 +0000 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: 28dabdbb-54c0-4ce4-89ff-6e195046dbe0 X-Archives-Hash: 032d5d99ea09a45c49731d1c86833c7e vapier 09/12/05 23:59:51 Modified: static-dev-0.1.ebuild ChangeLog Log: Create device nodes in $D/dev instead of /dev #295732 by Diego E. Pette= n=C3=B2. (Portage version: 2.2_rc55/cvs/Linux x86_64) Revision Changes Path 1.11 sys-fs/static-dev/static-dev-0.1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/static-dev/= static-dev-0.1.ebuild?rev=3D1.11&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/static-dev/= static-dev-0.1.ebuild?rev=3D1.11&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/static-dev/= static-dev-0.1.ebuild?r1=3D1.10&r2=3D1.11 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.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- static-dev-0.1.ebuild 30 Mar 2008 15:14:00 -0000 1.10 +++ static-dev-0.1.ebuild 5 Dec 2009 23:59:50 -0000 1.11 @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 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.10 2008/03/30 15:14:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/static-dev/static-dev-0.1.ebui= ld,v 1.11 2009/12/05 23:59:50 vapier Exp $ =20 inherit toolchain-funcs =20 @@ -13,6 +13,8 @@ KEYWORDS=3D"alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc = x86" IUSE=3D"" =20 +RDEPEND=3D"|| ( sys-apps/makedev =3Dsys-apps/baselayout-1* )" + PROVIDE=3D"virtual/dev-manager" =20 pkg_preinst() { @@ -53,7 +55,6 @@ =20 einfo "Using generic${suffix} to make $(tc-arch) device nodes..." =20 - export PATH=3D${ROOT}/dev:/dev:${PATH} - MAKEDEV generic${suffix} || die - MAKEDEV sg scd rtc hde hdf hdg hdh input audio video || die + MAKEDEV -d "${D}"/dev generic${suffix} || die + MAKEDEV -d "${D}"/dev sg scd rtc hde hdf hdg hdh input audio video || d= ie } 1.10 sys-fs/static-dev/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/static-dev/= ChangeLog?rev=3D1.10&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/static-dev/= ChangeLog?rev=3D1.10&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/static-dev/= ChangeLog?r1=3D1.9&r2=3D1.10 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.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 1 Oct 2007 01:48:45 -0000 1.9 +++ ChangeLog 5 Dec 2009 23:59:50 -0000 1.10 @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/static-dev -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/static-dev/ChangeLog,v 1.9 200= 7/10/01 01:48:45 vapier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/static-dev/ChangeLog,v 1.10 20= 09/12/05 23:59:50 vapier Exp $ + + 06 Dec 2009; Mike Frysinger static-dev-0.1.ebuild: + Create device nodes in $D/dev instead of /dev #295732 by Diego E. + Petten=C3=B2. =20 01 Oct 2007; Mike Frysinger static-dev-0.1.ebuild: Fixup from Scott Price for devfs test #137434.