Bug 129102 - The fish ebuild should depend on htmlview
Bug#: 129102 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: dberkholz@gentoo.org Reported By: che@uberwald.org
Component: Ebuilds
URL: 
Summary: The fish ebuild should depend on htmlview
Keywords:  
Status Whiteboard: 
Opened: 2006-04-07 02:10 0000
Description:   Opened: 2006-04-07 02:10 0000
Fish uses htmlview to display its help.
So htmlview should be a dependency

------- Comment #1 From Paweł Kilian 2006-04-07 22:27:14 0000 -------
patch

--- fish-1.21.3.ebuild.old  2006-04-04 00:50:14.000000000 -0400
+++ fish-1.21.3.ebuild 2006-04-08 01:25:59.000000000 -0400
@@ -16,6 +16,7 @@
                        x11-libs/libXext
                )
                virtual/x11
+       www-client/htmlview
        )"
 DEPEND="${RDEPEND}
        app-doc/doxygen"

------- Comment #2 From David Klempner 2006-04-08 11:28:03 0000 -------
I was about to come and report this; I just discovered fish. A transcript of my
first session:

% /usr/bin/fish
Welcome to fish, the friendly interactive shell
Type help for instructions on how to use fish
klempner@kenmore ~> ls
(snip)
klempner@kenmore ~> help
fish: Unknown command 'htmlview'
/usr/share/fish/functions/help.fish (line 12): htmlview
file:///usr/share/doc/fish-1.21.3/index.html &
                                               ^
in function 'help',
        called on standard input,

klempner@kenmore ~> 

at which point I came here to report this bug, if it hadn't already been
reported.

------- Comment #3 From Donnie Berkholz 2006-04-08 11:33:00 0000 -------
Fixed, thanks!