Updated to use package.use correctly. Blame Robert Paskowitz <rpaskowitz@confucius...
authorChris Gianelloni <wolf31o2@gentoo.org>
Wed, 26 Jan 2005 21:59:40 +0000 (21:59 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Wed, 26 Jan 2005 21:59:40 +0000 (21:59 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@528 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/grp/grp-chroot.sh
targets/livecd-stage1/livecd-stage1-chroot.sh
targets/netboot/netboot-busybox.sh
targets/netboot/netboot-kernel.sh
targets/netboot/netboot-packages.sh
targets/tinderbox/tinderbox-chroot.sh

index 7c9f6014358770973cfbd25057c5129e2322f642..3ba2797dfefe82f5841ec4efad50d2e8932ab9fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
 # ChangeLog for gentoo/src/catalyst 
 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.154 2005/01/26 15:34:28 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.155 2005/01/26 21:59:40 wolf31o2 Exp $
+
+  26 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+  targets/grp/grp-chroot.sh, targets/livecd-stage1/livecd-stage1-chroot.sh,
+  targets/netboot/netboot-busybox.sh, targets/netboot/netboot-kernel.sh,
+  targets/netboot/netboot-packages.sh,
+  targets/tinderbox/tinderbox-chroot.sh:
+  Updated to use package.use correctly. Blame Robert Paskowitz
+  <rpaskowitz@confucius.ca> from the gentoo-catalyst mailing list.
 
   26 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
   targets/stage1/stage1-preclean2-chroot.sh:
index 8dd5c2eb864edab018bd0d01d5fe66e4c68f1c4b..1003155185eb92bcf2fc7ecb95e98fc23358b3ff 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-chroot.sh,v 1.12 2005/01/13 22:57:25 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-chroot.sh,v 1.13 2005/01/26 21:59:40 wolf31o2 Exp $
 
 # check portage version in seed stage
 portage_version=`/usr/lib/portage/bin/portageq best_version / sys-apps/portage \
@@ -40,7 +40,7 @@ export CONFIG_PROTECT="-*"
 USE="build" emerge portage
 
 #turn off auto-use:
-export USE_ORDER="env:conf:defaults"
+export USE_ORDER="env:pkg:conf:defaults"
        
 if [ "${clst_grp_type}" = "pkgset" ]
 then
index 0c0d7b93ce11c48fba5d906e0b1f6efdfa2db06c..af82c7cc4eefb854aa44f445d11df4bdc2874494 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage1/livecd-stage1-chroot.sh,v 1.12 2005/01/13 22:57:25 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage1/livecd-stage1-chroot.sh,v 1.13 2005/01/26 21:59:40 wolf31o2 Exp $
 
 portage_version=`/usr/lib/portage/bin/portageq best_version / sys-apps/portage \
        | cut -d/ -f2 | cut -d- -f2,3`
@@ -50,7 +50,7 @@ export CONFIG_PROTECT="-*"
 ## START BUILD
 USE="build" emerge portage
 #turn off auto-use:
-export USE_ORDER="env:conf:defaults"   
+export USE_ORDER="env:pkg:conf:defaults"       
 
 if [ "${clst_VERBOSE}" ]
 then
index 17168f18274c11d112a7b016ccf2b0e06af96b24..a379f8c5ba430c9cf820203d50b36d460198ea94 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/Attic/netboot-busybox.sh,v 1.4 2005/01/11 15:22:41 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/Attic/netboot-busybox.sh,v 1.5 2005/01/26 21:59:40 wolf31o2 Exp $
 
 /usr/sbin/env-update
 source /etc/profile
@@ -11,7 +11,7 @@ source /etc/profile
 # setup our environment
 export FEATURES="${clst_myfeatures}"
 export CONFIG_PROTECT="-*"
-export USE_ORDER="env:conf:defaults"   
+export USE_ORDER="env:pkg:conf:defaults"       
 
 # Use the catalyst config
 export USE="netboot make-busybox-symlinks"
index fe1d0c071760afc65c3e410cfee1642158b90ebb..0a329d2209a45683f8461b98b39a6c7a30e98862 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/Attic/netboot-kernel.sh,v 1.5 2005/01/11 15:22:41 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/Attic/netboot-kernel.sh,v 1.6 2005/01/26 21:59:40 wolf31o2 Exp $
 
 /usr/sbin/env-update
 source /etc/profile
@@ -11,7 +11,7 @@ source /etc/profile
 # setup our environment
 export FEATURES="${clst_myfeatures}"
 export CONFIG_PROTECT="-*"
-export USE_ORDER="env:conf:defaults"   
+export USE_ORDER="env:pkg:conf:defaults"       
 
 mkdir -p ${GK_BINARIES}
 BUILD_KERNEL=1
index e5d392e23da12bbbf4032c4d637072f9dc7fb6a4..7abe23bcb36fd0f6e6bd4d88192e6603cbf3286d 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/Attic/netboot-packages.sh,v 1.4 2005/01/13 22:57:25 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/Attic/netboot-packages.sh,v 1.5 2005/01/26 21:59:40 wolf31o2 Exp $
 
 portage_version=`/usr/lib/portage/bin/portageq best_version / sys-apps/portage \
        | cut -d/ -f2 | cut -d- -f2,3`
@@ -20,7 +20,7 @@ source /etc/profile
 # setup our environment
 export FEATURES="${clst_myfeatures}"
 export CONFIG_PROTECT="-*"
-export USE_ORDER="env:conf:defaults"
+export USE_ORDER="env:pkg:conf:defaults"
 
 if [ "${clst_FETCH}" ]
 then
index 957702e95476e68ed6a35d8db9ebea27cfe40958..38627cff33344ac07e96c3e0c2d3631cd9435164 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/tinderbox/tinderbox-chroot.sh,v 1.8 2004/10/15 02:46:58 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/tinderbox/tinderbox-chroot.sh,v 1.9 2005/01/26 21:59:40 wolf31o2 Exp $
 
 /usr/sbin/env-update
 source /etc/profile
@@ -29,7 +29,7 @@ export CONFIG_PROTECT="-*"
 # START THE BUILD
 USE="build" emerge portage
 #turn off auto-use:
-export USE_ORDER="env:conf:defaults"   
+export USE_ORDER="env:pkg:conf:defaults"       
 #back up pristine system
 rsync -avx --exclude "/root/" --exclude "/tmp/" --exclude "/usr/portage/" / /tmp/rsync-bak/