Remove all bug references
authorJason Stubbs <jstubbs@gentoo.org>
Sat, 4 Feb 2006 03:38:49 +0000 (03:38 -0000)
committerJason Stubbs <jstubbs@gentoo.org>
Sat, 4 Feb 2006 03:38:49 +0000 (03:38 -0000)
svn path=/main/trunk/; revision=2649

bin/ebuild.sh
bin/emerge
cnf/etc-update.conf
pym/portage.py

index a89b530c99beb0ee0adb0f35576dc0e0bdb77b84..ccd02cdb25b6e4bacd0dce995191708a545fc608 100755 (executable)
@@ -57,7 +57,7 @@ set_colors
 # the sandbox is disabled by default except when overridden in the relevant stages
 export SANDBOX_ON="0"
 
-# sandbox support functions; defined prior to profile.bashrc srcing, since the profile might need to add a default exception (/usr/lib64/conftest fex, bug #60147)
+# sandbox support functions; defined prior to profile.bashrc srcing, since the profile might need to add a default exception (/usr/lib64/conftest fex)
 addread() {
        export SANDBOX_READ="$SANDBOX_READ:$1"
 }
@@ -1872,8 +1872,8 @@ export TMPDIR="${T}"
 # That will test for unset *or* NULL ("").  We want just to set for unset...
 
 #turn off glob expansion from here on in to prevent *'s and ? in the DEPEND
-#syntax from getting expanded :)  Fixes bug #1473
-#check eclass rdepends also. bug #58819
+#syntax from getting expanded :)
+#check eclass rdepends also.
 set -f
 if [ "${RDEPEND-unset}" == "unset" ] && [ "${E_RDEPEND-unset}" == "unset" ] ; then
        export RDEPEND="${DEPEND} ${E_DEPEND}"
index 3336ba189bc272eb13fc288da364b35bfa571280..cb130c5ebd2fa46fa9f7bea0f0bc24f54500fd8a 100755 (executable)
@@ -3132,7 +3132,7 @@ elif "depclean"==myaction:
                print "\n!!! Proceeding will break your installation.\n"
                countdown(EMERGE_WARNING_DELAY, ">>> Depclean")
 
-       if not "--pretend" in myopts": #just check pretend, since --ask implies pretend bug #119049
+       if not "--pretend" in myopts": #just check pretend, since --ask implies pretend
                emergelog(" >>> depclean")
        
        mydepgraph=depgraph(myaction,myopts)
index 74047b030e2e99b79452dd16ec00b2baeec888c1..647af12702f40e90f0d6e99c210adbeb25c4de3e 100644 (file)
@@ -21,7 +21,7 @@ cp_opts="-i"
 pager="less"
 #pager=""
 
-# For emacs-users bug #86067
+# For emacs-users
 # diff_command="eval emacs -nw --eval=\(ediff\ \"%file1\"\ \"%file2\"\)"
 #using_editor=1
 
index c027bd236699924ac5eabe3fc64b45a9cbfcb42d..9ab0a0891faea6da402e488a420047e070cc2b34 100644 (file)
@@ -4092,7 +4092,6 @@ class dbapi:
                if mycpv:
                        mysplit = pkgsplit(mycpv)
                        for x in self.match(mysplit[0],use_cache=0):
-                               # fixed bug #41062
                                if x==mycpv:
                                        continue
                                try:
@@ -6374,7 +6373,7 @@ class dblink:
                                        zing="---"
                                if self.settings["USERLAND"] == "Darwin" and myrealdest[-2:] == ".a":
 
-                                       # XXX kludge, bug #58848; can be killed when portage stops relying on
+                                       # XXX kludge, can be killed when portage stops relying on
                                        # md5+mtime, and uses refcounts
                                        # alright, we've fooled w/ mtime on the file; this pisses off static archives
                                        # basically internal mtime != file's mtime, so the linker (falsely) thinks