Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/static-dev: static-dev-0.1.ebuild ChangeLog
Date: Mon, 01 Oct 2007 01:57:48
Message-Id: E1IcAOs-0007wA-Cp@stork.gentoo.org
1 vapier 07/10/01 01:48:46
2
3 Modified: static-dev-0.1.ebuild ChangeLog
4 Log:
5 Fixup from Scott Price for devfs test #137434.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.9 sys-fs/static-dev/static-dev-0.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/static-dev/static-dev-0.1.ebuild?rev=1.9&view=markup
12 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
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/static-dev/static-dev-0.1.ebuild?r1=1.8&r2=1.9
14
15 Index: static-dev-0.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/static-dev/static-dev-0.1.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- static-dev-0.1.ebuild 24 Aug 2006 02:30:46 -0000 1.8
22 +++ static-dev-0.1.ebuild 1 Oct 2007 01:48:45 -0000 1.9
23 @@ -1,6 +1,6 @@
24 -# Copyright 2005-2006 Gentoo Foundation
25 +# Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $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 $
29
30 inherit toolchain-funcs
31
32 @@ -17,8 +17,8 @@
33 RDEPEND="virtual/baselayout"
34 PROVIDE="virtual/dev-manager"
35
36 -pkg_setup() {
37 - if [[ -d ${ROOT}/dev/.udev/ || ! -c ${ROOT}/dev/.devfs ]] ; then
38 +pkg_preinst() {
39 + if [[ -d ${ROOT}/dev/.udev || -c ${ROOT}/dev/.devfs ]] ; then
40 echo ""
41 eerror "We have detected that you currently use udev or devfs"
42 eerror "and this ebuild cannot install to the same mount-point."
43
44
45
46 1.9 sys-fs/static-dev/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/static-dev/ChangeLog?rev=1.9&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/static-dev/ChangeLog?rev=1.9&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/static-dev/ChangeLog?r1=1.8&r2=1.9
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sys-fs/static-dev/ChangeLog,v
55 retrieving revision 1.8
56 retrieving revision 1.9
57 diff -u -r1.8 -r1.9
58 --- ChangeLog 17 Sep 2007 21:04:48 -0000 1.8
59 +++ ChangeLog 1 Oct 2007 01:48:45 -0000 1.9
60 @@ -1,6 +1,9 @@
61 # ChangeLog for sys-fs/static-dev
62 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/static-dev/ChangeLog,v 1.8 2007/09/17 21:04:48 phreak Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/static-dev/ChangeLog,v 1.9 2007/10/01 01:48:45 vapier Exp $
65 +
66 + 01 Oct 2007; Mike Frysinger <vapier@g.o> static-dev-0.1.ebuild:
67 + Fixup from Scott Price for devfs test #137434.
68
69 17 Sep 2007; Christian Heim <phreak@g.o> metadata.xml:
70 Removing johnm from metadata.xml (see #186467 for reference).
71
72
73
74 --
75 gentoo-commits@g.o mailing list