Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18998 - pdksh-5.2.14-r4.ebuild (Update)
Summary: pdksh-5.2.14-r4.ebuild (Update)
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-08 16:14 UTC by Bill Gjestvang
Modified: 2003-08-13 05:32 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to pdksh-5.2.14-r4.ebuild (pdksh-5.2.14-r4.ebuild.diff,676 bytes, patch)
2003-04-08 16:21 UTC, Bill Gjestvang
Details | Diff
MD5 digests for pdksh gzipped patches (digest-pdksh-5.2.14-gz-patches,135 bytes, text/plain)
2003-04-08 16:24 UTC, Bill Gjestvang
Details
Patch to pdksh-5.2.14-r4.ebuild (correct patch command) (pdksh-5.2.14-r4.ebuild.diff,676 bytes, patch)
2003-04-08 16:44 UTC, Bill Gjestvang
Details | Diff
revised patch using epatch function to simplify (pdksh-5.2.14-r4.ebuild.diff,566 bytes, patch)
2003-04-30 00:40 UTC, Bill Gjestvang
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bill Gjestvang 2003-04-08 16:14:57 UTC
ftp://ftp.cs.mun.ca/pub/pdksh/${P}-patches.1 no longer exists.
Use ftp://ftp.cs.mun.ca/pub/pdksh/${P}-patches.1.gz
and unzip to the temp dir before patching.

Add pdksh-5.2.14-patches.2.gz

Replace instances of "pdksh" with "${PN}

Add mirror ftp://ftp.rge.com/pub/shells/ for each file, since main ftp site tops
out at 30 users.
Comment 1 Bill Gjestvang 2003-04-08 16:21:51 UTC
Created attachment 10404 [details, diff]
Patch to pdksh-5.2.14-r4.ebuild

Change patch file paths to .gz patches; uncompressed no longer exist on the
main pdksh ftp sites.

Also, add more recent patches, add mirror site, change "pdksh" to "${PN}".
Comment 2 Bill Gjestvang 2003-04-08 16:24:55 UTC
Created attachment 10405 [details]
MD5 digests for pdksh gzipped patches
Comment 3 Bill Gjestvang 2003-04-08 16:44:48 UTC
Created attachment 10406 [details, diff]
Patch to pdksh-5.2.14-r4.ebuild (correct patch command)

Oops.
    patch -p2 < ${T}/${P}-patches.2
should have been
    patch -p0 < ${T}/${P}-patches.2
Fixed here.
Comment 4 Graham Forest 2003-04-24 16:26:26 UTC
This looks like an ideal use of the eutils eclass' `epatch` utility. It can handle .gz patches, and will find the -p level automatically. Do you want to impliment, or shall I?
Comment 5 Bill Gjestvang 2003-04-30 00:40:38 UTC
Created attachment 11317 [details, diff]
revised patch using epatch function to simplify

Graham, here's the epatch patch you suggested.
Comment 6 Graham Forest 2003-06-28 01:11:56 UTC
So long, and thanks for all the fish
Comment 7 Martin Holzer (RETIRED) gentoo-dev 2003-07-07 08:19:47 UTC
rainer: when having any problems i'll help you
Comment 8 Rainer Größlinger (RETIRED) gentoo-dev 2003-07-07 08:50:21 UTC
please assign it to someone else, I don't even use pdksh ;) 
Comment 9 Tim Yamin (RETIRED) gentoo-dev 2003-08-13 05:32:00 UTC
This is in portage already, closing bugs...