Bug 96831 - scrollkeeper installs duplicate doc files
Bug#: 96831 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Other Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: gnome@gentoo.org Reported By: tom.gl@free.fr
Component: GNOME
URL: 
Summary: scrollkeeper installs duplicate doc files
Keywords:  
Status Whiteboard: 
Opened: 2005-06-23 01:14 0000
Description:   Opened: 2005-06-23 01:14 0000
With scrollkeeper-0.3.14-r1:

--- /usr/share/doc/scrollkeeper-0.3.14/
>>> /usr/share/doc/scrollkeeper-0.3.14/AUTHORS
>>> /usr/share/doc/scrollkeeper-0.3.14/ChangeLog
>>> /usr/share/doc/scrollkeeper-0.3.14/COPYING.DOC
>>> /usr/share/doc/scrollkeeper-0.3.14/COPYING
>>> /usr/share/doc/scrollkeeper-0.3.14/NEWS
>>> /usr/share/doc/scrollkeeper-0.3.14/README
>>> /usr/share/doc/scrollkeeper-0.3.14/scrollkeeper-spec.txt
>>> /usr/share/doc/scrollkeeper-0.3.14/TODO
>>> /usr/share/doc/scrollkeeper-0.3.14-r1/
>>> /usr/share/doc/scrollkeeper-0.3.14-r1/AUTHORS.gz
>>> /usr/share/doc/scrollkeeper-0.3.14-r1/TODO.gz
>>> /usr/share/doc/scrollkeeper-0.3.14-r1/README.gz
>>> /usr/share/doc/scrollkeeper-0.3.14-r1/COPYING.gz
>>> /usr/share/doc/scrollkeeper-0.3.14-r1/COPYING.DOC.gz
>>> /usr/share/doc/scrollkeeper-0.3.14-r1/ChangeLog.gz
>>> /usr/share/doc/scrollkeeper-0.3.14-r1/NEWS.gz

I will attach a patch that:
 - prevent installation of uncompressed doc files in /usr/share/doc/scrollkeeper-0.3.14 (note: i've used sed... should it be added to DEPEND in that case, despite it's in profile? This never has been clear to me.)
 - remove COPYING* from dodoc, because it installs useless copies of GPL and GFDL (they are already in $PORTDIR/licenses, and there seems to be consensus on http://thread.gmane.org/gmane.linux.gentoo.devel/28852 about not installing duplicates)
 - dodoc scrollkeeper-spec.txt, because this one is more interesting

------- Comment #1 From TGL 2005-06-23 01:35:42 0000 -------
Created an attachment (id=61764) [details]
scrollkeeper-0.3.14-r1--clean_docs.patch

------- Comment #2 From Leonardo Boshell (RETIRED) 2005-06-23 03:32:33 0000 -------
Fixed now. Thanks for your report.