Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 362203 - net-misc/pssh-2.2.2 released
Summary: net-misc/pssh-2.2.2 released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High enhancement
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-05 18:51 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2011-04-27 06:49 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-04-05 18:51:27 UTC
net-misc/pssh-2.2.2 was released on 2011-02-02.
Comment 1 Ultrabug gentoo-dev 2011-04-26 08:40:05 UTC
Thanks for reporting this Arfrever, it's in tree now.
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-04-26 16:40:07 UTC
Calling doman in pkg_postinst() is very strange.
You probably need:

src_install() {
	distutils_src_install
	doman "${D}/usr/share/man/man1/pssh.1"
}
Comment 3 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2011-04-26 17:07:34 UTC
(In reply to comment #2)
> Calling doman in pkg_postinst() is very strange.
We don't need it at all. Thanks for spotting.
Comment 4 Ultrabug gentoo-dev 2011-04-27 06:49:51 UTC
Oh yep, thanks and sorry for this guys.