Bug 192734 - dev-python/xmpppy-0.4.0 is missing docs/examples
Bug#: 192734 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: trivial Priority: P5
Resolution: FIXED Assigned To: sbriesen@gentoo.org Reported By: zany@triq.net
Component: Ebuilds
URL: 
Summary: dev-python/xmpppy-0.4.0 is missing docs/examples
Keywords:  
Status Whiteboard: 
Opened: 2007-09-16 21:06 0000
Description:   Opened: 2007-09-16 21:06 0000
The dev-python/xmpppy-0.4.0 ebuild does not install the useful docs and
examples from xmpppy-0.4.0.tar.gz.
I.e. I'm missing the nice ./doc/examples/xsend.py script (it's more useful than
the net-im/sendxmpp-0.0.8 ebuild -- Net::XMPP croaks on DIGEST-MD5 there).


Reproducible: Always

Steps to Reproduce:
1. emerge dev-python/xmpppy-0.4.0
2. untar xmpppy-0.4.0.tar.gz
3. compare installed files with doc dir

------- Comment #1 From Stefan Briesenick 2007-09-17 20:52:30 0000 -------
examples are part of the documentation (USE="doc"). I fixed the options for
'dohtml', so the scripts will be installed now. No new revision though. Just
sync in an hour and reemerge with 'doc' USE-flag.

thanks for reporting!