Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/fuser-bsd: ChangeLog fuser-bsd-1142334561.ebuild
Date: Sat, 18 Jul 2009 09:43:30
Message-Id: E1MS6Ry-00030U-JU@stork.gentoo.org
1 aballier 09/07/18 09:43:26
2
3 Modified: ChangeLog fuser-bsd-1142334561.ebuild
4 Log:
5 depend on fbsd-mk-defs to avoid failures when building stages
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 sys-process/fuser-bsd/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/fuser-bsd/ChangeLog?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/fuser-bsd/ChangeLog?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/fuser-bsd/ChangeLog?r1=1.4&r2=1.5
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-process/fuser-bsd/ChangeLog,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- ChangeLog 18 Oct 2006 11:22:08 -0000 1.4
22 +++ ChangeLog 18 Jul 2009 09:43:26 -0000 1.5
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-process/fuser-bsd
25 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fuser-bsd/ChangeLog,v 1.4 2006/10/18 11:22:08 uberlord Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/sys-process/fuser-bsd/ChangeLog,v 1.5 2009/07/18 09:43:26 aballier Exp $
29 +
30 + 18 Jul 2009; Alexis Ballier <aballier@g.o>
31 + fuser-bsd-1142334561.ebuild:
32 + depend on fbsd-mk-defs to avoid failures when building stages
33
34 18 Oct 2006; Roy Marples <uberlord@g.o>
35 fuser-bsd-1142334561.ebuild:
36
37
38
39 1.6 sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild?r1=1.5&r2=1.6
44
45 Index: fuser-bsd-1142334561.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- fuser-bsd-1142334561.ebuild 14 Jul 2007 23:02:48 -0000 1.5
52 +++ fuser-bsd-1142334561.ebuild 18 Jul 2009 09:43:26 -0000 1.6
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2006 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild,v 1.5 2007/07/14 23:02:48 mr_bones_ Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild,v 1.6 2009/07/18 09:43:26 aballier Exp $
59
60 inherit base bsdmk eutils
61
62 @@ -15,7 +15,7 @@
63 KEYWORDS="~sparc-fbsd ~x86-fbsd"
64 IUSE=""
65
66 -DEPEND=""
67 +DEPEND="sys-freebsd/freebsd-mk-defs"
68 RDEPEND="!sys-process/psmisc"
69
70 S="${WORKDIR}/${PN/-bsd/}"