Bug 44336 - the jargon ebuild causes double installation of graphics and jargon.css
Bug#: 44336 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: CLOSED Severity: trivial Priority: P2
Resolution: FIXED Assigned To: app-dicts@gentoo.org Reported By: jaco@uls.co.za
Component: Unspecified
URL: 
Summary: the jargon ebuild causes double installation of graphics and jargon.css
Keywords:  
Status Whiteboard: 
Opened: 2004-03-11 03:15 0000
Description:   Opened: 2004-03-11 03:15 0000
After emerging jargon I found that I had the following directory structure
under /usr/share/doc/jargon-4.4.7:

.
`-- html
    |-- graphics
    `-- html
        |-- 0
        |-- A
        |-- B
        |-- C
        |-- D
        |-- E
        |-- F
        |-- G
        |-- H
        |-- I
        |-- J
        |-- K
        |-- L
        |-- M
        |-- N
        |-- O
        |-- P
        |-- Q
        |-- R
        |-- S
        |-- T
        |-- U
        |-- V
        |-- W
        |-- X
        |-- Y
        |-- Z
        `-- graphics

Running some diffs I concluded that some of these are not needed (spefically,
only the stuff in the second level html directory is needed and all the other
stuff can be dropped from the install).

nix html # diff -r graphics/ html/graphics/
Only in graphics/: glider-small.png
Only in graphics/: glider.png
Only in html/graphics/: glidergun.png
nix html # diff jargon.css html/jargon.css 
nix html # 


Reproducible: Always
Steps to Reproduce:

------- Comment #1 From Mr. Bones. 2004-06-23 02:00:56 0000 -------
Totally agree.  Fixed in CVS.  Resync and remerge for the cleaner install.

------- Comment #2 From Jaco Kroon 2004-06-24 00:46:14 0000 -------
thanks.