Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97196 - KDE application and meta ebuilds should put docs in /usr/share/doc/kde/.....
Summary: KDE application and meta ebuilds should put docs in /usr/share/doc/kde/.....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-27 06:44 UTC by Peter Hyman
Modified: 2006-04-28 14:55 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 Peter Hyman 2005-06-27 06:44:41 UTC
With 300 or so potential packages, kde's application and meta ebuilds should put
its README and AUTHORS documentation (mostly just a README file) in a kde
subdirectory in /usr/share/doc, not as folders in the doc directory. It creates
far too much clutter otherwise.

Reproducible: Always
Steps to Reproduce:
1. emerge kde-meta* or a kde application
2. view /usr/share/doc
3. new folders for kde applications created

Actual Results:  
/usr/share/doc/kate-3.4.1 for example
----> AUTHORS.gz
----> README.gz

Expected Results:  
/usr/share/doc/kde/kate-3.4.1
----> AUTHORS.gz
----> README.gz

This would create just one folder in /usr/share/doc, instead of

# ls /usr/share/doc -lrt
total 248
drwxr-xr-x  2 root root   4096 Jun 26 09:30 kdeartwork-wallpapers-3.4.1
drwxr-xr-x  2 root root   4096 Jun 26 09:32 kdeartwork-kwin-styles-3.4.1
drwxr-xr-x  2 root root   4096 Jun 26 09:33 kdeartwork-emoticons-3.4.1
drwxr-xr-x  2 root root   4096 Jun 26 09:34 kdeartwork-kworldclock-3.4.1
drwxr-xr-x  2 root root   4096 Jun 26 09:36 kdeartwork-iconthemes-3.4.1
drwxr-xr-x  2 root root   4096 Jun 26 09:40 kdeartwork-kscreensaver-3.4.1
drwxr-xr-x  2 root root   4096 Jun 26 09:41 kdeartwork-styles-3.4.1
drwxr-xr-x  2 root root   4096 Jun 26 09:42 kdeartwork-icewm-themes-3.4.1
drwxr-xr-x  2 root root   4096 Jun 26 09:43 kdeartwork-sounds-3.4.1
drwxr-xr-x  2 root root   4096 Jun 26 10:11 kdat-3.4.1
drwxr-xr-x  2 root root   4096 Jun 26 10:12 kcron-3.4.1
drwxr-xr-x  2 root root   4096 Jun 26 10:14 kuser-3.4.1
....
Comment 1 Dan Armak (RETIRED) gentoo-dev 2005-06-30 12:33:11 UTC
The doc handling does need to be fixed. 
 
Today each split ebuild installs a copy of the toplevel docs which are usually 
worthless and if not should indeed be installed by the -meta ebuild. 
 
Split ebuilds should install the README, AUTHORS etc files from inside their 
own subdirs. 
Comment 2 Peter Hyman 2006-03-19 02:43:15 UTC
9 months. Anything going to be done? If not, just close.
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2006-04-28 14:55:24 UTC
Added a workaround to kde.eclass.