Remove temporary package listing code, since --verbose is forced on with --debug
authorAndrew Gaffney <agaffney@gentoo.org>
Thu, 21 Feb 2008 16:01:41 +0000 (16:01 +0000)
committerAndrew Gaffney <agaffney@gentoo.org>
Thu, 21 Feb 2008 16:01:41 +0000 (16:01 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1322 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/support/chroot-functions.sh

index 7de19b75662f00d5f243484b7bc5a6cb148e5c88..f3553b22d784ba9d1b22f921a681fe46226e8c92 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Id: $
 
+  21 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
+  targets/support/chroot-functions.sh:
+  Remove temporary package listing code, since --verbose is forced on with
+  --debug
+
   21 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst:
   Force-enable --verbose when using --debug
 
index 59a0b77b7d98d0c58f2adb38f8d63cfafa3e993a..89f0c96455869f583344bbc58345cd164455f5b7 100755 (executable)
@@ -304,21 +304,6 @@ show_debug() {
                echo "KERNEL_ABI:            $(portageq envvar KERNEL_ABI)"
                echo "MULTILIB_ABIS:         $(portageq envvar MULTILIB_ABIS)"
                echo
-               ### XXX: This is temporary until we make --debug force-enable --verbose
-               if [ -n "${clst_buildpkgs}" ]
-               then
-                       PACKAGES=${clst_buildpkgs}
-               elif [ -n "${clst_packages}" ]
-               then
-                       PACKAGES=${clst_packages}
-               fi
-               if [ -n "${PACKAGES}" ]
-               then
-                       echo "Packages:"
-                       echo "${PACKAGES}"
-                       echo
-               fi
-               ### XXX: end of section to remove
        fi
 }