Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 153687 - pdsh 2.11 ebuild, update to currently masked 2.9.
Summary: pdsh 2.11 ebuild, update to currently masked 2.9.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-01 07:22 UTC by Allen S. Rout
Modified: 2010-09-10 19:00 UTC (History)
0 users

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


Attachments
Ebuild for pdsh-2.11, pointed at sourceforge. (pdsh-2.11.ebuild,903 bytes, text/plain)
2006-11-01 07:24 UTC, Allen S. Rout
Details
pdsh-2.11.ebuild, Revised in line with comments (pdsh-2.11.ebuild,844 bytes, text/plain)
2006-11-02 05:58 UTC, Allen S. Rout
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Allen S. Rout 2006-11-01 07:22:30 UTC
Since 2.9, pdsh development has been going on on sourceforge.  Submitted for your consideration, a sourceforge-ized ebuild, plus version bump.
Comment 1 Allen S. Rout 2006-11-01 07:24:24 UTC
Created attachment 100965 [details]
Ebuild for pdsh-2.11, pointed at sourceforge.

Minimal changes here.  Bumped and changed the source_uri to be the sourceforge mirror: URI.
Comment 2 Donnie Berkholz (RETIRED) gentoo-dev 2006-11-01 17:20:38 UTC
Might as well change a few other things while we're here ... get rid of the unconditional rsh dep, and stop using MY_P since we can just use the default. Possibly a switch to emake DESTDIR="${D}" install instead of einstall if it works yet.
Comment 3 Allen S. Rout 2006-11-02 05:57:12 UTC
(In reply to comment #2)
> Might as well change a few other things while we're here ... get rid of the
> unconditional rsh dep, and stop using MY_P since we can just use the default.
> Possibly a switch to emake DESTDIR="${D}" install instead of einstall if it
> works yet.

OK. displaying my ignorance level, I'll babble about what I did to try to accomplish these things.

- Unconditional rsh dep:  
  + add 'rsh' to IUSE (doesn't seem to be global)
  + add rsh logic to RDEPEND
  + add rsh logic to econf

- MY_P: in the old source, the versions were x.y-z; this necessitated the 
  replace_version_separator behavior.  
  + remove MY_P and MY_PV 
  + Put $P back in src_uri
  + Remove unneeded versionator reference
  + remove 'S' reset.

I'm not sure what the 'if it works' is about w.r.t. emake destdir=d.  I googled
around for that topic and found examples but no particular discussion.  But 
I'll call that Works For Me. 
Comment 4 Allen S. Rout 2006-11-02 05:58:05 UTC
Created attachment 101045 [details]
pdsh-2.11.ebuild, Revised in line with comments
Comment 5 Donnie Berkholz (RETIRED) gentoo-dev 2006-11-22 11:21:09 UTC
Fixed, thanks\!