Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 20091 Details for
Bug 32505
patch for qpkg to solve ambiguity between qpkg -I -q and depclean.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
qpkg.patch
qpkg.patch (text/plain), 648 bytes, created by
Ian Leitch (RETIRED)
on 2003-11-01 19:01:17 UTC
(
hide
)
Description:
qpkg.patch
Filename:
MIME Type:
Creator:
Ian Leitch (RETIRED)
Created:
2003-11-01 19:01:17 UTC
Size:
648 bytes
patch
obsolete
>--- qpkg.orig 2003-11-01 18:37:40.549748304 +0000 >+++ qpkg 2003-11-01 18:40:54.632243280 +0000 >@@ -388,7 +388,10 @@ > [[ "${place}" == "iii" ]] && color="${GR}" || color="${RD}" > grep -R "${package}" /var/db/pkg/*/*/RDEPEND | \ > cut -f5,6 -d"/" | sed -e "s:^:\t${color}:;s:$:${NO}:" | sort -u >-# gawk -F "/" '{printf("${place}\n\t%s/%s${NO}",$5,$6)}' | sort -u >+# gawk -F "/" '{printf("${place}\n\t%s/%s${NO}",$5,$6)}' | sort -u >+ if [[ $(grep -R "*${package}" /etc/make.profile/packages) != "" ]]; then >+ echo -e "\t${color}SYSTEM PROFILE${NO}" >+ fi > fi > > # cat package content, remove obj/sym/dir, md5 and mtime when not verbose
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 32505
: 20091