I spoke with MatzeB of on the #netpanzer channel and he asked me to submit an
ebuild that places the documents into the proper location because right now
they are included as part of the installation
Reproducible: Always
Steps to Reproduce:
1.emerge netpanzer
2.
3.
Actual Results:
netpanzer installs without TODO README COPYING ChangeLog
Expected Results:
installed them to the appropriate docs directory
dodoc COPYING ChangeLog README TODO
is all that needs to be done so that the end of the ebuild looks like
jam -sdatadir="${D}${GAMES_DATADIR}" install \
|| die "jam install failed (data package)"
dodoc COPYING ChangeLog README TODO
prepgamesdirs
}