Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/default-linux: packages.build
Date: Wed, 06 Feb 2008 16:25:54
Message-Id: E1JMn5s-0007rZ-CI@stork.gentoo.org
1 wolf31o2 08/02/06 16:25:52
2
3 Modified: packages.build
4 Log:
5 Added arts to package.use for emul-linux-x86-soundlibs, removing debianutils/perl/python from packags/packages.build, since they're pulled in via other packages, anyway, and changing portage and baselayout to virtuals.
6
7 Revision Changes Path
8 1.18 profiles/default-linux/packages.build
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/packages.build?rev=1.18&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/packages.build?rev=1.18&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/packages.build?r1=1.17&r2=1.18
13
14 Index: packages.build
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/default-linux/packages.build,v
17 retrieving revision 1.17
18 retrieving revision 1.18
19 diff -u -r1.17 -r1.18
20 --- packages.build 9 Feb 2007 22:16:00 -0000 1.17
21 +++ packages.build 6 Feb 2008 16:25:51 -0000 1.18
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-linux/packages.build,v 1.17 2007/02/09 22:16:00 wolf31o2 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/packages.build,v 1.18 2008/02/06 16:25:51 wolf31o2 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 @@ -16,12 +16,12 @@
31 app-shells/bash
32 net-misc/rsync
33 net-misc/wget
34 -sys-apps/baselayout
35 +virtual/baselayout
36 sys-devel/autoconf
37 sys-devel/automake
38 sys-devel/libtool
39 sys-apps/coreutils
40 -sys-apps/debianutils
41 +#sys-apps/debianutils
42 sys-apps/diffutils
43 sys-apps/file
44 sys-apps/findutils
45 @@ -29,7 +29,6 @@
46 sys-apps/grep
47 sys-apps/less
48 sys-apps/net-tools
49 -sys-apps/portage
50 sys-apps/sed
51 sys-apps/texinfo
52 sys-devel/binutils
53 @@ -40,9 +39,10 @@
54 sys-devel/gnuconfig
55 sys-devel/make
56 sys-devel/patch
57 -dev-lang/perl
58 -dev-lang/python
59 +#dev-lang/perl
60 +#dev-lang/python
61 virtual/editor
62 virtual/gzip
63 virtual/libc
64 virtual/os-headers
65 +virtual/portage
66
67
68
69 --
70 gentoo-commits@l.g.o mailing list