Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 25409 Details for
Bug 41250
Nice progressbar to source extraction...
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
diff against current ebuild.sh
diff (text/plain), 1.59 KB, created by
Radek Podgorny
on 2004-02-11 07:47:48 UTC
(
hide
)
Description:
diff against current ebuild.sh
Filename:
MIME Type:
Creator:
Radek Podgorny
Created:
2004-02-11 07:47:48 UTC
Size:
1.59 KB
patch
obsolete
>--- ~ebuild.sh 2004-02-10 12:53:42.000000000 +0100 >+++ ebuild.sh 2004-02-11 16:35:11.840981800 +0100 >@@ -301,6 +301,7 @@ > local x > local y > local myfail >+ local barvars="--no-count --no-throughput --no-summary" > local tarvars > > if [ "$USERLAND" == "BSD" ]; then >@@ -316,29 +317,29 @@ > > case "${x##*.}" in > tar) >- tar ${tarvars} -xf "${DISTDIR}/${x}" || die "$myfail" >+ bar ${barvars} -if "${DISTDIR}/${X}" | tar ${tarvars} -x || die "$myfail" > ;; > tgz) >- tar ${tarvars} -xzf "${DISTDIR}/${x}" || die "$myfail" >+ bar ${barvars} -if "${DISTDIR}/${x}" | tar ${tarvars} -xz || die "$myfail" > ;; > tbz2) >- bzip2 -dc "${DISTDIR}/${x}" | tar ${tarvars} -xf - || die "$myfail" >+ bar ${barvars} -if "${DISTDIR}/${x}" | bzip2 -dc | tar ${tarvars} -xf - || die "$myfail" > ;; > ZIP|zip) > unzip -qo "${DISTDIR}/${x}" || die "$myfail" > ;; > gz|Z|z) > if [ "${y}" == "tar" ]; then >- tar ${tarvars} -xzf "${DISTDIR}/${x}" || die "$myfail" >+ bar ${barvars} -if "${DISTDIR}/${X}" | tar ${tarvars} -xz || die "$myfail" > else >- gzip -dc "${DISTDIR}/${x}" > ${x%.*} || die "$myfail" >+ bar ${barvars} -if "${DISTDIR}/${x}" | gzip -dc > ${x%.*} || die "$myfail" > fi > ;; > bz2) > if [ "${y}" == "tar" ]; then >- bzip2 -dc "${DISTDIR}/${x}" | tar ${tarvars} -xf - || die "$myfail" >+ bar ${barvars} -if "${DISTDIR}/${x}" | bzip2 -dc | tar ${tarvars} -xf - || die "$myfail" > else >- bzip2 -dc "${DISTDIR}/${x}" > ${x%.*} || die "$myfail" >+ bar ${barvars} -if "${DISTDIR}/${x}" | bzip2 -dc > ${x%.*} || die "$myfail" > fi > ;; > *)
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 41250
: 25409 |
25440