Fixed up spacing/coding style on grp.
authorChris Gianelloni <wolf31o2@gentoo.org>
Fri, 16 Dec 2005 19:14:46 +0000 (19:14 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Fri, 16 Dec 2005 19:14:46 +0000 (19:14 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@973 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/grp/grp-chroot.sh
targets/grp/grp-controller.sh
targets/grp/grp-preclean-chroot.sh

index 6f4090774ee161510c7032cedb7d61f155373294..2ff34a43c092c6e07e5d8c774f628cdf63334882 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.460 2005/12/16 19:08:59 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.461 2005/12/16 19:14:45 wolf31o2 Exp $
+
+  16 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+  targets/grp/grp-chroot.sh, targets/grp/grp-controller.sh,
+  targets/grp/grp-preclean-chroot.sh:
+  Fixed up spacing/coding style on grp.
 
   16 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
   targets/embedded/embedded-chroot.sh,
index 99f18c0ac94e3f2a06cb13a6da8286b9cdaed513..2568920350a95ad8cdf690a5c6cfff2a4fc51abd 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2005 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.24 2005/12/09 19:03:07 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-chroot.sh,v 1.25 2005/12/16 19:14:46 wolf31o2 Exp $
 
 . /tmp/chroot-functions.sh
 
@@ -11,19 +11,19 @@ update_env_settings
 
 setup_myfeatures
 
-# setup the environment
+# Setup the environment
 export FEATURES="${clst_myfeatures}"
 ## START BUILD
 setup_portage
 
-#turn off auto-use:
+# Turn off auto-use:
 export USE_ORDER="env:pkg:conf:defaults"
 
 unset DISTDIR
 
-#don't grab MS core fonts, etc.
+# Don't grab MS core fonts, etc.
 export USE="${USE} ${clst_use}"
-       
+
 if [ "${clst_grp_type}" = "pkgset" ]
 then
        unset DISTDIR
@@ -36,7 +36,8 @@ then
 
        if [ -n "${clst_VERBOSE}" ]
        then
-               emerge --usepkg --buildpkg --noreplace --newuse -vp ${clst_myemergeopts} ${clst_grp_packages} || exit 1
+               emerge --usepkg --buildpkg --noreplace --newuse -vp \
+                       ${clst_myemergeopts} ${clst_grp_packages} || exit 1
                echo "Press any key within 15 seconds to pause the build..."
                read -s -t 15 -n 1
                if [ $? -eq 0 ]
@@ -45,8 +46,10 @@ then
                        read -s -n 1
                fi
        fi
-       emerge --usepkg --buildpkg --noreplace --newuse ${clst_myemergeopts} ${clst_grp_packages} || exit 1
+       emerge --usepkg --buildpkg --noreplace --newuse ${clst_myemergeopts} \
+               ${clst_grp_packages} || exit 1
 else
-       DISTDIR="/tmp/grp/${clst_grp_target}" emerge --fetchonly ${clst_grp_packages} || exit 1
+       DISTDIR="/tmp/grp/${clst_grp_target}" emerge --fetchonly \
+               ${clst_grp_packages} || exit 1
        unset PKGDIR
 fi
index 7b72edbe99e510eac2ce0ae0c49ec1f9ae818d4c..449600059706ee3a74cf37be5d6e0d47e887c7df 100755 (executable)
@@ -1,7 +1,8 @@
 #!/bin/bash
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-controller.sh,v 1.3 2005/07/05 21:53:41 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-controller.sh,v 1.4 2005/12/16 19:14:46 wolf31o2 Exp $
+
 . ${clst_sharedir}/targets/support/functions.sh
 
 case $1 in
index 3d21ba88aa9ffb61a4b69491489b5bf5bf4c0ff5..01954e013c73461fdd2cf406395269cab9c91d95 100755 (executable)
@@ -1,8 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-preclean-chroot.sh,v 1.8 2005/07/05 21:53:41 wolf31o2 Exp $
-
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-preclean-chroot.sh,v 1.9 2005/12/16 19:14:46 wolf31o2 Exp $
 
 . /tmp/chroot-functions.sh
 update_env_settings