From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IcAXb-0001Wv-Ly for garchives@archives.gentoo.org; Mon, 01 Oct 2007 01:57:48 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l911mn7d012875; Mon, 1 Oct 2007 01:48:49 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l911mlNs012870 for ; Mon, 1 Oct 2007 01:48:48 GMT 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 9947C64E0A for ; Mon, 1 Oct 2007 01:48:47 +0000 (UTC) Received: from vapier by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IcAOs-0007wA-Cp for gentoo-commits@lists.gentoo.org; Mon, 01 Oct 2007 01:48:46 +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 Content-Transfer-Encoding: 8bit Message-Id: Sender: Mike Frysinger Date: Mon, 01 Oct 2007 01:48:46 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: d872d45e-4900-4d35-9d3d-3579d6c300fe X-Archives-Hash: 4553046bc75fb172d7707958fb63500d vapier 07/10/01 01:48:46 Modified: static-dev-0.1.ebuild ChangeLog Log: Fixup from Scott Price for devfs test #137434. (Portage version: 2.1.3.9) Revision Changes Path 1.9 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=1.9&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/static-dev/static-dev-0.1.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/static-dev/static-dev-0.1.ebuild?r1=1.8&r2=1.9 Index: static-dev-0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/static-dev/static-dev-0.1.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- static-dev-0.1.ebuild 24 Aug 2006 02:30:46 -0000 1.8 +++ static-dev-0.1.ebuild 1 Oct 2007 01:48:45 -0000 1.9 @@ -1,6 +1,6 @@ -# Copyright 2005-2006 Gentoo Foundation +# Copyright 1999-2007 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.ebuild,v 1.8 2006/08/24 02:30:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/static-dev/static-dev-0.1.ebuild,v 1.9 2007/10/01 01:48:45 vapier Exp $ inherit toolchain-funcs @@ -17,8 +17,8 @@ RDEPEND="virtual/baselayout" PROVIDE="virtual/dev-manager" -pkg_setup() { - if [[ -d ${ROOT}/dev/.udev/ || ! -c ${ROOT}/dev/.devfs ]] ; then +pkg_preinst() { + if [[ -d ${ROOT}/dev/.udev || -c ${ROOT}/dev/.devfs ]] ; then echo "" eerror "We have detected that you currently use udev or devfs" eerror "and this ebuild cannot install to the same mount-point." 1.9 sys-fs/static-dev/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/static-dev/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/static-dev/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/static-dev/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/static-dev/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 17 Sep 2007 21:04:48 -0000 1.8 +++ ChangeLog 1 Oct 2007 01:48:45 -0000 1.9 @@ -1,6 +1,9 @@ # 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.8 2007/09/17 21:04:48 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/static-dev/ChangeLog,v 1.9 2007/10/01 01:48:45 vapier Exp $ + + 01 Oct 2007; Mike Frysinger static-dev-0.1.ebuild: + Fixup from Scott Price for devfs test #137434. 17 Sep 2007; Christian Heim metadata.xml: Removing johnm from metadata.xml (see #186467 for reference). -- gentoo-commits@gentoo.org mailing list