Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/default-bsd/fbsd: packages.build virtuals
Date: Sun, 30 Mar 2008 16:52:49
Message-Id: E1Jg0ly-00063F-12@stork.gentoo.org
1 vapier 08/03/30 16:52:46
2
3 Modified: packages.build virtuals
4 Log:
5 convert virtual/baselayout to sys-apps/baselayout
6
7 Revision Changes Path
8 1.3 profiles/default-bsd/fbsd/packages.build
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-bsd/fbsd/packages.build?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-bsd/fbsd/packages.build?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-bsd/fbsd/packages.build?r1=1.2&r2=1.3
13
14 Index: packages.build
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/default-bsd/fbsd/packages.build,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- packages.build 13 Jul 2007 13:13:44 -0000 1.2
21 +++ packages.build 30 Mar 2008 16:52:45 -0000 1.3
22 @@ -1,6 +1,6 @@
23 # Copyright 2004 Gentoo Foundation.
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/fbsd/packages.build,v 1.2 2007/07/13 13:13:44 flameeyes Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/fbsd/packages.build,v 1.3 2008/03/30 16:52:45 vapier Exp $
27
28 # This file describes the packages needed to build a stage 1 based on this
29 # profile. Packages in this file are built in order.
30 @@ -13,7 +13,7 @@
31 app-shells/bash
32 net-misc/rsync
33 net-misc/wget
34 -virtual/baselayout
35 +sys-apps/baselayout
36 sys-apps/diffutils
37 sys-apps/file
38 sys-apps/gawk
39
40
41
42 1.8 profiles/default-bsd/fbsd/virtuals
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-bsd/fbsd/virtuals?rev=1.8&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-bsd/fbsd/virtuals?rev=1.8&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-bsd/fbsd/virtuals?r1=1.7&r2=1.8
47
48 Index: virtuals
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/profiles/default-bsd/fbsd/virtuals,v
51 retrieving revision 1.7
52 retrieving revision 1.8
53 diff -u -r1.7 -r1.8
54 --- virtuals 5 Oct 2006 10:46:01 -0000 1.7
55 +++ virtuals 30 Mar 2008 16:52:45 -0000 1.8
56 @@ -1,13 +1,12 @@
57 # Copyright 1999-2005 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License, v2
59 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/fbsd/virtuals,v 1.7 2006/10/05 10:46:01 flameeyes Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/fbsd/virtuals,v 1.8 2008/03/30 16:52:45 vapier Exp $
61
62 # This file defines the virtuals that Gentoo/FreeBSD needs to modify respect
63 # the base profile
64
65 # KEEP THIS FILE SORTED ALPHABETICALLY OR RISK WRATH
66
67 -virtual/baselayout sys-apps/baselayout
68 virtual/bootloader sys-freebsd/boot0
69 virtual/inetd sys-freebsd/freebsd-usbin
70 virtual/libc sys-freebsd/freebsd-lib
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list