Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 241568 - [Tracker] Packages installing multiple folders in /usr/share/doc
Summary: [Tracker] Packages installing multiple folders in /usr/share/doc
Status: CONFIRMED
Alias: None
Product: Quality Assurance
Classification: Unclassified
Component: Trackers (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Quality Assurance Team
URL:
Whiteboard:
Keywords: Tracker
Depends on: 164917 234488 258189 263280
Blocks:
  Show dependency tree
 
Reported: 2008-10-12 11:52 UTC by Gilles Dartiguelongue (RETIRED)
Modified: 2022-08-25 05:01 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 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-10-12 11:52:47 UTC
Here is a little (imperfect) shell snippet listing packages that installs more than one folder in /usr/share/doc

find /usr/share/doc/ -maxdepth 1 -type d | sed "s/-[0-9]\([-0-9.r_]\|p\|rc\|beta\|alpha\|pre\)*//g" |sort | uniq -d

This snippet has a flow in that it will list packages having multiple slots too  but I thought it was already useful as it is.